API Reference > OdDg Classes > OdDgIdMappingIter Class
OdDgIdMappingIter Class
OdDgIdMappingIter
Syntax
C++
class OdDgIdMappingIter : public OdRxObject;

DgIdMapping.h

This class defines Iterator elements that traverse OdDgIdPair records in OdDgIdMapping instances.

Instances are returned by OdDgIdMapping::newIterator(). 

 

TG_Db

 
Name 
Description 
 
This is OdDgIdMappingIter, a member of class OdDgIdMappingIter. 
 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator element is complete. 
 
Returns the IdPair pointed to by this Iterator Object.
 
 
next 
Increments this Iterator element. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDgIdMappingIter. 
 
Sets this Iterator element to reference the OdIdPair that it would normally return first. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.