MySQL 8.0.37
Source Code Documentation
Dir_Walker::Entry Struct Reference

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...
 

Detailed Description

Directory names for the depth first directory scan.

Constructor & Destructor Documentation

◆ Entry()

Dir_Walker::Entry::Entry ( const Path path,
size_t  depth 
)
inline

Constructor.

Parameters
[in]pathDirectory to traverse
[in]depthRelative depth to the base directory in walk()

Member Data Documentation

◆ m_depth

size_t Dir_Walker::Entry::m_depth

Relative depth of m_path.

◆ m_path

Path Dir_Walker::Entry::m_path

Path to the directory.


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