LogIt++
Loading...
Searching...
No Matches
logit::PathComponents Struct Reference

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.
 

Detailed Description

Structure to hold the root and components of a path.

Definition at line 221 of file path_utils.hpp.

Member Data Documentation

◆ components

std::vector<std::string> logit::PathComponents::components

The components of the path.

Definition at line 223 of file path_utils.hpp.

◆ root

std::string logit::PathComponents::root

The root part of the path (e.g., "/", "C:")

Definition at line 222 of file path_utils.hpp.


The documentation for this struct was generated from the following file: