WPILibC++  unspecified
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:
Collaboration diagram for llvm::sys::fs::detail::DirIterState:

Public Attributes

intptr_t IterationHandle
 
directory_entry CurrentEntry
 

Additional Inherited Members

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

Detailed Description

DirIterState - Keeps state for the directory_iterator.

It is reference counted in order to preserve InputIterator semantics on copy.


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