#include <eassert.h>
Inheritance diagram for cwidget::util::AssertionFailure:
Public Member Functions | |
AssertionFailure (const std::string &file, size_t line, const std::string &func, const std::string &exp, const std::string &msg) | |
Create a new AssertionFailure. | |
std::string | errmsg () const |
std::string | get_file () const |
size_t | get_line () const |
std::string | get_func () const |
std::string | get_exp () const |
|
Create a new AssertionFailure.
|
|
|
|
|
|
|
|
|