Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Private Member Functions | Private Attributes

SgSonNodeIterator Class Reference

Iterator for iterating through all the sons of a SgNode. More...

#include <SgNode.h>

List of all members.

Public Member Functions

 SgSonNodeIterator (SgNode *node)
void operator++ ()
SgNodeoperator* () const
 operator bool () const

Private Member Functions

 SgSonNodeIterator (const SgSonNodeIterator &)
 Not implemented.
SgSonNodeIteratoroperator= (const SgSonNodeIterator &)
 Not implemented.

Private Attributes

SgNodem_nextNode

Detailed Description

Iterator for iterating through all the sons of a SgNode.

Definition at line 392 of file SgNode.h.


Constructor & Destructor Documentation

SgSonNodeIterator::SgSonNodeIterator ( SgNode node  ) 

Definition at line 395 of file SgNode.h.

SgSonNodeIterator::SgSonNodeIterator ( const SgSonNodeIterator  )  [private]

Not implemented.


Member Function Documentation

SgSonNodeIterator::operator bool (  )  const

Definition at line 410 of file SgNode.h.

References m_nextNode.

SgNode* SgSonNodeIterator::operator* (  )  const

Definition at line 404 of file SgNode.h.

References m_nextNode, and SG_ASSERT.

void SgSonNodeIterator::operator++ (  ) 

Definition at line 399 of file SgNode.h.

References m_nextNode, and SgNode::RightBrother().

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

Not implemented.


Member Data Documentation

Definition at line 416 of file SgNode.h.

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


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


Sun Mar 13 2011 Doxygen 1.7.1