oaBaseCollection Class Reference

Inheritance diagram for oaBaseCollection:

oaCollection


Public Methods

oaUInt4 getCount () const
oaBoolean isEmpty () const
oaBoolean includes (const oaObject *object) const

Detailed Description

The oaBaseCollection class is the base class for the oaCollection classes. The class is not used directly by callers, but it contains functions inherited by the oaCollection classes.


Member Function Documentation

oaUInt4 oaBaseCollection::getCount   const
 

This function returns the number of objects in the collection.

oaBoolean oaBaseCollection::includes const oaObject *    object const
 

This function returns a boolean value indicating whether the specified object is included in this collection.

oaBoolean oaBaseCollection::isEmpty   const
 

This function returns a boolean value indicating whether this collection is empty.


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

Return to top of page