LLVM 19.0.0git
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"

Public Attributes

std::vector< directory_iteratorStack
 
bool HasNoPushRequest = false
 

Detailed Description

Keeps state for the recursive_directory_iterator.

Definition at line 220 of file VirtualFileSystem.h.

Member Data Documentation

◆ HasNoPushRequest

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

Definition at line 222 of file VirtualFileSystem.h.

◆ Stack

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

Definition at line 221 of file VirtualFileSystem.h.


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