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 |
|
inline |
References assertFailure, expect, Location::file, Location::iteration, Location::line, Location::stmt, and str.
|
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().