#include "pandabase.h"#include "typedef.h"#include "typedObject.h"#include "typedReferenceCount.h"#include "pointerTo.h"#include "eventParameter.I"Go to the source code of this file.
Compounds | |
| class | EventParameter |
| An optional parameter associated with an event. More... | |
| class | EventStoreValue |
| A handy class object for storing simple values (like integers or strings) passed along with an Event. More... | |
| class | EventStoreValueBase |
| A non-template base class of EventStoreValue (below), which serves mainly to define the placeholder for the virtual output function. More... | |
Typedefs | |
| typedef EventStoreValue< int > | EventStoreInt |
| typedef EventStoreValue< double > | EventStoreDouble |
| typedef EventStoreValue< string > | EventStoreString |
Functions | |
| ostream & | operator<< (ostream &out, const EventParameter ¶m) |
| EXPORT_TEMPLATE_CLASS (EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, EventStoreValue< int >) | |
| EXPORT_TEMPLATE_CLASS (EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, EventStoreValue< double >) | |
| EXPORT_TEMPLATE_CLASS (EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, EventStoreValue< std::string >) | |
Definition in file eventParameter.h.
|
|
Definition at line 174 of file eventParameter.h. |
|
|
Definition at line 173 of file eventParameter.h. |
|
|
Definition at line 175 of file eventParameter.h. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Definition at line 281 of file eventParameter.I. |
1.3