MRPT
1.9.9
|
Functions | |
std::string | exception_line_msg (const std::string_view &msg, const char *filename, unsigned int line, const char *function_name) |
template<typename A , typename B > | |
std::string | asrt_fail (std::string s, A &&a, B &&b, const char *astr, const char *bstr) |
std::istringstream & | get_istringstream () |
void | impl_excep_to_str (const std::exception &e, std::string &ret, int lvl=0) |
Recursive implementation for mrpt::exception_to_str() More... | |
|
inline |
Definition at line 25 of file exceptions.h.
References mrpt::to_string().
std::string mrpt::internal::exception_line_msg | ( | const std::string_view & | msg, |
const char * | filename, | ||
unsigned int | line, | ||
const char * | function_name | ||
) |
Definition at line 16 of file exceptions.cpp.
References mrpt::to_string().
|
inline |
Definition at line 19 of file from_string.h.
void mrpt::internal::impl_excep_to_str | ( | const std::exception & | e, |
std::string & | ret, | ||
int | lvl = 0 |
||
) |
Recursive implementation for mrpt::exception_to_str()
Definition at line 33 of file exceptions.cpp.
References mrpt::to_string().
Referenced by mrpt::exception_to_str().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |