NCBI C++ ToolKit
|
Search Toolkit Book for CDirEntry::SStat
Alternate stat structure for use instead of the standard struct stat. More...
#include <corelib/ncbifile.hpp>
Public Attributes | |
TNcbiSys_stat | orig |
Original stat structure. More... | |
long | mtime_nsec |
Nanoseconds for modification time. More... | |
long | ctime_nsec |
Nanoseconds for creation time. More... | |
long | atime_nsec |
Nanoseconds for last access time. More... | |
Alternate stat structure for use instead of the standard struct stat.
The alternate stat can have useful, but non-posix fields, which are usually highly platform-dependent, and named differently in the underlying data structures on different systems.
Definition at line 823 of file ncbifile.hpp.