#include <hal_core/utilities/utils.h>
|
| using | iterator = std::filesystem::recursive_directory_iterator |
| |
A recursive range of directories starting at a top level root directory.
Definition at line 696 of file utils.h.
◆ iterator
◆ RecursiveDirectoryRange()
| hal::utils::RecursiveDirectoryRange::RecursiveDirectoryRange |
( |
std::filesystem::path |
path | ) |
|
|
inline |
Construct a recursive directory range from a top level directory.
- Parameters
-
| [in] | path | - The path to the top level directory. |
Definition at line 706 of file utils.h.
◆ begin()
| iterator hal::utils::RecursiveDirectoryRange::begin |
( |
| ) |
|
|
inline |
Get an iterator pointing to the first element in the top level directory.
The iterator will iterate recursively through all elements inside the top level container.
- Returns
- The iterator.
Definition at line 716 of file utils.h.
◆ end()
| iterator hal::utils::RecursiveDirectoryRange::end |
( |
| ) |
|
|
inline |
Get an iterator pointing behind the last element in the top level directory.
- Returns
- The iterator.
Definition at line 726 of file utils.h.
The documentation for this class was generated from the following file: