// 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 _Dynamic_VariableGroup_HeaderFile #define _Dynamic_VariableGroup_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Dynamic_VariableGroup_HeaderFile #include #endif #ifndef _Dynamic_Variable_HeaderFile #include #endif //! This inherited class from variable is for
//! specifing that the variable does not accept only
//! one value but a collection of homogeneous
//! values. This class is for describing the signature
//! of the method definition. When an instance of this
//! kind of method is done, it is a
//! CompositVariableInstance which is used.
class Dynamic_VariableGroup : public Dynamic_Variable { public: //! Creates and Returns a new instance of this class.
Standard_EXPORT Dynamic_VariableGroup(); DEFINE_STANDARD_RTTI(Dynamic_VariableGroup) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif