inputfile.h Source File
LibRPA
|
inputfile.h
static const std::string COMMENTS_IDEN
comments identifier to trim
Definition: inputfile.h:24
void parse_int(const std::string &vname, int &var, int de, int &flag)
parse single integer value to var
Definition: inputfile.cpp:58
void parse_bool(const std::string &vname, bool &var, const bool &de, int &flag)
parse single bool to var
Definition: inputfile.cpp:89
void parse_string(const std::string &vname, std::string &var, const std::string &de, int &flag)
parse single string to var
Definition: inputfile.cpp:78
void parse_double(const std::string &vname, double &var, double de, int &flag)
parse single double value to var
Definition: inputfile.cpp:36
static const std::string KV_SEP
separator between the parameter key and value
Definition: inputfile.h:22
Generated by