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

This class describes a parameter with an integer
as its value.

#include <Dynamic_IntegerParameter.hxx>

Inheritance diagram for Dynamic_IntegerParameter:
Inheritance graph
[legend]

Public Member Functions

 Dynamic_IntegerParameter (const Standard_CString aparameter)
 Creates an IntegerParameter with <aparameter> as
identifier.

 Dynamic_IntegerParameter (const Standard_CString aparameter, const Standard_Integer avalue)
 Creates an IntegerParameter with <aparameter> as
identifier and <avalue> as initial value.

Standard_Integer Value () const
 Returns the integer value <thevalue>.

void Value (const Standard_Integer avalue)
 Sets the field <thevalue> with the integer value <avalue>

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


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from Dynamic_Parameter.


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