A visitor, for use with dirtree_t::traverse.
More...
#include <dirtree.hpp>
A visitor, for use with dirtree_t::traverse.
◆ ~dirtree_visitor_t()
virtual dirtree_visitor_t::~dirtree_visitor_t |
( |
| ) |
|
|
inlinevirtual |
◆ visit()
Will be called for each entry in the dirtree_t If something other than 0 is returned, iteration will stop.
- Parameters
-
c | the current cursor |
de | the current entry |
- Returns
- 0 to keep iterating, or anything else to stop
The documentation for this struct was generated from the following file: