WPILibC++
unspecified
|
DirIterState - Keeps state for the directory_iterator. More...
#include <FileSystem.h>
Public Attributes | |
intptr_t | IterationHandle |
directory_entry | CurrentEntry |
Additional Inherited Members | |
![]() | |
RefCountedBase (const RefCountedBase &) | |
void | Retain () const |
void | Release () const |
DirIterState - Keeps state for the directory_iterator.
It is reference counted in order to preserve InputIterator semantics on copy.