![]() |
MDBX Containers
|
Structure to hold the root and components of a path. More...
#include <path_utils.hpp>
Public Attributes | |
std::string | root |
The root part of the path (e.g., "/", "C:") | |
std::vector< std::string > | components |
The components of the path. | |
Structure to hold the root and components of a path.
Definition at line 192 of file path_utils.hpp.
std::vector<std::string> mdbxc::PathComponents::components |
The components of the path.
Definition at line 194 of file path_utils.hpp.
std::string mdbxc::PathComponents::root |
The root part of the path (e.g., "/", "C:")
Definition at line 193 of file path_utils.hpp.