#include <ders/config.hpp>
#include <ders/error.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | ders | 
Classes | |
| class | ders::dir | 
| Interface that defines directory to find files in.  More... | |
| struct | ders::dir::entry | 
| found directory entry  More... | |
Typedefs | |
| typedef sh_ptr< dir > | ders::sh_dir | 
Functions | |
| sh_dir | ders::new_dir (mem_pool &mp, const ch_rng &dname) | 
| Creates new dir object.   | |
| error | ders::make_dir (mem_pool &mp, const ch_rng &dname) | 
| error | ders::make_dirs (mem_pool &mp, const ch_rng &dname) | 
| void | ders::ex_make_dir (mem_pool &mp, const ch_rng &dname) | 
| void | ders::ex_make_dirs (mem_pool &mp, const ch_rng &dname) | 
Definition in file dir.hpp.
 1.5.5