Go to the documentation of this file.
46 template<
bool is_const>
67 int main(
int argc,
char **argv)
81 catch(
const exception &error) {
82 FATAL(error.what() << endl);
void setValue(const std::string &key, const T &value)
Set value.
#define ASSERT(A,...)
Assert macro.
Auxiliary class to define value, reference and pointer types for given data type and category.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JProperties & getProperties(T &object, const JEquationParameters ¶meters=JEquationParameters(), const int debug=1)
Get properties of a given object.
int main(int argc, char **argv)
const T & getValue(const std::string &key) const
Get value.
Simple data structure to support I/O of equations (see class JLANG::JEquation).
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
#define gmake_property(A)
macro to convert (template) parameter to JPropertiesElement object
Utility class to parse parameter values.