LLVM  8.0.1
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"

Collaboration diagram for llvm::sys::fs::detail::DirIterState:
Collaboration graph
[legend]

Public Member Functions

 ~DirIterState ()
 

Public Attributes

intptr_t IterationHandle = 0
 
directory_entry CurrentEntry
 

Detailed Description

Keeps state for the directory_iterator.

Definition at line 1183 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 1189 of file FileSystem.h.

◆ IterationHandle

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

Definition at line 1188 of file FileSystem.h.


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