Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgPropListIterator Class Reference

#include <SgProp.h>

List of all members.


Detailed Description

Iterate through Properties in a PropList.

Definition at line 212 of file SgProp.h.

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


Constructor & Destructor Documentation

SgPropListIterator::SgPropListIterator ( const SgPropList propList  ) 

Create a list iterator to iterate through list.

Definition at line 234 of file SgProp.h.

SgPropListIterator::SgPropListIterator ( const SgPropListIterator  )  [private]

Not implemented.


Member Function Documentation

SgProp * SgPropListIterator::operator * (  )  const

Definition at line 244 of file SgProp.h.

References m_listIterator.

SgPropListIterator::operator bool (  )  const

Definition at line 249 of file SgProp.h.

References m_listIterator.

void SgPropListIterator::operator++ (  ) 

Definition at line 239 of file SgProp.h.

References m_listIterator.

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

Not implemented.


Member Data Documentation

SgVectorIteratorOf<SgProp> SgPropListIterator::m_listIterator [private]

Definition at line 225 of file SgProp.h.

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


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


17 Jun 2010 Doxygen 1.4.7