This is the complete list of members for amrex::ParmParse, including all inherited members.
| add(std::string_view name, bool val) | amrex::ParmParse | |
| add(std::string_view name, int val) | amrex::ParmParse | |
| add(std::string_view name, long val) | amrex::ParmParse | |
| add(std::string_view name, long long val) | amrex::ParmParse | |
| add(std::string_view name, float val) | amrex::ParmParse | |
| add(std::string_view name, double val) | amrex::ParmParse | |
| add(std::string_view name, const std::string &val) | amrex::ParmParse | |
| add(std::string_view name, const IntVect &val) | amrex::ParmParse | |
| add(std::string_view name, const Box &val) | amrex::ParmParse | |
| add(std::string_view name, T const &val) | amrex::ParmParse | inline |
| addarr(std::string_view name, const std::vector< int > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< long > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< long long > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< float > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< double > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< std::string > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< IntVect > &ref) | amrex::ParmParse | |
| addarr(std::string_view name, const std::vector< Box > &ref) | amrex::ParmParse | |
| addfile(std::string const &filename) | amrex::ParmParse | static |
| ALL enum value | amrex::ParmParse | |
| contains(std::string_view name) const | amrex::ParmParse | |
| countname(std::string_view name) const | amrex::ParmParse | |
| countval(std::string_view name, int n=LAST) const | amrex::ParmParse | |
| dumpTable(std::ostream &os, bool prettyPrint=false) | amrex::ParmParse | static |
| eval(std::string const &expr) const | amrex::ParmParse | inline |
| FileKeyword | amrex::ParmParse | static |
| Finalize() | amrex::ParmParse | static |
| FIRST enum value | amrex::ParmParse | |
| get(std::string_view name, bool &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, int &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, long &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, long long &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, float &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, double &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, std::string &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, IntVect &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, Box &ref, int ival=FIRST) const | amrex::ParmParse | |
| get(std::string_view name, std::array< T, N > &ref) const | amrex::ParmParse | inline |
| get(const char *new_name, const char *old_name, T &ref) | amrex::ParmParse | inline |
| get(std::string_view name, T &ref, int ival=FIRST) const | amrex::ParmParse | inline |
| get_enum_case_insensitive(std::string_view name, T &ref, int ival=FIRST) const | amrex::ParmParse | inline |
| get_enum_sloppy(std::string_view name, T &ref, std::string_view const &ignores, int ival=FIRST) const | amrex::ParmParse | inline |
| getarr(std::string_view name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getarr(std::string_view name, IntVect &ref) const | amrex::ParmParse | |
| getarr(std::string_view name, RealVect &ref) const | amrex::ParmParse | |
| getarr(std::string_view name, std::vector< T > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | inline |
| getarrAsDouble(std::string_view name, int nvals, T *ptr) const | amrex::ParmParse | inline |
| getarrWithParser(std::string_view name, int nvals, T *ptr) const | amrex::ParmParse | inline |
| getarrWithParser(std::string_view name, int nvals, std::vector< T > &ref) const | amrex::ParmParse | inline |
| getAsDouble(std::string_view name, T &ref) const | amrex::ParmParse | inline |
| getEntries(const std::string &prefix=std::string()) | amrex::ParmParse | static |
| getkth(std::string_view name, int k, bool &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, int &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, long &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, long long &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, float &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, double &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, std::string &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, IntVect &ref, int ival=FIRST) const | amrex::ParmParse | |
| getkth(std::string_view name, int k, Box &ref, int ival=FIRST) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getktharr(std::string_view name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| getline(std::string_view name, std::string &ref) const | amrex::ParmParse | |
| getPrefix() const | amrex::ParmParse | |
| gettable(std::string_view name, std::vector< std::vector< T > > &ref) const | amrex::ParmParse | inline |
| getUnusedInputs(const std::string &prefix=std::string()) | amrex::ParmParse | static |
| getWithParser(std::string_view name, T &ref) const | amrex::ParmParse | inline |
| hasUnusedInputs(const std::string &prefix=std::string()) | amrex::ParmParse | static |
| Initialize(int argc, char **argv, const char *parfile) | amrex::ParmParse | static |
| Initialize(int argc, char **argv, const std::string &parfile) | amrex::ParmParse | inlinestatic |
| LAST enum value | amrex::ParmParse | |
| m_parser_prefix | amrex::ParmParse | protected |
| m_prefix | amrex::ParmParse | protected |
| m_table | amrex::ParmParse | protected |
| makeIParser(std::string const &func, Vector< std::string > const &vars) const | amrex::ParmParse | |
| makeParser(std::string const &func, Vector< std::string > const &vars) const | amrex::ParmParse | |
| ParmParse(std::string prefix=std::string(), std::string parser_prefix=std::string()) | amrex::ParmParse | explicit |
| ParserPrefix | amrex::ParmParse | static |
| prefixedName(std::string_view str) const | amrex::ParmParse | |
| prettyPrintTable(std::ostream &os) | amrex::ParmParse | static |
| prettyPrintUnusedInputs(std::ostream &os) | amrex::ParmParse | static |
| prettyPrintUsedInputs(std::ostream &os) | amrex::ParmParse | static |
| query(std::string_view name, bool &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, int &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, long &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, long long &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, float &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, double &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, std::string &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, IntVect &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, Box &ref, int ival=FIRST) const | amrex::ParmParse | |
| query(std::string_view name, std::array< T, N > &ref) const | amrex::ParmParse | inline |
| query(const char *new_name, const char *old_name, T &ref) | amrex::ParmParse | inline |
| query(std::string_view name, T &ref, int ival=FIRST) const | amrex::ParmParse | inline |
| query_enum_case_insensitive(std::string_view name, T &ref, int ival=FIRST) const | amrex::ParmParse | inline |
| query_enum_sloppy(std::string_view name, T &ref, std::string_view const &ignores, int ival=FIRST) const | amrex::ParmParse | inline |
| queryAdd(std::string_view name, T &ref) | amrex::ParmParse | inline |
| queryAdd(std::string_view name, std::string &ref) | amrex::ParmParse | inline |
| queryAdd(std::string_view name, std::vector< T > &ref) | amrex::ParmParse | inline |
| queryAdd(std::string_view name, std::vector< T > &ref, int num_val) | amrex::ParmParse | inline |
| queryAdd(std::string_view name, std::array< T, N > &ref) | amrex::ParmParse | inline |
| queryAddWithParser(std::string_view name, T &ref) | amrex::ParmParse | inline |
| queryarr(std::string_view name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryarr(std::string_view name, IntVect &ref) const | amrex::ParmParse | |
| queryarr(std::string_view name, RealVect &ref) const | amrex::ParmParse | |
| queryarr(std::string_view name, std::vector< T > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | inline |
| queryarrAsDouble(std::string_view name, int nvals, T *ptr) const | amrex::ParmParse | inline |
| queryarrWithParser(std::string_view name, int nvals, bool *ptr) const | amrex::ParmParse | |
| queryarrWithParser(std::string_view name, int nvals, int *ptr) const | amrex::ParmParse | |
| queryarrWithParser(std::string_view name, int nvals, long *ptr) const | amrex::ParmParse | |
| queryarrWithParser(std::string_view name, int nvals, long long *ptr) const | amrex::ParmParse | |
| queryarrWithParser(std::string_view name, int nvals, float *ptr) const | amrex::ParmParse | |
| queryarrWithParser(std::string_view name, int nvals, double *ptr) const | amrex::ParmParse | |
| queryarrWithParser(std::string_view name, int nvals, std::vector< T > &ref) const | amrex::ParmParse | inline |
| queryAsDouble(std::string_view name, T &ref) const | amrex::ParmParse | inline |
| querykth(std::string_view name, int k, bool &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, int &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, long &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, long long &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, float &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, double &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, std::string &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, IntVect &ref, int ival=FIRST) const | amrex::ParmParse | |
| querykth(std::string_view name, int k, Box &ref, int ival=FIRST) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryktharr(std::string_view name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const | amrex::ParmParse | |
| queryline(std::string_view name, std::string &ref) const | amrex::ParmParse | |
| querytable(std::string_view name, std::vector< std::vector< double > > &ref) const | amrex::ParmParse | |
| querytable(std::string_view name, std::vector< std::vector< float > > &ref) const | amrex::ParmParse | |
| querytable(std::string_view name, std::vector< std::vector< int > > &ref) const | amrex::ParmParse | |
| QueryUnusedInputs() | amrex::ParmParse | static |
| queryWithParser(std::string_view name, bool &ref) const | amrex::ParmParse | |
| queryWithParser(std::string_view name, int &ref) const | amrex::ParmParse | |
| queryWithParser(std::string_view name, long &ref) const | amrex::ParmParse | |
| queryWithParser(std::string_view name, long long &ref) const | amrex::ParmParse | |
| queryWithParser(std::string_view name, float &ref) const | amrex::ParmParse | |
| queryWithParser(std::string_view name, double &ref) const | amrex::ParmParse | |
| remove(std::string_view name) | amrex::ParmParse | |
| SetParserPrefix(std::string a_prefix) | amrex::ParmParse | static |
| SetVerbose(int v) | amrex::ParmParse | static |
| table() const | amrex::ParmParse | inline |
| Table typedef | amrex::ParmParse | |
| Verbose() | amrex::ParmParse | static |