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