#include <directory.h>
Classes | |
class | proxy |
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::string * | pointer |
typedef std::string & | reference |
typedef std::string | value_type |
Public Member Functions | |
dir_it (dir_it const &) | |
dir_it (std::string const &) | |
dir_it () | |
bool | operator!= (dir_it const &) const |
std::string | operator* () const |
proxy | operator++ (int) |
dir_it & | operator++ () |
dir_it & | operator= (dir_it const &) |
bool | operator== (dir_it const &) const |
~dir_it () | |
Public Attributes | |
representation * | rep |
Definition at line 74 of file directory.h.
typedef ptrdiff_t boost::filesystem::dir_it::difference_type |
Definition at line 83 of file directory.h.
typedef std::string* boost::filesystem::dir_it::pointer |
Definition at line 88 of file directory.h.
typedef std::string& boost::filesystem::dir_it::reference |
Definition at line 89 of file directory.h.
typedef std::string boost::filesystem::dir_it::value_type |
Definition at line 87 of file directory.h.
boost::filesystem::dir_it::dir_it | ( | ) |
Definition at line 376 of file directory.cpp.
boost::filesystem::dir_it::dir_it | ( | std::string const & | dirname | ) |
Definition at line 381 of file directory.cpp.
boost::filesystem::dir_it::dir_it | ( | dir_it const & | it | ) |
Definition at line 386 of file directory.cpp.
boost::filesystem::dir_it::~dir_it | ( | ) |
Definition at line 391 of file directory.cpp.
bool boost::filesystem::dir_it::operator!= | ( | dir_it const & | it | ) | const |
Definition at line 431 of file directory.cpp.
References rep.
std::string boost::filesystem::dir_it::operator* | ( | ) | const |
Definition at line 406 of file directory.cpp.
boost::filesystem::dir_it::proxy boost::filesystem::dir_it::operator++ | ( | int | ) |
Definition at line 417 of file directory.cpp.
boost::filesystem::dir_it & boost::filesystem::dir_it::operator++ | ( | ) |
Definition at line 411 of file directory.cpp.
boost::filesystem::dir_it & boost::filesystem::dir_it::operator= | ( | dir_it const & | it | ) |
Definition at line 396 of file directory.cpp.
References rep.
bool boost::filesystem::dir_it::operator== | ( | dir_it const & | it | ) | const |
Definition at line 426 of file directory.cpp.
References rep.
representation* boost::filesystem::dir_it::rep |
Definition at line 117 of file directory.h.
Referenced by operator!=(), operator=(), and operator==().