#include <hal_core/utilities/utils.h>
|
| using | iterator = std::filesystem::directory_iterator |
| |
A range of directories within the top level root directory.
Definition at line 738 of file utils.h.
◆ iterator
◆ DirectoryRange()
| hal::utils::DirectoryRange::DirectoryRange |
( |
std::filesystem::path |
path | ) |
|
|
inline |
Construct a directory range from a top level directory.
- Parameters
-
| [in] | path | - The top level directory. |
Definition at line 748 of file utils.h.
◆ begin()
| iterator hal::utils::DirectoryRange::begin |
( |
| ) |
|
|
inline |
Get an iterator pointing to the first element in the top level directory.
The iterator will iterate through all elements inside the top level container.
Lower levels are ignored.
- Returns
- The iterator.
Definition at line 759 of file utils.h.
◆ end()
| iterator hal::utils::DirectoryRange::end |
( |
| ) |
|
|
inline |
Gets an iterator pointing behind the last element in the top level directory.
- Returns
- The iterator.
Definition at line 769 of file utils.h.
The documentation for this class was generated from the following file: