LLVM 22.0.0git
llvm::sys::fs::detail::DirIterState Struct Reference

Keeps state for the directory_iterator. More...

#include "llvm/Support/FileSystem.h"

Public Member Functions

 ~DirIterState ()

Public Attributes

intptr_t IterationHandle = 0
directory_entry CurrentEntry

Detailed Description

Keeps state for the directory_iterator.

Definition at line 1440 of file FileSystem.h.

Constructor & Destructor Documentation

◆ ~DirIterState()

llvm::sys::fs::detail::DirIterState::~DirIterState ( )
inline

Member Data Documentation

◆ CurrentEntry

directory_entry llvm::sys::fs::detail::DirIterState::CurrentEntry

Definition at line 1446 of file FileSystem.h.

◆ IterationHandle

intptr_t llvm::sys::fs::detail::DirIterState::IterationHandle = 0

Definition at line 1445 of file FileSystem.h.


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