|
maliput
|
#include <include/maliput/common/filesystem.h>
Public Member Functions | |
| Path ()=default | |
| Path (std::string path_) | |
| void | set_path (const std::string &path_) noexcept |
| void | set_as_temp () |
| const std::string & | get_path () const noexcept |
| bool | is_file () const noexcept |
| bool | is_directory () const noexcept |
| bool | is_absolute () const noexcept |
| bool | exists () const noexcept |
| void | append (const std::string &path) |
|
default |
| Path | ( | std::string | path_ | ) |
| void append | ( | const std::string & | path | ) |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
| void set_as_temp | ( | ) |
|
noexcept |