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

Public Methods | |
| virtual iObject * | QueryObject ()=0 |
| Get the iObject. More... | |
| virtual const char * | GetKey () const=0 |
| Get the key string of the pair. More... | |
| virtual void | SetKey (const char *key)=0 |
| Set the key string of the pair. More... | |
| virtual const char * | GetValue () const=0 |
| Get the value string of the pair. More... | |
| virtual void | SetValue (const char *value)=0 |
| Set the value string of the pair. 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 34 of file ivaria/keyval.h.
|
|
Get the key string of the pair.
Implemented in csKeyValuePair::KeyValuePair. |
|
|
Get the value string of the pair.
Implemented in csKeyValuePair::KeyValuePair. |
|
|
Get the iObject.
Implemented in csKeyValuePair::KeyValuePair. |
|
|
Set the key string of the pair.
Implemented in csKeyValuePair::KeyValuePair. |
|
|
Set the value string of the pair.
Implemented in csKeyValuePair::KeyValuePair. |