User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
InheritIterC::InheritIterC(ObjectC &,ScopeAccessT)
InheritIterC::Next(void)
InheritIterC::operator++(int)
InheritIterC::Data(void)
InheritIterC::Data(void) const
InheritIterC::operator*(void)
InheritIterC::operator*(void) const
InheritIterC::operator->(void)
InheritIterC::operator->(void) const
InheritIterC::IsElm(void) const
InheritIterC::operator bool(void) const
InheritIterC::CurrentScope(void)
InheritIterC::TemplateSubs(void)
InheritIterC
 
Iterator through all objects in the inheritance hirachy.
 
include "amma/Cxx/Object.hh"
User Level:Default
Library:CxxDoc
Example:exEndPoint.cc
Section:default.Charles Galambos
In Scope:CxxParser

Typedefs:

Variables:
Methods:
InheritIterC(ObjectC & start,ScopeAccessT nIncAccess = SAProtected)
Default constructor.

bool Next()
Goto next.
Returns true if there is a next element.

void operator++(int)
Goto next object.

ObjectC & Data()
Get current object.

const ObjectC & Data() const
Get current object.

ObjectC & operator*()
Get current object.

const ObjectC & operator*() const
Get current object.

ObjectC * operator->()
Get current object.

const ObjectC * operator->() const
Get current object.

bool IsElm() const
Is element in list ?

operator bool() const
Is element in list ?

ScopeC & CurrentScope()
Get current scope.

RCHashARC<StringC,ObjectC> & TemplateSubs()
Access current template subsitutions.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001