|
Ariles
|
Definition in file std_filesystem_path.h.
Go to the source code of this file.
Namespaces | |
| namespace | ariles2 |
| namespace | ariles2::read |
| namespace | ariles2::write |
| namespace | ariles2::compare |
| namespace | ariles2::defaults |
| namespace | ariles2::process |
| namespace | ariles2::copyfrom |
| namespace | ariles2::copyto |
Functions | |
| template<class t_Visitor > | |
| void | ariles2::read::apply_read (t_Visitor &visitor, std::filesystem::path &entry, const typename t_Visitor::Parameters ¶m) |
| template<class t_Visitor > | |
| void | ariles2::write::apply_write (t_Visitor &writer, const std::filesystem::path &entry, const typename t_Visitor::Parameters ¶m) |
| template<class t_Visitor > | |
| void | ariles2::compare::apply_compare (t_Visitor &visitor, const std::filesystem::path &left, const std::filesystem::path &right, const typename t_Visitor::Parameters ¶m) |
| template<class t_Visitor > | |
| void | ariles2::defaults::apply_defaults (const t_Visitor &, std::filesystem::path &entry, const typename t_Visitor::Parameters &) |
| template<class t_Visitor > | |
| void | ariles2::process::apply_process (const t_Visitor &visitor, std::filesystem::path &entry, const typename t_Visitor::Parameters ¶m) |
| template<class t_Visitor > | |
| void | ariles2::copyfrom::apply_copyfrom (t_Visitor &, std::filesystem::path &left, const std::filesystem::path &right, const typename t_Visitor::Parameters &) |
| template<class t_Visitor > | |
| void | ariles2::copyto::apply_copyto (t_Visitor &, const std::filesystem::path &left, std::filesystem::path &right, const typename t_Visitor::Parameters &) |