Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Private Member Functions | Private Attributes

SgPropListIterator Class Reference

Iterate through Properties in a PropList. More...

#include <SgProp.h>

List of all members.

Public Member Functions

 SgPropListIterator (const SgPropList &propList)
 Create a list iterator to iterate through list.
void operator++ ()
SgPropoperator* () const
 operator bool () const

Private Member Functions

 SgPropListIterator (const SgPropListIterator &)
 Not implemented.
SgPropListIteratoroperator= (const SgPropListIterator &)
 Not implemented.

Private Attributes

SgVectorIteratorOf< SgPropm_listIterator

Detailed Description

Iterate through Properties in a PropList.

Definition at line 200 of file SgProp.h.


Constructor & Destructor Documentation

SgPropListIterator::SgPropListIterator ( const SgPropList propList  ) 

Create a list iterator to iterate through list.

Definition at line 222 of file SgProp.h.

SgPropListIterator::SgPropListIterator ( const SgPropListIterator  )  [private]

Not implemented.


Member Function Documentation

SgPropListIterator::operator bool (  )  const

Definition at line 237 of file SgProp.h.

References m_listIterator.

SgProp * SgPropListIterator::operator* (  )  const

Definition at line 232 of file SgProp.h.

References m_listIterator.

void SgPropListIterator::operator++ (  ) 

Definition at line 227 of file SgProp.h.

References m_listIterator.

SgPropListIterator& SgPropListIterator::operator= ( const SgPropListIterator  )  [private]

Not implemented.


Member Data Documentation

Definition at line 213 of file SgProp.h.

Referenced by operator bool(), operator*(), and operator++().


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


Sun Mar 13 2011 Doxygen 1.7.1