WPILibC++  unspecified
llvm::sys::fs::detail::RecDirIterState Struct Reference

RecDirIterState - Keeps state for the recursive_directory_iterator. More...

#include <FileSystem.h>

Inheritance diagram for llvm::sys::fs::detail::RecDirIterState:
Collaboration diagram for llvm::sys::fs::detail::RecDirIterState:

Public Attributes

std::stack< directory_iterator, std::vector< directory_iterator > > Stack
 
uint16_t Level
 
bool HasNoPushRequest
 

Additional Inherited Members

- Public Member Functions inherited from llvm::RefCountedBase< RecDirIterState >
 RefCountedBase (const RefCountedBase &)
 
void Retain () const
 
void Release () const
 

Detailed Description

RecDirIterState - Keeps state for the recursive_directory_iterator.

It is reference counted in order to preserve InputIterator semantics on copy.


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