|
Open CASCADE Technology 6.5.2
|
#include <Transfer_TransientMapper.hxx>

Public Member Functions | |
| Transfer_TransientMapper (const Handle< Standard_Transient > &akey) | |
| const Handle_Standard_Transient & | Value () const |
| Standard_Boolean | Equates (const Handle< Transfer_Finder > &other) const |
| Specific testof equallity : to be defined by each sub-class, must be False if Finders 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 | |
| Transfer_TransientMapper::Transfer_TransientMapper | ( | const Handle< Standard_Transient > & | akey | ) |
| Standard_Boolean Transfer_TransientMapper::Equates | ( | const Handle< Transfer_Finder > & | other | ) | const [virtual] |
Implements Transfer_Finder.
| const Handle_Standard_Transient& Transfer_TransientMapper::Value | ( | ) | const |
| virtual Handle_Standard_Type Transfer_TransientMapper::ValueType | ( | ) | const [virtual] |
Reimplemented from Transfer_Finder.
| virtual Standard_CString Transfer_TransientMapper::ValueTypeName | ( | ) | const [virtual] |
Reimplemented from Transfer_Finder.
1.7.4