ReactOS 0.4.15-dev-6679-g945ee4b
|
internal iterator class More...
#include <xmlstorage.h>
Public Types | |
typedef XMLNode::Children::const_iterator | BaseIterator |
typedef const_iterator | myType |
Public Member Functions | |
const_iterator (BaseIterator begin, BaseIterator end, const XS_String &filter_name) | |
operator BaseIterator () | |
const XMLNode * | operator* () const |
myType & | operator++ () |
myType | operator++ (int) |
bool | operator== (const myType &other) const |
bool | operator!= (const myType &other) const |
Protected Member Functions | |
void | search_next () |
Protected Attributes | |
BaseIterator | _cur |
BaseIterator | _end |
XS_String | _filter_name |
internal iterator class
Definition at line 1413 of file xmlstorage.h.
typedef XMLNode::Children::const_iterator XMLStorage::const_XMLChildrenFilter::const_iterator::BaseIterator |
Definition at line 1415 of file xmlstorage.h.
Definition at line 1416 of file xmlstorage.h.
|
inline |
Definition at line 1418 of file xmlstorage.h.
|
inline |
Definition at line 1426 of file xmlstorage.h.
|
inline |
Definition at line 1459 of file xmlstorage.h.
Definition at line 1431 of file xmlstorage.h.
|
inline |
Definition at line 1436 of file xmlstorage.h.
Definition at line 1444 of file xmlstorage.h.
|
inline |
Definition at line 1454 of file xmlstorage.h.
|
inlineprotected |
Definition at line 1469 of file xmlstorage.h.
Referenced by const_iterator(), and operator++().
|
protected |
Definition at line 1465 of file xmlstorage.h.
Referenced by operator BaseIterator(), operator!=(), operator*(), operator++(), operator==(), and search_next().
|
protected |
Definition at line 1466 of file xmlstorage.h.
Referenced by search_next().
|
protected |
Definition at line 1467 of file xmlstorage.h.
Referenced by search_next().