#include <BinMDF_ADriver.hxx>
Inheritance diagram for BinMDF_ADriver:
Public Member Functions | |
virtual Standard_EXPORT Handle_TDF_Attribute | NewEmpty () const =0 |
Creates a new attribute from TDF. . | |
const Handle_Standard_Type & | SourceType () const |
Returns the type of source object, inheriting from Attribute from TDF. . | |
const TCollection_AsciiString & | TypeName () const |
Returns the type name of the attribute object . | |
virtual Standard_EXPORT Standard_Boolean | Paste (const BinObjMgt_Persistent &aSource, const Handle(TDF_Attribute)&aTarget, BinObjMgt_RRelocationTable &aRelocTable) const =0 |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
virtual Standard_EXPORT void | Paste (const Handle(TDF_Attribute)&aSource, BinObjMgt_Persistent &aTarget, BinObjMgt_SRelocationTable &aRelocTable) const =0 |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
Standard_EXPORT void | WriteMessage (const TCollection_ExtendedString &theMessage) const |
Send message to Application (usually when error occurres) . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | BinMDF_ADriver (const Handle(CDM_MessageDriver)&theMsgDriver, const Standard_CString theName=NULL) |
Protected Attributes | |
TCollection_AsciiString | myTypeName |
Private Attributes | |
Handle_CDM_MessageDriver | myMessageDriver |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|