#include <cddefines.h>
Collaboration diagram for bad_assert:

Public Member Functions | |
| bad_assert (const char *file, long line) | |
| virtual | ~bad_assert () throw () |
| const char * | file () const throw () |
| long | line () const throw () |
Private Attributes | |
| const char * | p_file |
| long | p_line |
Definition at line 561 of file cddefines.h.
| bad_assert::bad_assert | ( | const char * | file, | |
| long | line | |||
| ) | [inline] |
| virtual bad_assert::~bad_assert | ( | ) | throw () [inline, virtual] |
| const char* bad_assert::file | ( | ) | const throw () [inline] |
| long bad_assert::line | ( | ) | const throw () [inline] |
const char* bad_assert::p_file [private] |
long bad_assert::p_line [private] |
1.4.7