Class to handle the event data for the class rcEvent
Class to handle the event data for the class rcEvent. It can handle an integer, an array of integers or a string. For other data structures a subtype can be defined. Currently there are no such subtypes defined. If they are ever needed, then one should not forget to make the destructor and the identify members virtual.See also: rcEvent, rcEventQueue
First version: Feb 7, 2000, CW
Last update: Feb 7, 2000, CW
rcEventData( int i )
rcEventData( int *pIntArray, int nbInt )
rcEventData( const char *pcString )
rcEventData( int i, int *pIntArray, int nbInt, const char *pcString )
rcEventData( char **pcArray, int iSize )
inline bool isIntValid()
inline int getInteger()
inline bool isIntArrayValid()
inline int getIntArrayLength()
inline int getIntArrayElement( int iLocation )
inline bool isStringValid()
inline const char* getString()
inline bool isCharArrayValid()
inline int getCharArrayLength()
inline const char* getCharArrayElement( int iElement )
void identify( ostream &os = cout )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de