| 
    CFx SDK Documentation
    2020SP3
    
   | 
 
#include <stdarg.h>#include "RxObject.h"#include "OdStreamBuf.h"#include "OdCodePage.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdError_FileException | 
| class | OdError_FileNotFound | 
| class | OdError_CantOpenFile | 
| class | OdError_FileWriteError | 
| class | OdError_InvalidIndex | 
| class | OdError_InvalidKey | 
| class | OdRxSystemServices | 
Namespaces | |
| Oda | |
Typedefs | |
| typedef OdSmartPtr< OdRxDictionary > | OdRxDictionaryPtr | 
| typedef OdSmartPtr< OdRxSystemServices > | OdRxSystemServicesPtr | 
Enumerations | |
| enum | Oda::FileAccessMode { Oda::kFileRead, Oda::kFileWrite = 0x40000000, Oda::kFileTmp = 0x20000000, Oda::kFileDelete = 0x10000000 } | 
| enum | Oda::FileShareMode { Oda::kShareDenyReadWrite = 0x10, Oda::kShareDenyWrite = 0x20, Oda::kShareDenyRead = 0x30, Oda::kShareDenyNo = 0x40 } | 
| enum | Oda::FileCreationDisposition {  Oda::kCreateNew = 1, Oda::kCreateAlways = 2, Oda::kOpenExisting = 3, Oda::kOpenAlways = 4, Oda::kTruncateExisting = 5 }  | 
Functions | |
| FIRSTDLL_EXPORT OdRxSystemServices * | odrxSystemServices () | 
| typedef OdSmartPtr<OdRxDictionary> OdRxDictionaryPtr | 
Definition at line 41 of file RxSystemServices.h.
This template class is a specialization of the OdSmartPtr class for OdRxSystemServices object pointers.
Definition at line 391 of file RxSystemServices.h.
| FIRSTDLL_EXPORT OdRxSystemServices* odrxSystemServices | ( | ) |