ReactOS 0.4.15-dev-6049-ge54b32b
|
internal iterator class More...
#include <xmlstorage.h>
Public Types | |
typedef const_XMLChildrenFilter::const_iterator | BaseIterator |
typedef const_iterator | myType |
Public Member Functions | |
const_iterator (BaseIterator begin, BaseIterator end) | |
operator BaseIterator () | |
XMLProperty | operator* () const |
const XMLNode * | get_node () const |
myType & | operator++ () |
myType | operator++ (int) |
bool | operator== (const myType &other) const |
bool | operator!= (const myType &other) const |
Protected Attributes | |
BaseIterator | _cur |
BaseIterator | _end |
internal iterator class
Definition at line 2334 of file xmlstorage.h.
typedef const_XMLChildrenFilter::const_iterator XMLStorage::XMLPropertyReader::const_iterator::BaseIterator |
Definition at line 2336 of file xmlstorage.h.
Definition at line 2337 of file xmlstorage.h.
|
inline |
Definition at line 2339 of file xmlstorage.h.
Definition at line 2355 of file xmlstorage.h.
|
inline |
Definition at line 2345 of file xmlstorage.h.
Definition at line 2381 of file xmlstorage.h.
|
inline |
Definition at line 2350 of file xmlstorage.h.
|
inline |
Definition at line 2360 of file xmlstorage.h.
Definition at line 2367 of file xmlstorage.h.
Definition at line 2376 of file xmlstorage.h.
|
protected |
Definition at line 2387 of file xmlstorage.h.
Referenced by get_node(), operator BaseIterator(), operator!=(), operator*(), operator++(), and operator==().
|
protected |
Definition at line 2388 of file xmlstorage.h.