![]()  | 
  
    G+Smo
    25.01.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 | |
| addInt(const std::string &label, const std::string &desc, const index_t &value) | gsCmdLine | |
| 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 | |
| exists(const std::string &label) const | gsOptionList | private | 
| getAllEntries() const | gsOptionList | |
| getExceptionHandling() const | gsCmdLine | |
| getGroup(const std::string &gn) const | gsOptionList | |
| getInfo(const std::string &label) const | gsOptionList | private | 
| 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 | |
| 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 | |
| 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 |