The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
filemgr.cpp File Reference
#include <filemgr.h>
#include <utilstr.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <swbuf.h>
#include <io.h>
#include <direct.h>
+ Include dependency graph for filemgr.cpp:

Go to the source code of this file.

Classes

class  __staticsystemFileMgr
 

Macros

#define O_BINARY   0
 
#define S_IREAD   0400
 
#define S_IRGRP   0
 
#define S_IROTH   0
 
#define S_IWRITE   0200
 

Variables

class __staticsystemFileMgr _staticsystemFileMgr
 

Macro Definition Documentation

#define O_BINARY   0

Definition at line 48 of file filemgr.cpp.

#define S_IREAD   0400

Definition at line 70 of file filemgr.cpp.

#define S_IRGRP   0

Definition at line 52 of file filemgr.cpp.

#define S_IROTH   0

Definition at line 56 of file filemgr.cpp.

#define S_IWRITE   0200

Definition at line 73 of file filemgr.cpp.

Variable Documentation

class __staticsystemFileMgr _staticsystemFileMgr