![]() |
Public API Reference |
#include <keyval.h>
Inheritance diagram for csKeyValuePair:
Public Methods | |
csKeyValuePair (const char *Key, const char *Value) | |
The constructor. Requires both key and value. Data is being copied! More... | |
virtual | ~csKeyValuePair () |
The destructor as usual. More... | |
const char * | GetKey () const |
Get the key string of the pair. More... | |
void | SetKey (const char *s) |
Set the key string of the pair. More... | |
const char * | GetValue () const |
Get the value string of the pair. More... | |
void | SetValue (const char *value) |
Set the value of a key in an object. More... | |
Public Attributes | |
csKeyValuePair::KeyValuePair | scfiKeyValuePair |
iKeyValuePair implementation. More... |
This object contains a 'key' string and a 'value' string. The 'key' string is the same as the name of the object as returned from the iObject.
Definition at line 31 of file cstool/keyval.h.
|
The constructor. Requires both key and value. Data is being copied!
|
|
The destructor as usual.
|
|
Get the key string of the pair.
|
|
Get the value string of the pair.
|
|
Set the key string of the pair.
|
|
Set the value of a key in an object.
|
|
iKeyValuePair implementation.
|