|
|
Describes an assertion.
This is an internal data structure, you do not need to create it directly. Use the DBG_ASSERTION macro to create it.
See also: assertion
bool asserted | asserted |
const char * text | text |
assert_info (bool a, const char *t,
line_no_t line, func_name_t func,
file_name_t file, dbg_source spos)
| assert_info |
Do not call this directly. Use the DBG_ASSERTION macro.
assert_info (bool a, const char *b, const source_pos &sp)
| assert_info |
Do not call this directly. Use the DBG_ASSERTION macro.
Generated by: pg1 on imgpc030 on Tue Sep 16 13:46:16 2003, using kdoc 2.0a54. |