CFx SDK Documentation
2023 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 | odInitialize (OdDbSystemServices *pSystemServices) |
TOOLKIT_EXPORT void | odUninitialize () |
typedef OdRxSystemServices OdDbSystemServices |
This class is the base class for classes that provide platform-dependent file operations for Teigha.
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.
TOOLKIT_EXPORT void odInitialize | ( | OdDbSystemServices * | pSystemServices | ) |
Performs Teigha 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 | ( | ) |
TOOLKIT_EXPORT void odUninitialize | ( | ) |
Performs Teigha system uninitialization.