Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
Dynamic_Parameter Class Reference

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.

#include <Dynamic_Parameter.hxx>

Inheritance diagram for Dynamic_Parameter:
Inheritance graph
[legend]

Public Member Functions

TCollection_AsciiString Name () const
 Returns in an AsciiString the name of the parameter.

virtual void Dump (Standard_OStream &astream) const
 Useful for debugging.

Protected Member Functions

 Dynamic_Parameter (const Standard_CString aname)
 Initializer of this class taking in argument the name
of the parameter <aname>.


Constructor & Destructor Documentation


Member Function Documentation

virtual void Dynamic_Parameter::Dump ( Standard_OStream astream) const [virtual]

The documentation for this class was generated from the following file: