iKeyValuePair Struct Reference
A Key Value pair. More...
#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. |
Detailed Description
A Key Value 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.
Definition at line 34 of file keyval.h.
Member Function Documentation
|
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. |
The documentation for this struct was generated from the following file:
- ivaria/keyval.h
Generated for Crystal Space by doxygen 1.2.18