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

SgSonNodeConstIterator Class Reference

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

#include <SgNode.h>

List of all members.

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

Detailed Description

Iterator for iterating through all the sons of a Node.

Definition at line 428 of file SgNode.h.


Constructor & Destructor Documentation

SgSonNodeConstIterator::SgSonNodeConstIterator ( const SgNode node  ) 

Definition at line 431 of file SgNode.h.

SgSonNodeConstIterator::SgSonNodeConstIterator ( const SgSonNodeConstIterator  )  [private]

Not implemented.


Member Function Documentation

SgSonNodeConstIterator::operator bool (  )  const

Definition at line 446 of file SgNode.h.

References m_nextNode.

const SgNode* SgSonNodeConstIterator::operator* (  )  const

Definition at line 440 of file SgNode.h.

References m_nextNode, and SG_ASSERT.

void SgSonNodeConstIterator::operator++ (  ) 

Definition at line 435 of file SgNode.h.

References m_nextNode, and SgNode::RightBrother().

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

Not implemented.


Member Data Documentation

Definition at line 452 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