// 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_BooleanList_HeaderFile #define _PDataStd_BooleanList_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PDataStd_BooleanList_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PColStd_HArray1OfInteger_HeaderFile #include #endif #ifndef _PDF_Attribute_HeaderFile #include #endif class PColStd_HArray1OfInteger; class PDataStd_BooleanList : public PDF_Attribute { public: Standard_EXPORT PDataStd_BooleanList(); Standard_EXPORT void Init(const Standard_Integer lower,const Standard_Integer upper) ; Standard_EXPORT void SetValue(const Standard_Integer index,const Standard_Integer value) ; Standard_EXPORT Standard_Integer Value(const Standard_Integer index) const; Standard_EXPORT Standard_Integer Lower() const; Standard_EXPORT Standard_Integer Upper() const; PDataStd_BooleanList(const Storage_stCONSTclCOM& a) : PDF_Attribute(a) { } Handle(PColStd_HArray1OfInteger) _CSFDB_GetPDataStd_BooleanListmyValue() const { return myValue; } void _CSFDB_SetPDataStd_BooleanListmyValue(const Handle(PColStd_HArray1OfInteger)& p) { myValue = p; } DEFINE_STANDARD_RTTI(PDataStd_BooleanList) protected: private: Handle_PColStd_HArray1OfInteger myValue; }; // other Inline functions and methods (like "C++: function call" methods) #endif