|
inlib
1.2.0
|

Public Member Functions | |
| virtual void * | cast (const std::string &) const =0 |
| event () | |
| virtual | ~event () |
| event (const event &) | |
| event & | operator= (const event &) |
Definition at line 14 of file event_action.
| inlib::sg::event::event | ( | ) | [inline] |
Definition at line 25 of file event_action.
{
#ifdef INLIB_MEM
mem::increment(s_class().c_str());
#endif
}
| virtual inlib::sg::event::~event | ( | ) | [inline, virtual] |
Definition at line 30 of file event_action.
{
#ifdef INLIB_MEM
mem::decrement(s_class().c_str());
#endif
}
| inlib::sg::event::event | ( | const event & | ) | [inline] |
Definition at line 36 of file event_action.
{
#ifdef INLIB_MEM
mem::increment(s_class().c_str());
#endif
}
| virtual void* inlib::sg::event::cast | ( | const std::string & | ) | const [pure virtual] |
Implemented in inlib::sg::move_event, and inlib::sg::size_event.
Definition at line 41 of file event_action.
{return *this;}
1.7.5.1