WPILibC++
unspecified
|
RecDirIterState - Keeps state for the recursive_directory_iterator. More...
#include <FileSystem.h>
Public Attributes | |
std::stack< directory_iterator, std::vector< directory_iterator > > | Stack |
uint16_t | Level |
bool | HasNoPushRequest |
Additional Inherited Members | |
![]() | |
RefCountedBase (const RefCountedBase &) | |
void | Retain () const |
void | Release () const |
RecDirIterState - Keeps state for the recursive_directory_iterator.
It is reference counted in order to preserve InputIterator semantics on copy.