Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_Parameter.hxx>
#include <Handle_TCollection_HAsciiString.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_CString.hxx>
#include <Standard_OStream.hxx>
Data Structures | |
class | Dynamic_Parameter |
A parameter is defined as the association of a name and a value. For easy use, inherited classes have been created to manipulate values by their C++ type. This class is the root class of all the derived parameter classes. Only the identifier of the parameter is stored in it. The associated value is stored in the inherited classes where it is more easy to overload the methods manipulating the value. No instance of this class must be created. It is for this reason that this class is deferred. More... |