Home Hierarchy Members Alphabetical Related Pages

Event Class Template Reference

#include <event.h>

Inherited by EventIn, and EventOut.

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

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]


Friends And Related Function Documentation

friend class Route< T > [friend]


Generated on 5 Jan 2007 with doxygen version 1.5.1. Valid HTML 4.0! Valid CSS!