LLFIO  v2.00
traverse.hpp File Reference

Provides a directory tree traversal algorithm. More...

Classes

struct  llfio_v2_xxx::algorithm::traverse_visitor
 A visitor for the filesystem traversal algorithm. More...
 

Namespaces

 llfio_v2_xxx
 The LLFIO namespace.
 
 llfio_v2_xxx::algorithm
 Collection of file system based algorithms.
 

Functions

result< size_t > llfio_v2_xxx::algorithm::traverse (const path_handle &dirh, traverse_visitor *visitor, size_t threads=0, void *data=nullptr, bool force_slow_path=false) noexcept
 Traverse everything within and under dirh. More...
 

Detailed Description

Provides a directory tree traversal algorithm.