oaEnumCollection Class Reference


Public Methods

 operator oaEnumIterState * ()
oaUInt4 getCount ()
oaBoolean isEmpty ()

Detailed Description

The oaEnumCollection class represents a list of enumeration strings to traverse. This class is returned by the oaEnumProp::getEnums() call. The oaEnumCollection class is primarily used to initialize an oaEnumPropIter iterator so that the members of the collection can be retrieved.


Member Function Documentation

oaUInt4 oaEnumCollection::getCount  
 

This function returns the number of strings in the collection.

oaBoolean oaEnumCollection::isEmpty  
 

This function returns a boolean value indicating whether there are any members in the collection.

oaEnumCollection::operator oaEnumIterState *  
 

This function constructs an oaEnumPropIterState from oaEnumCollections. Callers don't explicitly use this. Rather it is used implicitly to construct an oaEnumPropIter.


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

Return to top of page