|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
This is the complete list of members for axom::inlet::Reader, including all inherited members.
| getAllNames()=0 | axom::inlet::Reader | pure virtual |
| getBool(const std::string &id, bool &value)=0 | axom::inlet::Reader | pure virtual |
| getBoolMap(const std::string &id, std::unordered_map< int, bool > &values)=0 | axom::inlet::Reader | pure virtual |
| getBoolMap(const std::string &id, std::unordered_map< VariantKey, bool > &values)=0 | axom::inlet::Reader | pure virtual |
| getDouble(const std::string &id, double &value)=0 | axom::inlet::Reader | pure virtual |
| getDoubleMap(const std::string &id, std::unordered_map< int, double > &values)=0 | axom::inlet::Reader | pure virtual |
| getDoubleMap(const std::string &id, std::unordered_map< VariantKey, double > &values)=0 | axom::inlet::Reader | pure virtual |
| getFunction(const std::string &id, const FunctionTag ret_type, const std::vector< FunctionTag > &arg_types)=0 | axom::inlet::Reader | pure virtual |
| getIndices(const std::string &id, std::vector< int > &indices)=0 | axom::inlet::Reader | pure virtual |
| getIndices(const std::string &id, std::vector< VariantKey > &indices)=0 | axom::inlet::Reader | pure virtual |
| getInt(const std::string &id, int &value)=0 | axom::inlet::Reader | pure virtual |
| getIntMap(const std::string &id, std::unordered_map< int, int > &values)=0 | axom::inlet::Reader | pure virtual |
| getIntMap(const std::string &id, std::unordered_map< VariantKey, int > &values)=0 | axom::inlet::Reader | pure virtual |
| getString(const std::string &id, std::string &value)=0 | axom::inlet::Reader | pure virtual |
| getStringMap(const std::string &id, std::unordered_map< int, std::string > &values)=0 | axom::inlet::Reader | pure virtual |
| getStringMap(const std::string &id, std::unordered_map< VariantKey, std::string > &values)=0 | axom::inlet::Reader | pure virtual |
| parseFile(const std::string &filePath)=0 | axom::inlet::Reader | pure virtual |
| parseString(const std::string &inputString)=0 | axom::inlet::Reader | pure virtual |
| ~Reader() | axom::inlet::Reader | inlinevirtual |