|
Public Member Functions |
| ConfFile () |
| ConfFile (string file) throw (AuroraException) |
const DOMElement * | getModuleTag (string module_name, XmlAttrReq req=ATTR_NOT_REQUIRED) const throw (AuroraBadEntityException) |
string | getParameter (string module_name, string name, XmlAttrReq req=ATTR_NOT_REQUIRED) const throw (AuroraBadEntityException) |
string | getParameter (string module_name, string name, string def) const throw (AuroraBadEntityException) |
template<typename T> bool | getTypedParameter (string module_name, string name, T &value, XmlAttrReq req=ATTR_NOT_REQUIRED) const throw (AuroraBadEntityException) |