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