1 #ifndef _utl_ConfigUtils_h_
2 #define _utl_ConfigUtils_h_
4 #include <utl/Branch.h>
32 template<
class T1,
class T2>
Branch GetChild(const std::string &childName) const
Get child of this Branch by child name.
Class representing a document branch.
void GetData(bool &b) const
Overloads of the GetData member template function.
void LoadConfig(const utl::Branch &b, const std::string &tag, T1 &var, const T2 &defaultValue)
Helper method to load a particular configuration parameter.