|
wibble
0.1.28
|
#include <test.h>
Public Member Functions | |
| AssertFailed (Location l, std::ostream &s=std::cerr) | |
| ~AssertFailed () | |
Public Attributes | |
| std::ostream & | stream |
| std::ostringstream | str |
| bool | expect |
| AssertFailed::AssertFailed | ( | Location | l, |
| std::ostream & | s = std::cerr |
||
| ) | [inline] |
References assertFailure, expect, Location::file, Location::iteration, Location::line, Location::stmt, and str.
| AssertFailed::~AssertFailed | ( | ) | [inline] |
References assertFailure, expect, str, and stream.
| bool AssertFailed::expect |
Referenced by AssertFailed(), and ~AssertFailed().
| std::ostringstream AssertFailed::str |
Referenced by AssertFailed(), operator<<(), and ~AssertFailed().
| std::ostream& AssertFailed::stream |
Referenced by ~AssertFailed().
1.7.6.1