MySQL 9.1.0
Source Code Documentation
|
Directory names for the depth first directory scan. More...
Public Member Functions | |
Entry (const Path &path, size_t depth) | |
Constructor. More... | |
Public Attributes | |
Path | m_path |
Path to the directory. More... | |
size_t | m_depth |
Relative depth of m_path. More... | |
Directory names for the depth first directory scan.
|
inline |
Constructor.
[in] | path | Directory to traverse |
[in] | depth | Relative depth to the base directory in walk() |
size_t Dir_Walker::Entry::m_depth |
Relative depth of m_path.
Path Dir_Walker::Entry::m_path |
Path to the directory.