★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/Event.htmlNouvelle recherche | Portail wanayoo

template< class IdentifierType = Identifier > class corelinux::Event

Event provides a type basis for event ontologies

Public Methods

[more] Event( const Event & aEvent )
Copy constructor
[more] Event( void )
Default constructor protected
[more] Event( const IdentifierType & aId )
Initializing constructor
[more] operator IdentifierType *( void ) const throw(NullPointerException)
Coercion operator for identity
[more] operator const IdentifierType &( void ) const throw( NullPointerException )
Coercion operator for identity
[more]Event& operator=( const Event & aEvent )
Assignment operator
[more]bool operator==( const Event & aEvent ) const
Equality operator
[more]virtual ~Event( void )
Virtual destructor


Documentation

Event provides a type basis for event ontologies
o Event( void )
Default constructor protected

o Event( const IdentifierType & aId )
Initializing constructor

o Event( const Event & aEvent )
Copy constructor

ovirtual ~Event( void )
Virtual destructor

oEvent& operator=( const Event & aEvent )
Assignment operator

obool operator==( const Event & aEvent ) const
Equality operator

o operator const IdentifierType &( void ) const throw( NullPointerException )
Coercion operator for identity

o operator IdentifierType *( void ) const throw(NullPointerException)
Coercion operator for identity


This class has no child classes.



This page was generated with the help of DOC++.