Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions
Dynamic_Method Class Referenceabstract

This class is a root class available for the
definition of methods and also for using them
throughout method instances. The logical name of
the method and the signature as a collection of
variables is stored in it.
More...

#include <Dynamic_Method.hxx>

Inheritance diagram for Dynamic_Method:
Inheritance graph
[legend]

Public Member Functions

virtual TCollection_AsciiString Type () const =0
 Returns the type of object which is the name of the
function definition.
More...
 
Handle_Dynamic_VariableNode FirstVariableNode () const
 Returns the first variable node of the Method which
contains a variable.
More...
 
Standard_Boolean Variable (const Standard_CString avariable) const
 Returns true if there is a variable with <avariable>
as name, false otherwise.
More...
 
void Variable (const Handle< Dynamic_Variable > &avariable)
 Adds another variable <avariable> to the sequence of
variable definitions.
More...
 
Standard_Boolean Value (const Standard_CString aname, Handle< Dynamic_Parameter > &aparameter, Dynamic_ModeEnum &amode) const
 Returns True, if there is a variable <avariable>
previously stored in the instance <me> and there is
the corresponding parameter value in the output
argument <aparameter>, False otherwise.
More...
 
Standard_Boolean Value (const Standard_CString aname, Handle< Dynamic_Variable > &avariable) const
 Returns True, if there is a variable named <aname>
previously stored in the instance of <me> and returns
the corresponding variable in the output argument
<avariable>, False otherwise.
More...
 
virtual void Dump (Standard_OStream &astream) const
 Useful for debugging.
More...
 
- Public Member Functions inherited from MMgt_TShared
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual void ShallowDump (Standard_OStream &) const
 
virtual const
Handle_Standard_Type & 
DynamicType () const
 Returns a type information object about this object. More...
 
Standard_Boolean IsInstance (const Handle_Standard_Type &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const Handle_Standard_Type &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_Boolean IsKind (const Standard_CString theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
virtual Handle_Standard_Transient This () const
 Returns a Handle which references this object. Must never be called to objects created in stack. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 

Protected Member Functions

 Dynamic_Method ()
 It is the constructor of this deferred class
More...
 

Detailed Description

This class is a root class available for the
definition of methods and also for using them
throughout method instances. The logical name of
the method and the signature as a collection of
variables is stored in it.

Constructor & Destructor Documentation

Dynamic_Method::Dynamic_Method ( )
protected

It is the constructor of this deferred class

Member Function Documentation

virtual void Dynamic_Method::Dump ( Standard_OStream astream) const
virtual

Useful for debugging.

Reimplemented in Dynamic_MethodDefinition, and Dynamic_CompositMethod.

Handle_Dynamic_VariableNode Dynamic_Method::FirstVariableNode ( ) const

Returns the first variable node of the Method which
contains a variable.

virtual TCollection_AsciiString Dynamic_Method::Type ( ) const
pure virtual

Returns the type of object which is the name of the
function definition.

Implemented in Dynamic_MethodDefinition.

Standard_Boolean Dynamic_Method::Value ( const Standard_CString  aname,
Handle< Dynamic_Parameter > &  aparameter,
Dynamic_ModeEnum amode 
) const

Returns True, if there is a variable <avariable>
previously stored in the instance <me> and there is
the corresponding parameter value in the output
argument <aparameter>, False otherwise.

Standard_Boolean Dynamic_Method::Value ( const Standard_CString  aname,
Handle< Dynamic_Variable > &  avariable 
) const

Returns True, if there is a variable named <aname>
previously stored in the instance of <me> and returns
the corresponding variable in the output argument
<avariable>, False otherwise.

Standard_Boolean Dynamic_Method::Variable ( const Standard_CString  avariable) const

Returns true if there is a variable with <avariable>
as name, false otherwise.

void Dynamic_Method::Variable ( const Handle< Dynamic_Variable > &  avariable)

Adds another variable <avariable> to the sequence of
variable definitions.


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