Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

CNEventLIterator Class Reference

The class CNEventLIterator and CNEventHIterator are used to step through the list of events. More...

#include <EventLIterator.h>

Inheritance diagram for CNEventLIterator::

CNEventIterator CNObject CNCL List of all members.

Public Methods

CNEventnext_event ()
 Returns an event every time it is called.

void delete_current_event ()
 Deletes the event last returned by next_event().

virtual CNClassDesc class_desc () const
 Returns the class description (pointer to instance of CNClass) for runtime type information.

virtual bool is_a (CNClassDesc desc) const
 Checks Type.

virtual void print (ostream &strm=cout) const
 Print output.

virtual void dump (ostream &strm=cout) const
 Debug output.


Static Public Methods

CNEventLIterator * cast_from_object (CNObject *obj)
 Safes type Cast.


Friends

class CNEventScheduler

Detailed Description

The class CNEventLIterator and CNEventHIterator are used to step through the list of events.

Single events may be deleted. The classes can only be created on the heap by calling the member function create_iterator of the current scheduler.


The documentation for this class was generated from the following file:
Generated on Fri Feb 1 19:54:57 2002 for CNCL by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001