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::RecDirIterState Struct Reference

#include <FileSystem.h>

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

Public Member Functions

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

Public Attributes

std::stack< directory_iterator,
std::vector
< directory_iterator > > 
Stack
 
uint16_t Level
 
bool HasNoPushRequest
 

Detailed Description

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

Definition at line 894 of file FileSystem.h.

Constructor & Destructor Documentation

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

Definition at line 895 of file FileSystem.h.

Member Data Documentation

bool llvm::sys::fs::detail::RecDirIterState::HasNoPushRequest

Definition at line 901 of file FileSystem.h.

uint16_t llvm::sys::fs::detail::RecDirIterState::Level

Definition at line 900 of file FileSystem.h.

std::stack<directory_iterator, std::vector<directory_iterator> > llvm::sys::fs::detail::RecDirIterState::Stack

Definition at line 899 of file FileSystem.h.


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