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 std::shared_ptr< FilePFile
 

Functions

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

Variables

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

Typedef Documentation

◆ PFile

typedef std::shared_ptr<File> PFile

Function Documentation

◆ FileClose()

void FileClose ( int &  fd)

◆ FileOpen()

Status FileOpen ( const OsPath pathname,
int  oflag 
)