|
cartobase 6.0.6
|
#include <cartobase/exception/assert.h>


Public Member Functions | |
| assert_error (const char *assertion, const char *file, int line) | |
| virtual | ~assert_error () throw () |
| const char * | file () const |
| int | line () const throw () |
| carto::assert_error::assert_error | ( | const char * | assertion, |
| const char * | file, | ||
| int | line ) |
|
virtual | ||||||||||||
| const char * carto::assert_error::file | ( | ) | const |
References file().
Referenced by assert_error(), file(), and carto::test_assert().
| int carto::assert_error::line | ( | ) | const | |||
| throw | ( | ) | ||||
References line().
Referenced by assert_error(), line(), and carto::test_assert().