#include <Dynamic_StringParameter.hxx>
Inheritance diagram for Dynamic_StringParameter:
Public Member Functions | |
Standard_EXPORT | Dynamic_StringParameter (const Standard_CString aparameter) |
Creates a StringParameter with <aparameter> as name. . | |
Standard_EXPORT | 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. . | |
Standard_EXPORT TCollection_AsciiString | Value () const |
Returns the value of the parameter which is an AsciiString. . | |
Standard_EXPORT void | Value (const Standard_CString avalue) |
Sets the string <avalue> in <me>. . | |
virtual Standard_EXPORT void | Dump (Standard_OStream &astream) const |
Useful for debugging. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TCollection_HAsciiString | thestring |
|
|
|
|
|
Reimplemented from Dynamic_Parameter. |
|
Reimplemented from Dynamic_Parameter. |
|
|
|
|
|
|