Network Value String Class. More...
#include <deNetworkValueString.h>
Public Member Functions | |
Constructors and Destructors | |
| deNetworkValueString () | |
| Creates a new network value object. | |
| deNetworkValueString (const char *value) | |
| Creates a new network value object. | |
| virtual | ~deNetworkValueString () |
| Cleans up the network value object. | |
Management | |
| const char * | GetString () const |
| Retrieves the value. | |
| void | SetString (const char *value) |
| Sets the value. | |
Visiting | |
| virtual void | Visit (deNetworkValueVisitor *visitor) |
| Visits the collider. | |
Network Value String Class.
Defines a string network value.
| deNetworkValueString::deNetworkValueString | ( | ) |
Creates a new network value object.
| deNetworkValueString::deNetworkValueString | ( | const char * | value ) |
Creates a new network value object.
| virtual deNetworkValueString::~deNetworkValueString | ( | ) | [virtual] |
Cleans up the network value object.
| const char* deNetworkValueString::GetString | ( | ) | const [inline] |
Retrieves the value.
| void deNetworkValueString::SetString | ( | const char * | value ) |
Sets the value.
| virtual void deNetworkValueString::Visit | ( | deNetworkValueVisitor * | visitor ) | [virtual] |
Visits the collider.
Reimplemented from deNetworkValue.
1.7.2