filelight
Iterator< T > Class Template Reference
#include <fileTree.h>
Public Member Functions | |
Iterator () | |
Iterator (Link< T > *p) | |
bool | isNull () const |
bool | operator!= (const Iterator< T > &it) const |
bool | operator!= (const Link< T > *p) const |
const T * | operator* () const |
T * | operator* () |
Iterator< T > & | operator++ () |
bool | operator== (const Iterator< T > &it) const |
T * | remove () |
void | transferTo (Chain< T > &chain) |
Detailed Description
template<class T>
class Iterator< T >
Definition at line 38 of file fileTree.h.
Constructor & Destructor Documentation
Definition at line 79 of file fileTree.h.
Definition at line 80 of file fileTree.h.
Member Function Documentation
template<class T>
|
inline |
Definition at line 105 of file fileTree.h.
Definition at line 85 of file fileTree.h.
Definition at line 88 of file fileTree.h.
template<class T>
|
inline |
Definition at line 93 of file fileTree.h.
template<class T>
|
inline |
Definition at line 96 of file fileTree.h.
Definition at line 100 of file fileTree.h.
Definition at line 82 of file fileTree.h.
template<class T>
|
inline |
Definition at line 114 of file fileTree.h.
Definition at line 109 of file fileTree.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.