![]()  | 
  
    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 278 of file path_utils.hpp.
| std::vector<std::string> logit::PathComponents::components | 
The components of the path.
Definition at line 280 of file path_utils.hpp.
| std::string logit::PathComponents::root | 
The root part of the path (e.g., "/", "C:")
Definition at line 279 of file path_utils.hpp.