Home Hierarchy Members Alphabetical Related Pages

Event Class Template Reference

#include <event.h>

Inherited by EventIn, and EventOut.

Inheritance diagram for Event:

Inheritance graph
[legend]
List of all members.

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>

template<class T>
class wrl::Event< T >


Member Typedef Documentation

typedef std::list<Route<T>*>::const_iterator route_const_iterator
 


Member Function Documentation

void add Route< T > *  r  )  [protected]
 

FieldTypeId fieldTypeId  )  const [inline]
 

const char * fieldTypeName  )  const [inline]
 

unsigned int nbRoutes  )  const [inline]
 

void remove Route< T > *  r  )  [protected]
 

Event< T >::route_const_iterator routes_begin  )  const [inline]
 

Event< T >::route_const_iterator routes_end  )  const [inline]
 


Friends And Related Function Documentation

friend class Route<T> [friend]
 


Generated on 24 Feb 2005 with doxygen version 1.3.9.1. Valid HTML 4.0! Valid CSS!