// 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 _TDataStd_HDataMapOfStringInteger_HeaderFile #define _TDataStd_HDataMapOfStringInteger_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDataStd_HDataMapOfStringInteger_HeaderFile #include #endif #ifndef _TColStd_DataMapOfStringInteger_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class TColStd_DataMapOfStringInteger; //! Extension of TColStd_DataMapOfStringInteger class
//! to be manipulated by handle.
class TDataStd_HDataMapOfStringInteger : public MMgt_TShared { public: Standard_EXPORT TDataStd_HDataMapOfStringInteger(const Standard_Integer NbBuckets = 1); Standard_EXPORT TDataStd_HDataMapOfStringInteger(const TColStd_DataMapOfStringInteger& theOther); const TColStd_DataMapOfStringInteger& Map() const; TColStd_DataMapOfStringInteger& ChangeMap() ; DEFINE_STANDARD_RTTI(TDataStd_HDataMapOfStringInteger) protected: private: TColStd_DataMapOfStringInteger myMap; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif