|
LLVM
8.0.1
|
Keeps state for the recursive_directory_iterator. More...
#include "llvm/Support/FileSystem.h"

Public Attributes | |
| std::stack< directory_iterator, std::vector< directory_iterator > > | Stack |
| uint16_t | Level = 0 |
| bool | HasNoPushRequest = false |
Keeps state for the recursive_directory_iterator.
Definition at line 1249 of file FileSystem.h.
Definition at line 1252 of file FileSystem.h.
| uint16_t llvm::sys::fs::detail::RecDirIterState::Level = 0 |
Definition at line 1251 of file FileSystem.h.
| std::stack<directory_iterator, std::vector<directory_iterator> > llvm::sys::fs::detail::RecDirIterState::Stack |
Definition at line 1250 of file FileSystem.h.
1.8.13