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

Keeps state for the recursive_directory_iterator. More...

#include "llvm/Support/VirtualFileSystem.h"

Collaboration diagram for llvm::vfs::detail::RecDirIterState:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Keeps state for the recursive_directory_iterator.

Definition at line 200 of file VirtualFileSystem.h.

Member Data Documentation

◆ HasNoPushRequest

bool llvm::vfs::detail::RecDirIterState::HasNoPushRequest = false

Definition at line 202 of file VirtualFileSystem.h.

◆ Stack

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

Definition at line 201 of file VirtualFileSystem.h.


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