Iterator over added PMIData items, which contains graphical and semantical elements. More...
Public Member Functions | |
PMIDataIterator (const ModelData_PMITable &theTable) | |
bool | HasNext () const |
const ModelData_PMIData & | Next () const |
ModelData_PMIData & | Next () |
Protected Attributes | |
internal::Base_Handle | myImpl |
Iterator over added PMIData items, which contains graphical and semantical elements.
Supports a Java style iterator.
cadex::ModelData_PMITable::PMIDataIterator::PMIDataIterator | ( | const ModelData_PMITable & | theTable | ) |
Iterator will iterate over PMIData items in the order in which they were added with the Add() method.