// 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 _PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString_HeaderFile #define _PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Handle_PCollection_HAsciiString_HeaderFile #include #endif #ifndef _PStandard_ArrayNode_HeaderFile #include #endif class PCollection_HAsciiString; class PDataStd_FieldOfHArray1OfHAsciiString; class PDataStd_VArrayTNodeOfFieldOfHArray1OfHAsciiString; class PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString : public PStandard_ArrayNode { public: Standard_EXPORT PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString(); Standard_EXPORT PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString(const Handle(PCollection_HAsciiString)& aValue); Standard_EXPORT void SetValue(const Handle(PCollection_HAsciiString)& aValue) ; Standard_EXPORT Standard_Address Value() const; PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString(const Storage_stCONSTclCOM& a) : PStandard_ArrayNode(a) { } Handle(PCollection_HAsciiString) _CSFDB_GetPDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiStringmyValue() const { return myValue; } void _CSFDB_SetPDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiStringmyValue(const Handle(PCollection_HAsciiString)& p) { myValue = p; } DEFINE_STANDARD_RTTI(PDataStd_VArrayNodeOfFieldOfHArray1OfHAsciiString) protected: private: Handle_PCollection_HAsciiString myValue; }; // other Inline functions and methods (like "C++: function call" methods) #endif