Include dependency graph for node.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Definition in file node.hh.
| #define CREATE_PARAM_CLASSNODE | ( | Name | ) | 
Value:
template <class T> \ struct Name ## Node : Node<T> \ { \ void process(xercesc::DOMElement*, T&, \ typename Node<T>::map_t&, \ typename Node<T>::factory_t&) \ {}; \ \ template <class U> \ void process(xercesc::DOMElement*, T&, U &, \ typename Node<T>::map_t&, \ typename Node<T>::factory_t&); \ \ static \ Node<T>* \ create() \ { \ return new Name ## Node; \ } \ };
 1.5.1