#include <output.hpp>
This class represents a directory path with metadata attached to it thanks to inheriting from ObjectWithMetadata.
◆ Path()
| adaptyst::Path::Path |
( |
fs::path | path | ) |
|
|
inline |
Constructs a Path object.
- Parameters
-
| path | Path the object should be about. |
◆ get_path_name()
| const char * adaptyst::Path::get_path_name |
( |
| ) |
|
|
inline |
Gets the full path name.
- Returns
- Full path name.
◆ operator/() [1/2]
| Path adaptyst::Path::operator/ |
( |
const char * | second | ) |
|
|
inline |
Performs path concatenation.
- Parameters
-
| second | String (in form of const char *) the path should be concatenated with. |
◆ operator/() [2/2]
| Path adaptyst::Path::operator/ |
( |
std::string | second | ) |
|
|
inline |
Performs path concatenation.
- Parameters
-
| second | String the path should be concatenated with. |
◆ save_metadata()
| void adaptyst::Path::save_metadata |
( |
| ) |
|
|
inlinevirtual |
◆ File
The documentation for this class was generated from the following file:
- /home/profiling/Adaptyst/include/adaptyst/output.hpp