API Reference > OdDAI Namespace > Classes > InstanceIterator Class
InstanceIterator Class
OdDAI__InstanceIterator
Syntax
C++
class InstanceIterator;

daiInstanceIterator.h

An abstract class that provides the interface of an iterator through entities of the model. An iterator allows you to get sequential access to entities that are contained in any collection.

 
Name 
Description 
 
Destroys the iterator object. 
 
Name 
Description 
 
done 
Retrieves whether the end of the instance list is reached.  
 
id 
Retrieves the identifier of the iterator object.  
 
step 
Moves to the next instance in the list. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.