3 #ifndef JOBOPTIONSVC_FILE_PARSER_H_
4 #define JOBOPTIONSVC_FILE_PARSER_H_
18 namespace Gaudi {
namespace Parsers {
27 bool Parse(
const std::string& filename,
28 const std::string& search_path, IncludedFiles* included,
29 Messages* messages, Node*
root);
31 bool Parse(
const Position& from,
const std::string& filename,
32 const std::string& search_path, IncludedFiles* included,
33 Messages* messages, Node*
root);
35 bool ParseUnits(
const Position& from,
const std::string& filename,
36 const std::string& search_path, IncludedFiles* included,
37 Messages* messages, Node*
root);
41 #endif // JOBOPTIONSVC_FILE_PARSER_H_
bool ParseUnits(const Position &from, const std::string &filename, const std::string &search_path, IncludedFiles *included, Messages *messages, Node *root)
bool Parse(const std::string &filename, const std::string &search_path, IncludedFiles *included, Messages *messages, Node *root)
This is a number of static methods for bootstrapping the Gaudi framework.