SHAPER
9.13.0
|
Public Types | |
typedef GeomShapePtr | key_type |
typedef ListOfShape | mapped_type |
typedef std::pair< GeomShapePtr, ListOfShape > | value_type |
Public Member Functions | |
GEOMAPI_EXPORT | iterator (const iterator &) |
GEOMAPI_EXPORT const iterator & | operator= (const iterator &) |
GEOMAPI_EXPORT bool | operator== (const iterator &) const |
GEOMAPI_EXPORT bool | operator!= (const iterator &) const |
virtual GEOMAPI_EXPORT iterator & | operator++ () |
virtual GEOMAPI_EXPORT iterator | operator++ (int) |
virtual GEOMAPI_EXPORT key_type | first () const |
virtual GEOMAPI_EXPORT mapped_type | second () const |
Protected Attributes | |
std::shared_ptr< iterator > | mySelf |