Pyrogenesis  trunk
Classes | Namespaces | Typedefs | Functions | Variables
file.h File Reference
#include "lib/os_path.h"
#include "lib/sysdep/filesystem.h"
Include dependency graph for file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  File
 

Namespaces

 ERR
 

Introduction


 

Typedefs

typedef shared_ptr< FilePFile
 

Functions

LIB_API Status FileOpen (const OsPath &pathname, int oflag)
 
LIB_API void FileClose (int &fd)
 

Variables

const Status ERR::FILE_ACCESS = -110300
 
const Status ERR::FILE_NOT_FOUND = -110301
 

Typedef Documentation

typedef shared_ptr<File> PFile

Function Documentation

LIB_API void FileClose ( int &  fd)
LIB_API Status FileOpen ( const OsPath pathname,
int  oflag 
)