CFx SDK Documentation 2024 SP0
|
#include "RxSystemServices.h"
#include "DbExport.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Typedefs | |
typedef OdRxSystemServices | OdDbSystemServices |
typedef OdSmartPtr< OdDbSystemServices > | OdDbSystemServicesPtr |
Functions | |
TOOLKIT_EXPORT OdDbSystemServices * | odSystemServices () |
TOOLKIT_EXPORT void | odInitializeDbCore (OdDbSystemServices *pSystemServices) |
DBLIB_EXPORT void | odInitialize (OdDbSystemServices *pSystemServices) |
DBLIB_EXPORT void | odUninitialize () |
TOOLKIT_EXPORT void | odUninitializeDbCore () |
typedef OdRxSystemServices OdDbSystemServices |
This class is the base class for classes that provide platform-dependent file operations for the Drawings SDK.
Definition at line 37 of file DbSystemServices.h.
This template class is a specialization of the OdSmartPtr class for OdDbSystemServices object pointers.
Definition at line 42 of file DbSystemServices.h.
DBLIB_EXPORT void odInitialize | ( | OdDbSystemServices * | pSystemServices | ) |
Performs Drawings system initialization.
It also allows the user to specify the OdDbSystemServices instance that to be used for file creation and access.
pSystemServices | [in] Pointer to SystemServices object. |
TOOLKIT_EXPORT void odInitializeDbCore | ( | OdDbSystemServices * | pSystemServices | ) |
Performs Drawings core system initialization.
It also allows the user to specify the OdDbSystemServices instance that to be used for file creation and access.
pSystemServices | [in] Pointer to SystemServices object. |
TOOLKIT_EXPORT OdDbSystemServices * odSystemServices | ( | ) |
DBLIB_EXPORT void odUninitialize | ( | ) |
Performs Drawings system uninitialization.
TOOLKIT_EXPORT void odUninitializeDbCore | ( | ) |