![]() |
Public API Reference |
#include <keyval.h>
Inheritance diagram for csKeyValuePair::KeyValuePair:

Public Methods | |
| virtual iObject * | QueryObject () |
| Get the iObject. More... | |
| virtual const char * | GetKey () const |
| Get the key string of the pair. More... | |
| virtual void | SetKey (const char *s) |
| Set the key string of the pair. More... | |
| virtual const char * | GetValue () const |
| Get the value string of the pair. More... | |
| virtual void | SetValue (const char *value) |
| Set the value string of the pair. More... | |
Definition at line 57 of file cstool/keyval.h.
|
|
Get the key string of the pair.
Implements iKeyValuePair. Definition at line 61 of file cstool/keyval.h. |
|
|
Get the value string of the pair.
Implements iKeyValuePair. Definition at line 63 of file cstool/keyval.h. |
|
|
Get the iObject.
Implements iKeyValuePair. Definition at line 60 of file cstool/keyval.h. |
|
|
Set the key string of the pair.
Implements iKeyValuePair. Definition at line 62 of file cstool/keyval.h. |
|
|
Set the value string of the pair.
Implements iKeyValuePair. Definition at line 64 of file cstool/keyval.h. |