Catapult directory.
More...
|
| CatapultDirectory (const boost::filesystem::path &directory) |
| Creates a directory around directory. More...
|
|
std::string | str () const |
| Gets the directory path (as string). More...
|
|
const boost::filesystem::path & | path () const |
| Gets the directory path (as filesystem::path). More...
|
|
std::string | file (const std::string &name) const |
| Gets the path for the file with name. More...
|
|
◆ CatapultDirectory()
catapult::config::CatapultDirectory::CatapultDirectory |
( |
const boost::filesystem::path & |
directory | ) |
|
|
inlineexplicit |
Creates a directory around directory.
◆ file()
std::string catapult::config::CatapultDirectory::file |
( |
const std::string & |
name | ) |
const |
|
inline |
Gets the path for the file with name.
◆ path()
const boost::filesystem::path& catapult::config::CatapultDirectory::path |
( |
| ) |
const |
|
inline |
Gets the directory path (as filesystem::path).
◆ str()
std::string catapult::config::CatapultDirectory::str |
( |
| ) |
const |
|
inline |
Gets the directory path (as string).
◆ m_directory
boost::filesystem::path catapult::config::CatapultDirectory::m_directory |
|
private |
The documentation for this class was generated from the following file: