#include <keyval.h>
Inheritance diagram for iKeyValuePair:
Public Methods | |
virtual iObject* | QueryObject ()=0 |
Get the iObject. | |
virtual const char* | GetKey () const=0 |
Get the key string of the pair. | |
virtual void | SetKey (const char *key)=0 |
Set the key string of the pair. | |
virtual const char* | GetValue () const=0 |
Get the value string of the pair. | |
virtual void | SetValue (const char *value)=0 |
Set the value string of the pair. |
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.