data structures to store file info with load data
Definition in file file_info_with_data.hpp.
Go to the source code of this file.
#include <memory>#include <string>#include <unordered_map>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | fs::FileInfoWithData |
| Struct file with load data. More... | |
Namespaces | |
| namespace | fs |
| filesystem support | |
Typedefs | |
| using | fs::FileInfoWithDataConstPtr = std::shared_ptr< const FileInfoWithData > |
| using | fs::FileInfoWithDataMap = std::unordered_map< std::string, FileInfoWithDataConstPtr > |