G+Smo
24.08.0
Geometry + Simulation Modules
|
This is the complete list of members for gsCmdLine, including all inherited members.
addInt(const std::string &flag, const std::string &name, const std::string &desc, intVal_t &value) | gsCmdLine | |
gismo::gsOptionList::addInt(const std::string &label, const std::string &desc, const index_t &value) | gsOptionList | |
addMultiInt(const std::string &flag, const std::string &name, const std::string &desc, std::vector< intVal_t > &value) | gsCmdLine | |
gismo::gsOptionList::addMultiInt(const std::string &label, const std::string &desc, const std::vector< index_t > &values) | gsOptionList | |
addMultiReal(const std::string &flag, const std::string &name, const std::string &desc, std::vector< real_t > &value) | gsCmdLine | |
addMultiString(const std::string &flag, const std::string &name, const std::string &desc, std::vector< std::string > &value) | gsCmdLine | |
addNewInt(const std::string &flag, const std::string &name, const std::string &desc, intVal_t value) | gsCmdLine | inline |
addPlainString(const std::string &name, const std::string &desc, std::string &value) | gsCmdLine | |
addReal(const std::string &flag, const std::string &name, const std::string &desc, real_t &value) | gsCmdLine | |
gismo::gsOptionList::addReal(const std::string &label, const std::string &desc, const Real &value) | gsOptionList | |
addString(const std::string &flag, const std::string &name, const std::string &desc, std::string &value) | gsCmdLine | |
gismo::gsOptionList::addString(const std::string &label, const std::string &desc, const std::string &value) | gsOptionList | |
addSwitch(const std::string &flag, const std::string &name, const std::string &desc, bool &value) | gsCmdLine | |
addSwitch(const std::string &name, const std::string &desc, bool &value) | gsCmdLine | inline |
gismo::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 | |
getAllEntries() const | gsOptionList | |
getExceptionHandling() const | gsCmdLine | |
getGroup(const std::string &gn) const | gsOptionList | |
getInt(const std::string &label) const | gsOptionList | |
getMessage() | gsCmdLine | |
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 | |
getValues(int argc, char *argv[]) | gsCmdLine | |
gsCmdLine(const std::string &message, const char delimiter= ' ', bool helpAndVersion=true) | gsCmdLine | |
hasGlobals() const | gsOptionList | |
hasGroup(const std::string &gn) const | gsOptionList | |
print(std::ostream &os) const | gsOptionList | |
printVersion() | gsCmdLine | static |
remove(const std::string &label) | gsOptionList | |
setExceptionHandling(const bool state) | gsCmdLine | |
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 | |
updateOptionList() | gsCmdLine | private |
updateType enum name | gsOptionList | |
valid(int argc, char *argv[]) const | gsCmdLine | |
wrapIntoGroup(const std::string &gn) const | gsOptionList |