#include <SgNode.h>
Definition at line 419 of file SgNode.h.
Public Member Functions | |
SgSonNodeIterator (SgNode *node) | |
void | operator++ () |
SgNode * | operator * () const |
operator bool () const | |
Private Member Functions | |
SgSonNodeIterator (const SgSonNodeIterator &) | |
Not implemented. | |
SgSonNodeIterator & | operator= (const SgSonNodeIterator &) |
Not implemented. | |
Private Attributes | |
SgNode * | m_nextNode |
SgSonNodeIterator::SgSonNodeIterator | ( | const SgSonNodeIterator & | ) | [private] |
Not implemented.
SgNode* SgSonNodeIterator::operator * | ( | ) | const |
SgSonNodeIterator::operator bool | ( | ) | const |
void SgSonNodeIterator::operator++ | ( | ) |
SgSonNodeIterator& SgSonNodeIterator::operator= | ( | const SgSonNodeIterator & | ) | [private] |
Not implemented.
SgNode* SgSonNodeIterator::m_nextNode [private] |
Definition at line 443 of file SgNode.h.
Referenced by operator *(), operator bool(), and operator++().