wibble  1.1
Public Member Functions | Public Attributes | List of all members
wibble::AssertFailed Struct Reference

#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
 

Constructor & Destructor Documentation

◆ AssertFailed()

wibble::AssertFailed::AssertFailed ( Location  l,
std::ostream &  s = std::cerr 
)
inline

◆ ~AssertFailed()

wibble::AssertFailed::~AssertFailed ( )
inline

References wibble::assertFailure.

Member Data Documentation

◆ expect

bool wibble::AssertFailed::expect

◆ str

std::ostringstream wibble::AssertFailed::str

Referenced by wibble::operator<<().

◆ stream

std::ostream& wibble::AssertFailed::stream

The documentation for this struct was generated from the following file: