Lines Matching defs:file_info
203 // The "file_info" class.
211 //! The file_info class holds information about an specific file that
214 class file_info {
231 //! \brief Constructs a new file_info based on a given file.
233 //! This constructor creates a new file_info object and fills it with
237 explicit file_info(const path&);
242 file_info(const file_info&);
247 ~file_info(void);
336 class directory : public std::map< std::string, file_info > {