libdcp
Public Member Functions | Private Attributes | List of all members
dcp::filesystem::directory_iterator Class Reference

Public Member Functions

 directory_iterator (boost::filesystem::path const &path)
 
 directory_iterator (boost::filesystem::path const &path, boost::system::error_code &ec)
 
directory_iteratoroperator++ ()
 
directory_entry operator* () const
 
directory_entryoperator-> () const
 
bool operator!= (directory_iterator const &other) const
 

Private Attributes

boost::filesystem::directory_iterator _wrapped
 
directory_entry _entry
 

Detailed Description

Definition at line 105 of file filesystem.h.


The documentation for this class was generated from the following files: