|
log4cplus
2.1.0
|
FileInfo structure is OS independent abstraction of the stat() function.
More...
#include <fileinfo.h>
Public Attributes | |
| helpers::Time | mtime |
| bool | is_link |
| off_t | size |
FileInfo structure is OS independent abstraction of the stat() function.
Definition at line 45 of file fileinfo.h.
| bool log4cplus::helpers::FileInfo::is_link |
Definition at line 48 of file fileinfo.h.
| helpers::Time log4cplus::helpers::FileInfo::mtime |
Definition at line 47 of file fileinfo.h.
| off_t log4cplus::helpers::FileInfo::size |
Definition at line 49 of file fileinfo.h.