hpp-util 6.0.0
Debugging tools for the HPP project.
|
#include <tinyxml2.h>
#include <functional>
#include <iostream>
#include <list>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | hpp::util::parser::ObjectFactory |
Class that catch XML Parser events for a specific tag and build the corresponding Object. More... | |
class | hpp::util::parser::Parser |
Parse an XML document. More... | |
Namespaces | |
namespace | hpp |
namespace | hpp::util |
namespace | hpp::util::parser |
Typedefs | |
typedef tinyxml2::XMLElement | hpp::util::parser::XMLElement |
typedef tinyxml2::XMLDocument | hpp::util::parser::XMLDocument |
typedef tinyxml2::XMLDeclaration | hpp::util::parser::XMLDeclaration |
typedef tinyxml2::XMLAttribute | hpp::util::parser::XMLAttribute |
typedef tinyxml2::XMLNode | hpp::util::parser::XMLNode |
typedef tinyxml2::XMLText | hpp::util::parser::XMLText |
typedef tinyxml2::XMLComment | hpp::util::parser::XMLComment |
typedef tinyxml2::XMLPrinter | hpp::util::parser::XMLPrinter |
Functions | |
template<typename T > | |
ObjectFactory * | hpp::util::parser::create (ObjectFactory *parent=NULL, const XMLElement *element=NULL) |
std::ostream & | hpp::util::parser::operator<< (std::ostream &, const ObjectFactory &) |
std::ostream & | hpp::util::parser::operator<< (std::ostream &, const Parser &) |