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