casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
casa::LogHolderIter Class Reference

Class doing the actual iteration through an LoggerHolder. More...

#include <LoggerHolder.h>

List of all members.

Public Member Functions

 LogHolderIter (const LoggerHolder *)
 Construct the iterator on the given LoggerHolderRep.
 ~LogHolderIter ()
Bool next ()
 Increment to next message.
const LogHolderIterEntrygetEntry () const
 Get the entry.
const LoggerHolderlogger () const

Private Member Functions

 LogHolderIter (const LogHolderIter &)
 Copy constructor is not needed, thus forbidden.
LogHolderIteroperator= (const LogHolderIter &)
 Assignment is not needed, thus forbidden.

Private Attributes

const LoggerHolderitsLogger
Bool itsTempClosed
LogHolderIteritsParentIter
uInt itsCounter
LogHolderIterEntry itsEntry

Detailed Description

Class doing the actual iteration through an LoggerHolder.

Intended use:

Internal

Review Status

Test programs:
tLoggerHolder

Prerequisite

Synopsis

This class makes it possible to use the iterator in the STL-style. It is used by LoggerHolderIterator which is the class as seen by the user. LogHolderIter makes it easier to make the first entry available on construction of an LoggerHolderIterator.

Definition at line 426 of file LoggerHolder.h.


Constructor & Destructor Documentation

Construct the iterator on the given LoggerHolderRep.

Copy constructor is not needed, thus forbidden.


Member Function Documentation

Get the entry.

Definition at line 439 of file LoggerHolder.h.

References itsEntry.

Referenced by casa::LoggerHolderIterator::operator*(), and casa::LoggerHolderIterator::operator->().

const LoggerHolder& casa::LogHolderIter::logger ( ) const [inline]

Definition at line 442 of file LoggerHolder.h.

References itsLogger.

Referenced by casa::LoggerHolderIterator::logger().

Increment to next message.

Returns False if at the end.

Referenced by casa::LoggerHolderIterator::next().

LogHolderIter& casa::LogHolderIter::operator= ( const LogHolderIter ) [private]

Assignment is not needed, thus forbidden.


Member Data Documentation

Definition at line 456 of file LoggerHolder.h.

Definition at line 457 of file LoggerHolder.h.

Referenced by getEntry().

Definition at line 453 of file LoggerHolder.h.

Referenced by logger().

Definition at line 455 of file LoggerHolder.h.

Definition at line 454 of file LoggerHolder.h.


The documentation for this class was generated from the following file: