#include <eventParameter.h>
Private Member Functions | |
| INLINE | EventParameter (const TypedReferenceCount *ptr) |
| INLINE | EventParameter (int value) |
| INLINE | EventParameter (double value) |
| INLINE | EventParameter (const string &value) |
| INLINE | EventParameter (const EventParameter ©) |
| INLINE EventParameter & | operator= (const EventParameter ©) |
| INLINE bool | is_empty () const |
| INLINE bool | is_int () const |
| INLINE int | get_int_value () const |
| INLINE bool | is_double () const |
| INLINE double | get_double_value () const |
| INLINE bool | is_string () const |
| INLINE string | get_string_value () const |
| INLINE TypedReferenceCount * | get_ptr () const |
| void | output (ostream &out) const |
| PT (TypedReferenceCount) _ptr | |
Private Attributes | |
| PUBLISHED | __pad0__: INLINE EventParameter() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 35 of file eventParameter.cxx. References DCAST_INTO_V, EventStoreValueBase::get_class_type(), NULL, and EventStoreValueBase::output(). |
|
|
|
|
|
Definition at line 41 of file eventParameter.h. |
1.3