Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::FileConstants Class Reference

#include "OVR_File.h"

Inheritance diagram for OVR::FileConstants:
Inheritance graph
Collaboration diagram for OVR::FileConstants:
Collaboration graph

Public Types

enum  OpenFlags {
  Open_Read = 1, Open_Write = 2, Open_ReadWrite = 3, Open_Truncate = 4,
  Open_Create = 8, Open_CreateOnly = 24, Open_Buffered = 32
}
 
enum  Modes { Mode_Read = 0444, Mode_Write = 0222, Mode_Execute = 0111, Mode_ReadWrite = 0666 }
 
enum  SeekOps { Seek_Set = 0, Seek_Cur = 1, Seek_End = 2 }
 
enum  Errors { Error_FileNotFound = 0x1001, Error_Access = 0x1002, Error_IOError = 0x1003, Error_DiskFull = 0x1004 }
 

Detailed Description

Definition at line 54 of file OVR_File.h.

Member Enumeration Documentation

Enumerator
Error_FileNotFound 
Error_Access 
Error_IOError 
Error_DiskFull 

Definition at line 102 of file OVR_File.h.

Enumerator
Mode_Read 
Mode_Write 
Mode_Execute 
Mode_ReadWrite 

Definition at line 84 of file OVR_File.h.

Enumerator
Open_Read 
Open_Write 
Open_ReadWrite 
Open_Truncate 
Open_Create 
Open_CreateOnly 
Open_Buffered 

Definition at line 59 of file OVR_File.h.

Enumerator
Seek_Set 
Seek_Cur 
Seek_End 

Definition at line 94 of file OVR_File.h.


The documentation for this class was generated from the following file: