LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 1407 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 1413 of file FileSystem.h.

◆ IterationHandle

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

Definition at line 1412 of file FileSystem.h.


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