CFx SDK Documentation
2023 SP0
|
#include "RxObject.h"
#include "OdStreamBuf.h"
#include "DbSystemServices.h"
#include "OdErrorContext.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdByteData |
class | OdOleStorageError |
class | OdOleStorage |
Macros | |
#define | ODRX_OLESTORAGE_SERVICE_NAME OdOleStorage::desc()->name() |
Typedefs | |
typedef OdSmartPtr< OdByteData > | OdByteDataPtr |
typedef OdSmartPtr< OdOleStorage > | OdOleStoragePtr |
#define ODRX_OLESTORAGE_SERVICE_NAME OdOleStorage::desc()->name() |
Definition at line 170 of file OleStorage.h.
typedef OdSmartPtr<OdByteData> OdByteDataPtr |
This template class is a specialization of the OdSmartPtr class for OdByteData object pointers.
Definition at line 82 of file OleStorage.h.
typedef OdSmartPtr<OdOleStorage> OdOleStoragePtr |
This template class is a specialization of the OdSmartPtr class for OdOleStorage object pointers.
Definition at line 103 of file OleStorage.h.