Iterate through Properties in a PropList. More...
#include <SgProp.h>
Public Member Functions | |
SgPropListIterator (const SgPropList &propList) | |
Create a list iterator to iterate through list. | |
void | operator++ () |
SgProp * | operator* () const |
operator bool () const | |
Private Member Functions | |
SgPropListIterator (const SgPropListIterator &) | |
Not implemented. | |
SgPropListIterator & | operator= (const SgPropListIterator &) |
Not implemented. | |
Private Attributes | |
SgVectorIteratorOf< SgProp > | m_listIterator |
Iterate through Properties in a PropList.
Definition at line 200 of file SgProp.h.
SgPropListIterator::SgPropListIterator | ( | const SgPropList & | propList | ) |
SgPropListIterator::SgPropListIterator | ( | const SgPropListIterator & | ) | [private] |
Not implemented.
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.
Definition at line 213 of file SgProp.h.
Referenced by operator bool(), operator*(), and operator++().