G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsOptionList Member List

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 gsOptionListprivate
getAllEntries() const gsOptionList
getGroup(const std::string &gn) const gsOptionList
getInfo(const std::string &label) const gsOptionListprivate
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 gsOptionListprivate
isReal(const std::string &label) const gsOptionListprivate
isString(const std::string &label) const gsOptionListprivate
isSwitch(const std::string &label) const gsOptionListprivate
m_intsgsOptionListprivate
m_realsgsOptionListprivate
m_stringsgsOptionListprivate
m_switchesgsOptionListprivate
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 gsOptionListinline
swap(gsOptionList &other)gsOptionListinline
toggleSwitch(const std::string &label)gsOptionList
update(const gsOptionList &other, updateType type=ignoreIfUnknown)gsOptionList
updateType enum namegsOptionList
wrapIntoGroup(const std::string &gn) const gsOptionList