StringProperty Class Reference

String Property Class. More...

#include <property.h>

Inheritance diagram for StringProperty:
Property

List of all members.

Public Member Functions

 StringProperty (const char *newKey, const char *newValue, bool readOnly)
 StringProperty (const char *newKey, const char *newValue, bool readOnly, Driver *driver, ConfigFile *cf, int section)
 Constructor that registers the property with a driver as well while it is constructed.
const char * GetValue (void) const
void SetValue (const char *newValue)
void GetValueToMessage (void *data) const
void SetValueFromMessage (const void *data)
virtual bool ReadConfig (ConfigFile *cf, int section)
 operator const char * (void)
const StringPropertyoperator= (const StringProperty &rhs)
const char * operator= (const char *rhs)

Private Attributes

char * value

Detailed Description

String Property Class.


The documentation for this class was generated from the following file:

Last updated 25 May 2011 21:17:00