wibble 1.1
|
#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 |
|
inline |
References wibble::assertFailure, expect, str, and stream.
bool wibble::AssertFailed::expect |
Referenced by AssertFailed(), and ~AssertFailed().
std::ostringstream wibble::AssertFailed::str |
Referenced by AssertFailed(), wibble::operator<<(), and ~AssertFailed().
std::ostream& wibble::AssertFailed::stream |
Referenced by ~AssertFailed().