Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iKeyValuePair Struct Reference

A Key Value pair. More...

#include <keyval.h>

Inheritance diagram for iKeyValuePair:

iBase List of all members.

Public Methods

virtual iObjectQueryObject ()=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.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000