The SWORD Project
1.9.0.svnversion
|
#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>
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 |
#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.
class __staticsystemFileMgr _staticsystemFileMgr |