// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _TColStd_HPackedMapOfInteger_HeaderFile #define _TColStd_HPackedMapOfInteger_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TColStd_HPackedMapOfInteger_HeaderFile #include #endif #ifndef _TColStd_PackedMapOfInteger_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif //! Extension of TColStd_PackedMapOfInteger class to be manipulated by handle.
class TColStd_HPackedMapOfInteger : public MMgt_TShared { public: Standard_EXPORT TColStd_HPackedMapOfInteger(const Standard_Integer NbBuckets = 1); Standard_EXPORT TColStd_HPackedMapOfInteger(const TColStd_PackedMapOfInteger& theOther); const TColStd_PackedMapOfInteger& Map() const; TColStd_PackedMapOfInteger& ChangeMap() ; DEFINE_STANDARD_RTTI(TColStd_HPackedMapOfInteger) protected: private: TColStd_PackedMapOfInteger myMap; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif