IT++ Logo
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
itpp::Event< ObjectType > Class Template Reference

An Event class that executes a function when the event expires. More...

#include <itpp/protocol/events.h>

Inheritance diagram for itpp::Event< ObjectType >:
itpp::Base_Event

Public Member Functions

 Event (ObjectType *object_pointer, void(ObjectType::*object_function_pointer)(), const Ttype delta_time)
 Construct an Event to expire delta_time from now by calling the function (*object_pointer.*object_function_pointer)()
 
virtual ~Event ()
 Destructor.
 
virtual void exec (void)
 Execute (call) the assigned function.
 
void cancel ()
 Cancel an event.
 

Protected Attributes

Ttype delta_t
 ADD DOCUMENTATION HERE.
 
Ttype expire_t
 ADD DOCUMENTATION HERE.
 
bool active
 ADD DOCUMENTATION HERE.
 
unsigned long long int id
 ADD DOCUMENTATION HERE.
 

Static Protected Attributes

static unsigned long long int global_id = 0
 ADD DOCUMENTATION HERE.
 

Detailed Description

template<class ObjectType>
class itpp::Event< ObjectType >

An Event class that executes a function when the event expires.

Since Events are objects you need supply both a pointer to the object and the function pointer to create the Event

Definition at line 164 of file events.h.


The documentation for this class was generated from the following file:
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:34 for IT++ by Doxygen 1.8.2