ISLEman
Public Member Functions | Static Public Member Functions | List of all members
ClassInheritanceContext Class Reference
Inheritance diagram for ClassInheritanceContext:
RefCountedContext TemplateListIntf

Public Member Functions

virtual int count () const
 Returns the number of elements in the list.
 
virtual TemplateVariant at (int index) const
 Returns the element at index position index. More...
 
virtual TemplateListIntf::ConstIteratorcreateIterator () const
 Creates a new iterator for this list. More...
 
virtual int addRef ()
 Increase object's reference count.
 
virtual int release ()
 Decreases object's referenc count, destroy object if 0.
 
- Public Member Functions inherited from RefCountedContext
 RefCountedContext (const char *)
 
int addRef ()
 
int release ()
 
- Public Member Functions inherited from TemplateListIntf
virtual ~TemplateListIntf ()
 Destroys the list.
 

Static Public Member Functions

static ClassInheritanceContextalloc ()
 

Member Function Documentation

§ at()

virtual TemplateVariant ClassInheritanceContext::at ( int  index) const
virtual

Returns the element at index position index.

Implements TemplateListIntf.

§ createIterator()

virtual TemplateListIntf::ConstIterator* ClassInheritanceContext::createIterator ( ) const
virtual

Creates a new iterator for this list.

Note
the user should call delete on the returned pointer.

Implements TemplateListIntf.


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