#include <string>
#include <deque>
#include <set>
#include "pugixml.hpp"
#include "uhal/log/log.hpp"
#include "uhal/log/exception.hpp"
#include "uhal/TemplateDefinitions/XmlParser.hxx"
Go to the source code of this file.
Classes | |
class | uhal::Parser< R > |
Forward declaration of the Parser so we can declare it friend. More... | |
class | uhal::BaseFunctionObject< R > |
Abstract base class for wrapping function pointers, function objects and bound functions as objects. More... | |
class | uhal::FunctionObject< R, T > |
Class for wrapping bound functions and function objects as an object. More... | |
class | uhal::FunctionObject< R, T * > |
Class for wrapping function pointer as an object. More... | |
class | uhal::Rule< R > |
Rule for matching XML attributes. More... | |
class | uhal::Parser< R > |
Forward declaration of the Parser so we can declare it friend. More... | |
Namespaces | |
uhal | |
uhal::exception | |
A namespace for all exceptions to live in - this will hopefully make documentation a bit clearer. | |
Definition in file XmlParser.hpp.