|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Interface_FileParameter () |
| Standard_EXPORT void | Init (const TCollection_AsciiString &val, const Interface_ParamType typ) |
| | Fills fields (with Entity Number set to zero)
.
|
| Standard_EXPORT void | Init (const Standard_CString val, const Interface_ParamType typ) |
| | Same as above, but builds the Value from a CString
.
|
| Standard_EXPORT Standard_CString | CValue () const |
| | Same as above, but as a CString (for immediate exploitation)
was C++ : return const
.
|
| Standard_EXPORT Interface_ParamType | ParamType () const |
| | Returns the type of the parameter
.
|
| Standard_EXPORT void | SetEntityNumber (const Standard_Integer num) |
| | Allows to set a reference to an Entity in a numbered list
.
|
| Standard_EXPORT Standard_Integer | EntityNumber () const |
| | Returns value set by SetEntityNumber
.
|
| Standard_EXPORT void | Clear () |
| | Clears stored data : frees memory taken for the String Value
.
|
| Standard_EXPORT void | Destroy () |
| | Destructor. Does nothing because Memory is managed by ParamSet
.
|
| | ~Interface_FileParameter () |
Private Attributes |
| Interface_ParamType | thetype |
| Standard_PCharacter | theval |
| Standard_Integer | thenum |