Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgSonNodeConstIterator Class Reference

#include <SgNode.h>

List of all members.


Detailed Description

Iterator for iterating through all the sons of a Node.

Definition at line 455 of file SgNode.h.

Public Member Functions

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

Private Member Functions

 SgSonNodeConstIterator (const SgSonNodeConstIterator &)
 Not implemented.
SgSonNodeConstIteratoroperator= (const SgSonNodeConstIterator &)
 Not implemented.

Private Attributes

SgNodem_nextNode


Constructor & Destructor Documentation

SgSonNodeConstIterator::SgSonNodeConstIterator ( const SgNode node  ) 

Definition at line 458 of file SgNode.h.

SgSonNodeConstIterator::SgSonNodeConstIterator ( const SgSonNodeConstIterator  )  [private]

Not implemented.


Member Function Documentation

const SgNode* SgSonNodeConstIterator::operator * (  )  const

Definition at line 467 of file SgNode.h.

References m_nextNode, and SG_ASSERT.

SgSonNodeConstIterator::operator bool (  )  const

Definition at line 473 of file SgNode.h.

References m_nextNode.

void SgSonNodeConstIterator::operator++ (  ) 

Definition at line 462 of file SgNode.h.

References m_nextNode, and SgNode::RightBrother().

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

Not implemented.


Member Data Documentation

SgNode* SgSonNodeConstIterator::m_nextNode [private]

Definition at line 479 of file SgNode.h.

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


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


17 Jun 2010 Doxygen 1.4.7