#include <SgProp.h>
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++ () |
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 |
SgPropListIterator::SgPropListIterator | ( | const SgPropList & | propList | ) |
SgPropListIterator::SgPropListIterator | ( | const SgPropListIterator & | ) | [private] |
Not implemented.
SgProp * SgPropListIterator::operator * | ( | ) | const |
SgPropListIterator::operator bool | ( | ) | const |
void SgPropListIterator::operator++ | ( | ) |
SgPropListIterator& SgPropListIterator::operator= | ( | const SgPropListIterator & | ) | [private] |
Not implemented.
Definition at line 225 of file SgProp.h.
Referenced by operator *(), operator bool(), and operator++().