#include <CStateVariableBuffer.h>
Inheritance diagram for CStateVariableBuffer:
Public Methods | |
CStateVariableBuffer (unsigned nWords) | |
Default constructor. | |
~CStateVariableBuffer () | |
Destructor. | |
Private Methods | |
CStateVariableBuffer (const CStateVariableBuffer &rhs) | |
Copy constructor. | |
CStateVariableBuffer & | operator= (const CStateVariableBuffer &rhs) |
Assignment. | |
int | operator== (const CStateVariableBuffer &rhs) const |
Comparison for equality. | |
int | operator!= (const CStateVariableBuffer &rhs) const |
Usually, if either the varname or value have whitespace, they will be quoted with " marks. \ notation will be used to insert quotations inside a quoted string.
Definition at line 303 of file CStateVariableBuffer.h.
|
Default constructor. Construct a state variable buffer. You must then call PutEntityString repeatedly to stock the buffer with string entities. Definition at line 288 of file CStateVariableBuffer.cpp. References CNSCLOutputBuffer::SetType(), and STATEVARBF. |
|
Destructor.
Definition at line 311 of file CStateVariableBuffer.h. |
|
Copy constructor.
|
|
|
|
Assignment.
|
|
Comparison for equality.
|