|
BuildCache
|
Information about a file. More...
#include <file_utils.hpp>
Public Member Functions | |
| file_info_t (const std::string &path, const time::seconds_t modify_time, const time::seconds_t access_time, const int64_t size, const bool is_dir) | |
| const std::string & | path () const |
| time::seconds_t | modify_time () const |
| time::seconds_t | access_time () const |
| int64_t | size () const |
| bool | is_dir () const |
Private Attributes | |
| std::string | m_path |
| time::seconds_t | m_modify_time |
| time::seconds_t | m_access_time |
| int64_t | m_size |
| bool | m_is_dir |
Information about a file.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17