A property set file path.
More...
#include <propertyX.hpp>
|
| ~property_set_file_path () |
| Destroys the property set file path.
|
|
std::filesystem::path | to_native_path (const std::filesystem::path &generic_path) const |
| Converts a generic path to a native path.
|
|
std::filesystem::path | to_native_top_path (const std::filesystem::path &generic_path) const |
| Converts a generic path to a native top path.
|
|
A property set file path.
◆ instance()
Returns the instance.
- Returns
- The instance.
◆ to_native_path()
std::filesystem::path tetengo::platform_dependent::property_set_file_path::to_native_path |
( |
const std::filesystem::path & | generic_path | ) |
const |
|
nodiscard |
Converts a generic path to a native path.
- Parameters
-
generic_path | A generic path. |
- Returns
- A native path.
- Exceptions
-
std::invalid_argument | When generic_path is empty. |
◆ to_native_top_path()
std::filesystem::path tetengo::platform_dependent::property_set_file_path::to_native_top_path |
( |
const std::filesystem::path & | generic_path | ) |
const |
|
nodiscard |
Converts a generic path to a native top path.
- Parameters
-
generic_path | A generic path. |
- Returns
- A native top path.
- Exceptions
-
std::invalid_argument | When generic_path is empty. |
The documentation for this class was generated from the following file:
- library/platform_dependent/cpp/include/tetengo/platform_dependent/propertyX.hpp