|
Open CASCADE Technology
6.5.4
|
#include <MoniTool_TransientElem.hxx>

Public Member Functions | |
| MoniTool_TransientElem (const Handle< Standard_Transient > &akey) | |
| const Handle_Standard_Transient & | Value () const |
| Standard_Boolean | Equates (const Handle< MoniTool_Element > &other) const |
| Specific testof equallity : to be defined by each sub-class, must be False if Elements have not the same true Type, else their contents must be compared | |
| virtual Handle_Standard_Type | ValueType () const |
| Returns the Type of the Value. By default, returns the DynamicType of <me>, but can be redefined | |
| virtual Standard_CString | ValueTypeName () const |
| Returns the name of the Type of the Value. Default is name of ValueType, unless it is for a non-handled object | |
| Standard_Boolean MoniTool_TransientElem::Equates | ( | const Handle< MoniTool_Element > & | other | ) | const [virtual] |
Implements MoniTool_Element.
| virtual Handle_Standard_Type MoniTool_TransientElem::ValueType | ( | ) | const [virtual] |
Reimplemented from MoniTool_Element.
| virtual Standard_CString MoniTool_TransientElem::ValueTypeName | ( | ) | const [virtual] |
Reimplemented from MoniTool_Element.
1.8.0