LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::sys::fs::detail::DirIterState Struct Reference

Keeps state for the directory_iterator. More...

#include <FileSystem.h>

Collaboration diagram for llvm::sys::fs::detail::DirIterState:
[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 773 of file FileSystem.h.

Constructor & Destructor Documentation

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

Member Data Documentation

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

Definition at line 779 of file FileSystem.h.

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

Definition at line 778 of file FileSystem.h.


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