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

Public Attributes

std::vector< directory_iteratorStack
 
uint16_t Level = 0
 
bool HasNoPushRequest = false
 

Detailed Description

Keeps state for the recursive_directory_iterator.

Definition at line 1472 of file FileSystem.h.

Member Data Documentation

◆ HasNoPushRequest

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

Definition at line 1475 of file FileSystem.h.

◆ Level

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

Definition at line 1474 of file FileSystem.h.

◆ Stack

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

Definition at line 1473 of file FileSystem.h.


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