Open CASCADE Technology 6.6.0
Public Member Functions
Dynamic_InterpretedMethod Class Reference

This class derived from Method, describes an
interpreted method. The additional field is the
name of the file to be interpreted.

#include <Dynamic_InterpretedMethod.hxx>

Inheritance diagram for Dynamic_InterpretedMethod:
Inheritance graph
[legend]

Public Member Functions

 Dynamic_InterpretedMethod (const Standard_CString aname, const Standard_CString afile)
 Creates a new InterpretedMethod with <aname> as name
and <afile> as file name to be interpreted.

void Function (const Standard_CString afile)
 Sets the the name of the file to be interpreted to
<afile>.

TCollection_AsciiString Function () const
 Returns the name of the file to be interpreted.


Constructor & Destructor Documentation

Dynamic_InterpretedMethod::Dynamic_InterpretedMethod ( const Standard_CString  aname,
const Standard_CString  afile 
)

Member Function Documentation

void Dynamic_InterpretedMethod::Function ( const Standard_CString  afile)
TCollection_AsciiString Dynamic_InterpretedMethod::Function ( ) const

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