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 730 of file FileSystem.h.


Constructor & Destructor Documentation

llvm::sys::fs::detail::DirIterState::DirIterState ( ) [inline]

Definition at line 731 of file FileSystem.h.

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

Member Data Documentation

Definition at line 739 of file FileSystem.h.

Definition at line 738 of file FileSystem.h.


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