| Home | Hierarchy | Members | Alphabetical | Related Pages |
#include <event.h>
Inherited by EventIn, and EventOut.
Public Types | |
| typedef std::list< Route< T > * >::const_iterator | route_const_iterator |
Public Member Functions | |
| FieldTypeId | fieldTypeId () const |
| const char * | fieldTypeName () const |
| unsigned int | nbRoutes () const |
| route_const_iterator | routes_begin () const |
| route_const_iterator | routes_end () const |
Protected Member Functions | |
| void | add (Route< T > *r) |
| void | remove (Route< T > *r) |
Friends | |
| class | Route< T > |
| typedef std::list<Route<T>*>::const_iterator route_const_iterator |
| FieldTypeId fieldTypeId | ( | ) | const [inline] |
| const char * fieldTypeName | ( | ) | const [inline] |
| unsigned int nbRoutes | ( | ) | const [inline] |
| Event< T >::route_const_iterator routes_begin | ( | ) | const [inline] |
| Event< T >::route_const_iterator routes_end | ( | ) | const [inline] |
| void add | ( | Route< T > * | r | ) | [protected] |
| void remove | ( | Route< T > * | r | ) | [protected] |
friend class Route< T > [friend] |
Generated on 5 Jan 2007 with
version 1.5.1.
|
|