Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cFile.h File Reference
#include "cObject.h"
#include "cStream.h"
#include "cTimeInt.h"
#include "cFilePath.h"
#include "cFileStatus.h"
#include "cOSHandle.h"
#include "cException.h"

Go to the source code of this file.

Classes

class  Gray::CFile
 
class  Gray::cFile
 

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Typedefs

typedef UINT32 Gray::OF_FLAGS_t
 Mask of file open flags OF_FLAGS_TYPE_. More...
 
typedef cExceptionHResult Gray::CFileException
 

Enumerations

enum  Gray::OF_FLAGS_TYPE_ {
  Gray::OF_OPEN_MASK = 0x00FFFFFF , Gray::OF_CACHE_SEQ = 0x08000000 , Gray::OF_BINARY = 0x10000000 , Gray::OF_TEXT = 0x20000000 ,
  Gray::OF_NONCRIT = 0x40000000
}
 

Variables

class __DECL_IMPORT Gray::cFileStatus
 

Detailed Description