|
DDS
ver. 2.0
|
#include <boost/filesystem.hpp>#include <boost/format.hpp>#include "MiscUtils.h"#include <chrono>#include <sstream>Go to the source code of this file.
Namespaces | |
| MiscCommon | |
| Miscellaneous functions and helpers are located here. | |
| MiscCommon::BOOSTHelper | |
| a BOOST helpers namespace | |
Macros | |
| #define | BOOST_NO_CXX11_SCOPED_ENUMS |
Functions | |
| std::string | MiscCommon::BOOSTHelper::get_temp_dir (const std::string &_prefix) |
| void | MiscCommon::BOOSTHelper::get_files_by_extension (const fs::path &_root, const std::string &_ext, std::vector< fs::path > &_ret) |
| The function return a list of files in the deirectory with specified extension. More... | |
| std::string | MiscCommon::BOOSTHelper::normalize_path (const std::string &_path) |
| The normalize_path() function removes '/' characters at the end of the of the input pathname. More... | |
| bool | MiscCommon::BOOSTHelper::is_file (const std::string &_pathname) |
| The is_file() function checks whether the pathname represents a file or not. More... | |
| bool | MiscCommon::BOOSTHelper::is_directory (const std::string &_pathname) |
| the is_directory() function checks whether the pathname represents a directory or not More... | |
| #define BOOST_NO_CXX11_SCOPED_ENUMS |
1.8.13