Class hierarchy   Compound list   File list   Compound Members   File Members  

Container Class Reference

Abstract container. More...

Inherits Serial_Containable.

Inherited by Hashtable.

List of all members.

Public Members


Detailed Description

Abstract container.

This class will not be very useful directly.


Member Function Documentation

virtual int Container::size() const = 0 [pure virtual]

Returns the number of elements in the container.

Reimplemented in Hashtable.

virtual int Container::isValidIndex(const int i) const [virtual]

Checks validity of an element index.

Returns a non zero value if the index is valid.


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