log4cplus_helpers_FileInfo(3)
| log4cplus::helpers::FileInfo(3) | log4cplus | log4cplus::helpers::FileInfo(3) |
NAME
log4cplus::helpers::FileInfo - FileInfo structure is OS independent abstraction of the stat() function.
SYNOPSIS
#include <fileinfo.h>
Public Attributes
helpers::Time mtime
bool is_link
off_t size
Detailed Description
FileInfo structure is OS independent abstraction of the stat() function.
Definition at line 45 of file fileinfo.h.
Member Data Documentation
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.
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Mon Jun 5 2023 21:46:10 | Version 2.0.7 |
