Open CASCADE Technology
6.5.4
|
This package provides classes and methods to
translate a transient DF into a persistent one and
vice versa.
Driver
A driver is a tool used to translate a transient
attribute into a persistent one and vice versa.
Driver Table
A driver table is an object building links between
object types and object drivers. In the
translation process, a driver table is asked to
give a translation driver for each current object
to be translated.
#include <BinMDF.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC void | AddDrivers (const Handle< BinMDF_ADriverTable > &aDriverTable, const Handle< CDM_MessageDriver > &aMsgDrv) |
Adds the attribute storage drivers to <aDriverTable>. |
static DEFINE_STANDARD_ALLOC void BinMDF::AddDrivers | ( | const Handle< BinMDF_ADriverTable > & | aDriverTable, |
const Handle< CDM_MessageDriver > & | aMsgDrv | ||
) | [static] |