μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces
XmlParser.hpp File Reference
#include <string>
#include <deque>
#include <set>
#include "pugixml.hpp"
#include "uhal/log/log.hpp"
#include "uhal/log/exception.hpp"
#include "uhal/TemplateDefinitions/XmlParser.hxx"
Include dependency graph for XmlParser.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Author
Andrew W. Rose
Date
2012

Definition in file XmlParser.hpp.