#include <ucommon/thread.h>
#include <sys/stat.h>
#include <errno.h>


Go to the source code of this file.
Data Structures | |
| class | ucc::fsys |
| A container for generic and o/s portable threadsafe file system functions. More... | |
Namespaces | |
| namespace | ucc |
| Common namespace for all ucommon objects. | |
Typedefs | |
| typedef void * | ucc::dir_t |
| Convenience type for directory scan operations. | |
| typedef void * | ucc::mem_t |
| Convenience type for loader operations. | |
| typedef fsys | ucc::fsys_t |
| Convience type for fsys. | |
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.
1.5.9