#include "cinder/Cinder.h"
#include "cinder/Stream.h"
#include "cinder/DataSource.h"
#include "cinder/DataTarget.h"
#include "cinder/Exception.h"
#include "cinder/Utilities.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | cinder::XmlTree |
class | cinder::XmlTree::ConstIter |
A const iterator over the children of an XmlTree. More... | |
class | cinder::XmlTree::Iter |
An iterator over the children of an XmlTree. More... | |
class | cinder::XmlTree::Attr |
XML attribute. More... | |
class | cinder::XmlTree::ParseOptions |
Options for XML parsing. Passed to the XmlTree constructor. More... | |
class | cinder::XmlTree::Exception |
Base class for XmlTree exceptions. More... | |
class | cinder::XmlTree::ExcChildNotFound |
Exception expressing the absence of an expected child node. More... | |
class | cinder::XmlTree::ExcAttrNotFound |
Exception expressing the absence of an expected attribute. More... | |
class | cinder::XmlTree::ExcUnknownNodeType |
Exception implying an XML node of an unknown type. Implies a low-level problem communicating with RapidXML. More... | |
Namespaces | |
cinder | |
std | |
Functions | |
std::ostream & | cinder::operator<< (std::ostream &out, const XmlTree &xml) |