| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
DataEvent< T > Class Template Reference#include <DataEvent.h>
Inheritance diagram for DataEvent< T >: ![]() Detailed Descriptiontemplate<class T>
for passing around data (or pointers to data)
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| void | setData (const T &d) |
| assigns d to the internal data | |
| const T & | getData () const |
| returns data | |
| T & | getData () |
| returns data | |
Constructors | |
| DataEvent () | |
| DataEvent (const T &d, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur=0) | |
| DataEvent (const T &d, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur, const std::string &n, float mag) | |
Protected Attributes | |
| T | data |
| the data being communicated | |
Private Member Functions | |
| DataEvent (const DataEvent &fbk) | |
| don't call | |
| const DataEvent & | operator= (const DataEvent &fbk) |
| don't call | |
|
|||||||||
|
Definition at line 13 of file DataEvent.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 14 of file DataEvent.h. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 15 of file DataEvent.h. |
|
||||||||||
|
don't call
|
|
|||||||||
|
returns data
Definition at line 20 of file DataEvent.h. |
|
|||||||||
|
returns data
Definition at line 19 of file DataEvent.h. Referenced by MicrophoneServer::processEvent(), and LookForSoundBehavior::processEvent(). |
|
||||||||||
|
don't call
|
|
||||||||||
|
assigns d to the internal data
Definition at line 18 of file DataEvent.h. |
|
|||||
|
the data being communicated
Definition at line 23 of file DataEvent.h. Referenced by DataEvent< T >::DataEvent(), DataEvent< T >::getData(), and DataEvent< T >::setData(). |
|
Tekkotsu v2.3 |
Generated Sat Jan 29 02:27:31 2005 by Doxygen 1.4.0 |