boost::filesystem::dir_it Class Reference

#include <directory.h>

List of all members.

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_itoperator++ ()
dir_itoperator= (dir_it const &)
bool operator== (dir_it const &) const
 ~dir_it ()

Public Attributes

representation * rep

Detailed Description

Definition at line 74 of file directory.h.


Member Typedef Documentation

Definition at line 83 of file directory.h.

typedef std::string* boost::filesystem::dir_it::pointer

Definition at line 88 of file directory.h.

Definition at line 89 of file directory.h.

Definition at line 87 of file directory.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 117 of file directory.h.

Referenced by operator!=(), operator=(), and operator==().


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

Generated on Wed Nov 23 19:01:49 2011 for FreeCAD by  doxygen 1.6.1