Open CASCADE Technology 6.6.0
Public Member Functions
Dynamic_StringParameter Class Reference

This inherited class from Parameter describes all
the parameters, which are characterized by a
string value.

#include <Dynamic_StringParameter.hxx>

Inheritance diagram for Dynamic_StringParameter:
Inheritance graph
[legend]

Public Member Functions

 Dynamic_StringParameter (const Standard_CString aparameter)
 Creates a StringParameter with <aparameter> as name.

 Dynamic_StringParameter (const Standard_CString aparameter, const Standard_CString astring)
 With the name of the Parameter <aparameter> and the
string <astring>, creates an instance of
StringParameter.

TCollection_AsciiString Value () const
 Returns the value of the parameter which is an
AsciiString.

void Value (const Standard_CString avalue)
 Sets the string <avalue> in <me>.

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


Constructor & Destructor Documentation

Dynamic_StringParameter::Dynamic_StringParameter ( const Standard_CString  aparameter)
Dynamic_StringParameter::Dynamic_StringParameter ( const Standard_CString  aparameter,
const Standard_CString  astring 
)

Member Function Documentation

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

Reimplemented from Dynamic_Parameter.

TCollection_AsciiString Dynamic_StringParameter::Value ( ) const
void Dynamic_StringParameter::Value ( const Standard_CString  avalue)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines