LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
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]

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

Constructor & Destructor Documentation

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

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

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

Definition at line 838 of file FileSystem.h.


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