|
Main Page
Widgets
Namespaces
Book
Glib::DirIterator Class Reference
[File Utilities]
The iterator type of Glib::Dir.
More...
List of all members.
Detailed Description
The iterator type of Glib::Dir.
Member Typedef Documentation
typedef int Glib::DirIterator::difference_type
|
|
typedef std::input_iterator_tag Glib::DirIterator::iterator_category
|
|
typedef void Glib::DirIterator::pointer
|
|
typedef std::string Glib::DirIterator::value_type
|
|
Constructor & Destructor Documentation
Glib::DirIterator::DirIterator |
( |
|
) |
|
|
Member Function Documentation
std::string Glib::DirIterator::operator* |
( |
|
) |
const |
|
bool Glib::DirIterator::operator!= |
( |
const DirIterator& |
rhs |
) |
const |
|
void Glib::DirIterator::operator++ |
( |
int |
|
) |
|
|
|
- Note:
- DirIterator has input iterator semantics, which means real postfix increment is impossible. The return type is
void to prevent surprising behaviour.
|
DirIterator& Glib::DirIterator::operator++ |
( |
|
) |
|
|
bool Glib::DirIterator::operator== |
( |
const DirIterator& |
rhs |
) |
const |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|