ucommon/fsys.h File Reference

Thread-aware file system manipulation class. More...

#include <ucommon/thread.h>
#include <sys/stat.h>
#include <errno.h>
Include dependency graph for fsys.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  fsys
 A container for generic and o/s portable threadsafe file system functions. More...

Typedefs

typedef void * mem_t
 Convenience type for loader operations.
typedef fsys fsys_t
 Convience type for fsys.

Variables

NAMESPACE_UCOMMON typedef void * dir_t
 Convenience type for directory scan operations.

Detailed Description

Thread-aware file system manipulation class.

This is used to provide generic file operations that are OS independent and thread-safe in behavior. This is used in particular to wrap posix calls internally to pth, and to create portable code between MSWINDOWS and Posix low-level file I/O operations.

Definition in file fsys.h.


Generated on 18 Dec 2009 for UCommon by  doxygen 1.6.1