API
4.5
For C++ developers
|
This is the complete list of members for OpenSim::RowIndexOutOfRange, including all inherited members.
addMessage(const std::string &msg) | OpenSim::Exception | protected |
Exception(const std::string &aMsg="", const std::string &aFile="", int aLine=-1) | OpenSim::Exception | |
Exception(const std::string &file, size_t line, const std::string &func) | OpenSim::Exception | |
Exception(const std::string &file, size_t line, const std::string &func, const std::string &msg) | OpenSim::Exception | |
Exception(const std::string &file, size_t line, const std::string &func, const Object &obj) | OpenSim::Exception | |
Exception(const std::string &file, size_t line, const std::string &func, const Object &obj, const std::string &msg) | OpenSim::Exception | |
Exception(const std::string &file, size_t line, const std::string &func, spdlog::string_view_t fmt, const Args &... args) | OpenSim::Exception | inline |
Exception(const std::string &file, size_t line, const std::string &func, const Object &obj, spdlog::string_view_t fmt, const Args &... args) | OpenSim::Exception | inline |
getMessage() const | OpenSim::Exception | |
IndexOutOfRange(const std::string &file, size_t line, const std::string &func, size_t index, size_t min, size_t max) | OpenSim::RowIndexOutOfRange | inline |
OpenSim::IndexOutOfRange::IndexOutOfRange(const std::string &file, size_t line, const std::string &func, size_t index, size_t min, size_t max) | OpenSim::IndexOutOfRange | inline |
OPENSIM_THROW | OpenSim::Exception | related |
OPENSIM_THROW_IF | OpenSim::Exception | related |
print(std::ostream &aOut) const | OpenSim::Exception | virtual |
setMessage(const std::string &aMsg) | OpenSim::Exception | |
what() const noexcept override | OpenSim::Exception | |
~Exception() | OpenSim::Exception | inlinevirtual |