Public Member Functions | |
Event (boost::shared_ptr< EventOwner > owner, const boost::function< void()> &callback) | |
bool | operator== (const Event &o) const |
Public Attributes | |
unsigned int | id |
boost::shared_ptr< EventOwner > | owner |
boost::function< void()> | callback |
Definition at line 15 of file Event.h.
Swift::Event::Event | ( | boost::shared_ptr< EventOwner > | owner, | |
const boost::function< void()> & | callback | |||
) | [inline] |
bool Swift::Event::operator== | ( | const Event & | o | ) | const [inline] |
boost::function<void()> Swift::Event::callback |
unsigned int Swift::Event::id |
Definition at line 24 of file Event.h.
Referenced by operator==().
boost::shared_ptr<EventOwner> Swift::Event::owner |