#include <memory>#include <string>#include <ignition/utils/ImplPtr.hh>#include <sdf/sdf_config.h>#include "sdf/system_util.hh"
Go to the source code of this file.
Classes | |
| class | sdf::v11::filesystem::DirIter |
| A class for iterating over all items in a directory. More... | |
Namespaces | |
| sdf | |
| namespace for Simulation Description Format parser | |
| sdf::v11 | |
| sdf::v11::filesystem | |
Functions | |
| template<typename... Args> | |
| std::string | sdf::v11::filesystem::append (Args const &... args) |
| Append one or more additional path elements to the first passed in argument. More... | |
| SDFORMAT_VISIBLE std::string | sdf::v11::filesystem::basename (const std::string &_path) |
| Given a path, get just the basename portion. More... | |
| SDFORMAT_VISIBLE bool | sdf::v11::filesystem::create_directory (const std::string &_path) |
| Create a new directory on the filesystem. More... | |
| SDFORMAT_VISIBLE std::string | sdf::v11::filesystem::current_path () |
| Get the current working path. More... | |
| SDFORMAT_VISIBLE bool | sdf::v11::filesystem::exists (const std::string &_path) |
| Determine whether the given path exists on the filesystem. More... | |
| SDFORMAT_VISIBLE bool | sdf::v11::filesystem::is_directory (const std::string &_path) |
| Determine whether the given path is a directory. More... | |
| SDFORMAT_VISIBLE const std::string | sdf::v11::filesystem::separator (std::string const &_s) |
| Append the preferred path separator character for this platform onto the passed-in string. More... | |