LLVM  8.0.1
Public Attributes | List of all members
llvm::sys::fs::detail::RecDirIterState Struct Reference

Keeps state for the recursive_directory_iterator. More...

#include "llvm/Support/FileSystem.h"

Collaboration diagram for llvm::sys::fs::detail::RecDirIterState:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Keeps state for the recursive_directory_iterator.

Definition at line 1249 of file FileSystem.h.

Member Data Documentation

◆ HasNoPushRequest

bool llvm::sys::fs::detail::RecDirIterState::HasNoPushRequest = false

Definition at line 1252 of file FileSystem.h.

◆ Level

uint16_t llvm::sys::fs::detail::RecDirIterState::Level = 0

Definition at line 1251 of file FileSystem.h.

◆ Stack

std::stack<directory_iterator, std::vector<directory_iterator> > llvm::sys::fs::detail::RecDirIterState::Stack

Definition at line 1250 of file FileSystem.h.


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