![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
This is the complete list of members for gsOptionList, including all inherited members.
| addInt(const std::string &label, const std::string &desc, const index_t &value) | gsOptionList | |
| addMultiInt(const std::string &label, const std::string &desc, const std::vector< index_t > &values) | gsOptionList | |
| addReal(const std::string &label, const std::string &desc, const Real &value) | gsOptionList | |
| addString(const std::string &label, const std::string &desc, const std::string &value) | gsOptionList | |
| addSwitch(const std::string &label, const std::string &desc, const bool &value) | gsOptionList | |
| askInt(const std::string &label, const index_t &value=0) const | gsOptionList | |
| askReal(const std::string &label, const Real &value=0) const | gsOptionList | |
| askString(const std::string &label, const std::string &value="") const | gsOptionList | |
| askSwitch(const std::string &label, const bool &value=false) const | gsOptionList | |
| exists(const std::string &label) const | gsOptionList | private |
| getAllEntries() const | gsOptionList | |
| getGroup(const std::string &gn) const | gsOptionList | |
| getInfo(const std::string &label) const | gsOptionList | private |
| getInt(const std::string &label) const | gsOptionList | |
| getMultiInt(const std::string &gn) const | gsOptionList | |
| getMultiReal(const std::string &gn) const | gsOptionList | |
| getMultiString(const std::string &gn) const | gsOptionList | |
| getReal(const std::string &label) const | gsOptionList | |
| getString(const std::string &label) const | gsOptionList | |
| getSwitch(const std::string &label) const | gsOptionList | |
| hasGlobals() const | gsOptionList | |
| hasGroup(const std::string &gn) const | gsOptionList | |
| isInt(const std::string &label) const | gsOptionList | private |
| isReal(const std::string &label) const | gsOptionList | private |
| isString(const std::string &label) const | gsOptionList | private |
| isSwitch(const std::string &label) const | gsOptionList | private |
| m_ints | gsOptionList | private |
| m_reals | gsOptionList | private |
| m_strings | gsOptionList | private |
| m_switches | gsOptionList | private |
| print(std::ostream &os) const | gsOptionList | |
| remove(const std::string &label) | gsOptionList | |
| setInt(const std::string &label, const index_t &value) | gsOptionList | |
| setReal(const std::string &label, const Real &value) | gsOptionList | |
| setString(const std::string &label, const std::string &value) | gsOptionList | |
| setSwitch(const std::string &label, const bool &value) | gsOptionList | |
| size() const | gsOptionList | inline |
| swap(gsOptionList &other) | gsOptionList | inline |
| toggleSwitch(const std::string &label) | gsOptionList | |
| update(const gsOptionList &other, updateType type=ignoreIfUnknown) | gsOptionList | |
| updateType enum name | gsOptionList | |
| wrapIntoGroup(const std::string &gn) const | gsOptionList |