|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
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
|