11 #ifndef JOBOPTIONSVC_NODE_H_
12 #define JOBOPTIONSVC_NODE_H_
24 #include <boost/fusion/include/adapt_struct.hpp>
25 #include <boost/fusion/include/unused.hpp>
26 #include <boost/range/iterator_range.hpp>
74 std::string
name()
const;
75 std::string
ToString(
int indent = 0 )
const;
88 node.
value = boost::copy_range<std::string>(
range );
107 type )( std::string, value )( std::vector<Gaudi::Parsers::Node>, children ) )
109 #endif // JOBOPTIONSVC_NODE_H_