RTXI 1.3
Event::Object Class Reference

#include <event.h>

List of all members.

Public Member Functions

 Object (const char *)
 ~Object (void)
const char * getName (void) const
void * getParam (const char *) const
void setParam (const char *, void *)

Static Public Attributes

static const size_t MAX_PARAMS = 8

Detailed Description

Definition at line 121 of file event.h.


Constructor & Destructor Documentation

Event::Object::Object ( const char *  nam)

Definition at line 65 of file event.cpp.

Event::Object::~Object ( void  )

Definition at line 69 of file event.cpp.


Member Function Documentation

const char* Event::Object::getName ( void  ) const [inline]

Definition at line 128 of file event.h.

void * Event::Object::getParam ( const char *  nam) const

Definition at line 71 of file event.cpp.

void Event::Object::setParam ( const char *  nam,
void *  val 
)

Definition at line 78 of file event.cpp.


Member Data Documentation

const size_t Event::Object::MAX_PARAMS = 8 [static]

Definition at line 133 of file event.h.

Definition at line 139 of file event.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines