// 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 _TFunction_HArray1OfDataMapOfGUIDDriver_HeaderFile #define _TFunction_HArray1OfDataMapOfGUIDDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TFunction_HArray1OfDataMapOfGUIDDriver_HeaderFile #include #endif #ifndef _TFunction_Array1OfDataMapOfGUIDDriver_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class Standard_RangeError; class Standard_DimensionMismatch; class Standard_OutOfRange; class Standard_OutOfMemory; class TFunction_DataMapOfGUIDDriver; class TFunction_Array1OfDataMapOfGUIDDriver; class TFunction_HArray1OfDataMapOfGUIDDriver : public MMgt_TShared { public: Standard_EXPORT TFunction_HArray1OfDataMapOfGUIDDriver(const Standard_Integer Low,const Standard_Integer Up); Standard_EXPORT TFunction_HArray1OfDataMapOfGUIDDriver(const Standard_Integer Low,const Standard_Integer Up,const TFunction_DataMapOfGUIDDriver& V); Standard_EXPORT void Init(const TFunction_DataMapOfGUIDDriver& V) ; Standard_Integer Length() const; Standard_Integer Lower() const; Standard_Integer Upper() const; void SetValue(const Standard_Integer Index,const TFunction_DataMapOfGUIDDriver& Value) ; const TFunction_DataMapOfGUIDDriver& Value(const Standard_Integer Index) const; TFunction_DataMapOfGUIDDriver& ChangeValue(const Standard_Integer Index) ; const TFunction_Array1OfDataMapOfGUIDDriver& Array1() const; TFunction_Array1OfDataMapOfGUIDDriver& ChangeArray1() ; DEFINE_STANDARD_RTTI(TFunction_HArray1OfDataMapOfGUIDDriver) protected: private: TFunction_Array1OfDataMapOfGUIDDriver myArray; }; #define ItemHArray1 TFunction_DataMapOfGUIDDriver #define ItemHArray1_hxx #define TheArray1 TFunction_Array1OfDataMapOfGUIDDriver #define TheArray1_hxx #define TCollection_HArray1 TFunction_HArray1OfDataMapOfGUIDDriver #define TCollection_HArray1_hxx #define Handle_TCollection_HArray1 Handle_TFunction_HArray1OfDataMapOfGUIDDriver #define TCollection_HArray1_Type_() TFunction_HArray1OfDataMapOfGUIDDriver_Type_() #include #undef ItemHArray1 #undef ItemHArray1_hxx #undef TheArray1 #undef TheArray1_hxx #undef TCollection_HArray1 #undef TCollection_HArray1_hxx #undef Handle_TCollection_HArray1 #undef TCollection_HArray1_Type_ // other Inline functions and methods (like "C++: function call" methods) #endif