CFx SDK Documentation  2023 SP0
Classes | Namespaces | Typedefs | Enumerations | Functions
RxSystemServices.h File Reference
#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< OdRxDictionaryOdRxDictionaryPtr
 
typedef OdSmartPtr< OdRxSystemServicesOdRxSystemServicesPtr
 

Enumerations

enum  Oda::FileAccessMode {
  Oda::kFileRead , Oda::kFileWrite = 0x40000000 , Oda::kFileTmp = 0x20000000 , Oda::kFileDelete = 0x10000000 ,
  Oda::kNoFlushWhenClosed = 0x08000000
}
 
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 OdRxSystemServicesodrxSystemServices ()
 

Typedef Documentation

◆ OdRxDictionaryPtr

Definition at line 41 of file RxSystemServices.h.

◆ OdRxSystemServicesPtr

This template class is a specialization of the OdSmartPtr class for OdRxSystemServices object pointers.

Definition at line 392 of file RxSystemServices.h.

Function Documentation

◆ odrxSystemServices()

FIRSTDLL_EXPORT OdRxSystemServices* odrxSystemServices ( )