This class is an unconstrained in-core value-semantic class that characterizes the details of a assert failure that has occurred.
Declared in <bsls_assert.h>
class AssertViolation;
| Name | Description |
|---|---|
AssertViolation [constructor] | Create an AssertViolation with the specified attributes. |
assertLevel | Return the assertLevel attribute of this object. |
comment | Return the comment attribute of this object. |
fileName | Return the fileName attribute of this object. |
lineNumber | Return the lineNumber attribute of this object. |