genericIO
|
This is the complete list of members for SEP::paramObj, including all inherited members.
error(const std::string &err) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getBool(const std::string &arg, const bool def) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getBool(const std::string &arg) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getFloat(const std::string &arg, const float def) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getFloat(const std::string &arg) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getFloats(const std::string &arg, int nvals) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getFloats(const std::string &arg, std::vector< float > &defs) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getInt(const std::string &arg) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getInt(const std::string &arg, const int def) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getInts(const std::string &arg, const int nvals) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getInts(const std::string &arg, std::vector< int > &defs) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getString(const std::string &arg) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
getString(const std::string &arg, const std::string &def) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
message(const std::string &msg) const =0 (defined in SEP::paramObj) | SEP::paramObj | pure virtual |
paramObj() (defined in SEP::paramObj) | SEP::paramObj | inline |