Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_PMISemanticElementComponent::AttributeIterator Class Reference

Iterator over added attributes. More...

#include <cadex/ModelData_PMISemanticElementComponent.hxx>

Public Member Functions

 AttributeIterator (const ModelData_PMISemanticElementComponent &theElement)
 
bool HasNext () const
 
const ModelData_PMISemanticAttributeNext () const
 
ModelData_PMISemanticAttributeNext ()
 

Protected Attributes

internal::Base_Handle myImpl
 

Detailed Description

Iterator over added attributes.

Supports a Java style iterator.

Constructor & Destructor Documentation

◆ AttributeIterator()

cadex::ModelData_PMISemanticElementComponent::AttributeIterator::AttributeIterator ( const ModelData_PMISemanticElementComponent theElement)

Iterates over attributes in the order in which they were added with the AddAttribute() method.