LLVM 22.0.0git
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 1506 of file FileSystem.h.

Member Data Documentation

◆ HasNoPushRequest

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

Definition at line 1509 of file FileSystem.h.

◆ Level

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

Definition at line 1508 of file FileSystem.h.

◆ Stack

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

Definition at line 1507 of file FileSystem.h.


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