G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
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) constgsOptionList
askReal(const std::string &label, const Real &value=0) constgsOptionList
askString(const std::string &label, const std::string &value="") constgsOptionList
askSwitch(const std::string &label, const bool &value=false) constgsOptionList
exists(const std::string &label) constgsOptionListprivate
getAllEntries() constgsOptionList
getGroup(const std::string &gn) constgsOptionList
getInfo(const std::string &label) constgsOptionListprivate
getInt(const std::string &label) constgsOptionList
getMultiInt(const std::string &gn) constgsOptionList
getMultiReal(const std::string &gn) constgsOptionList
getMultiString(const std::string &gn) constgsOptionList
getReal(const std::string &label) constgsOptionList
getString(const std::string &label) constgsOptionList
getSwitch(const std::string &label) constgsOptionList
hasGlobals() constgsOptionList
hasGroup(const std::string &gn) constgsOptionList
isInt(const std::string &label) constgsOptionListprivate
isReal(const std::string &label) constgsOptionListprivate
isString(const std::string &label) constgsOptionListprivate
isSwitch(const std::string &label) constgsOptionListprivate
m_intsgsOptionListprivate
m_realsgsOptionListprivate
m_stringsgsOptionListprivate
m_switchesgsOptionListprivate
print(std::ostream &os) constgsOptionList
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() constgsOptionListinline
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) constgsOptionList