|
libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
This is the complete list of members for libdap::Error, including all inherited members.
| _error_code | libdap::Error | protected |
| _error_message | libdap::Error | protected |
| d_file | libdap::Error | protected |
| d_line | libdap::Error | protected |
| Error() | libdap::Error | inline |
| Error(ErrorCode ec, std::string msg, std::string file="", int line=0) | libdap::Error | inline |
| Error(std::string msg, std::string file="", int line=0) | libdap::Error | inlineexplicit |
| Error(const Error ©_from) noexcept | libdap::Error | inline |
| get_error_code() const | libdap::Error | |
| get_error_message() const | libdap::Error | |
| get_file() const | libdap::Error | inline |
| get_line() const | libdap::Error | inline |
| OK() const | libdap::Error | |
| operator=(const Error &rhs) | libdap::Error | |
| parse(FILE *fp) | libdap::Error | |
| print(FILE *out) const | libdap::Error | |
| print(std::ostream &out) const | libdap::Error | |
| set_error_code(ErrorCode ec=undefined_error) | libdap::Error | |
| set_error_message(std::string msg="") | libdap::Error | |
| set_file(std::string f) | libdap::Error | inline |
| set_line(int l) | libdap::Error | inline |
| what() const noexcept override | libdap::Error | inline |
| ~Error() override=default | libdap::Error |