#include <string>
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
#include <boost/range.hpp>
Go to the source code of this file.
◆ BOOST_NO_CXX11_SCOPED_ENUMS
#define BOOST_NO_CXX11_SCOPED_ENUMS |
◆ OMS_RECURSIVE_DIRECTORY_ITERATOR
#define OMS_RECURSIVE_DIRECTORY_ITERATOR |
( |
|
path | ) |
(boost::make_iterator_range(filesystem::recursive_directory_iterator{path}, {})) |
◆ naive_uncomplete()
filesystem::path naive_uncomplete |
( |
const filesystem::path & |
path, |
|
|
const filesystem::path & |
base |
|
) |
| |
◆ oms_absolute()
filesystem::path oms_absolute |
( |
const filesystem::path & |
p | ) |
|
◆ oms_canonical()
filesystem::path oms_canonical |
( |
const filesystem::path & |
p | ) |
|
◆ oms_copy_file()
void oms_copy_file |
( |
const filesystem::path & |
from, |
|
|
const filesystem::path & |
to |
|
) |
| |
◆ oms_temp_directory_path()
filesystem::path oms_temp_directory_path |
( |
void |
| ) |
|
◆ oms_unique_path()
filesystem::path oms_unique_path |
( |
const std::string & |
prefix | ) |
|