Mana
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
XML::Node::Children::Iterator Class Reference

#include <xml.h>

Public Member Functions

 Iterator (xmlNodePtr node)
 
bool operator!= (const Iterator &other) const
 
void operator++ ()
 
Node operator* () const
 

Private Attributes

xmlNodePtr mNode
 

Detailed Description

Definition at line 66 of file xml.h.

Constructor & Destructor Documentation

◆ Iterator()

XML::Node::Children::Iterator::Iterator ( xmlNodePtr  node)
inlineexplicit

Definition at line 69 of file xml.h.

Member Function Documentation

◆ operator!=()

bool XML::Node::Children::Iterator::operator!= ( const Iterator other) const
inline

Definition at line 75 of file xml.h.

◆ operator*()

Node XML::Node::Children::Iterator::operator* ( ) const
inline

Definition at line 82 of file xml.h.

◆ operator++()

void XML::Node::Children::Iterator::operator++ ( )
inline

Definition at line 76 of file xml.h.

Member Data Documentation

◆ mNode

xmlNodePtr XML::Node::Children::Iterator::mNode
private

Definition at line 85 of file xml.h.


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