LogIt++
|
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 221 of file path_utils.hpp.
std::vector<std::string> logit::PathComponents::components |
The components of the path.
Definition at line 223 of file path_utils.hpp.
std::string logit::PathComponents::root |
The root part of the path (e.g., "/", "C:")
Definition at line 222 of file path_utils.hpp.