LLVM API Documentation

Public Member Functions | Public Attributes
llvm::sys::fs::detail::DirIterState Struct Reference

#include <FileSystem.h>

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

List of all members.

Public Member Functions

 DirIterState ()
 ~DirIterState ()

Public Attributes

intptr_t IterationHandle
directory_entry CurrentEntry

Detailed Description

DirIterState - Keeps state for the directory_iterator. It is reference counted in order to preserve InputIterator semantics on copy.

Definition at line 737 of file FileSystem.h.


Constructor & Destructor Documentation

Definition at line 738 of file FileSystem.h.

Referenced by ~DirIterState().

Definition at line 741 of file FileSystem.h.

References DirIterState().


Member Data Documentation

Definition at line 746 of file FileSystem.h.

Definition at line 745 of file FileSystem.h.


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