libzzub 0.2
|
#include <pugixml.hpp>
Public Member Functions | |
xml_attribute_iterator () | |
xml_attribute_iterator (const xml_attribute &node) | |
xml_attribute_iterator (xml_attribute_struct *ref, xml_attribute_struct *prev) | |
bool | operator== (const xml_attribute_iterator &rhs) const |
bool | operator!= (const xml_attribute_iterator &rhs) const |
xml_attribute & | operator* () |
xml_attribute * | operator-> () |
const xml_attribute_iterator & | operator++ () |
xml_attribute_iterator | operator++ (int) |
const xml_attribute_iterator & | operator-- () |
xml_attribute_iterator | operator-- (int) |
Friends | |
class | xml_node |
Attribute iterator. It's a bidirectional iterator with value type 'xml_attribute'.