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

DirIterState - Keeps state for the directory_iterator. More...

#include <FileSystem.h>

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

Public Member Functions

 DirIterState ()
 
 ~DirIterState ()
 
- Public Member Functions inherited from llvm::RefCountedBase< DirIterState >
 RefCountedBase ()
 
 RefCountedBase (const RefCountedBase &)
 
void Retain () const
 
void Release () const
 

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

Constructor & Destructor Documentation

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

Definition at line 717 of file FileSystem.h.

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

Member Data Documentation

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

Definition at line 725 of file FileSystem.h.

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

Definition at line 724 of file FileSystem.h.


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