wibble  0.1.28
Public Member Functions | Public Attributes | List of all members
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::AssertFailed ( Location  l,
std::ostream &  s = std::cerr 
)
inline
AssertFailed::~AssertFailed ( )
inline

References assertFailure, expect, str, and stream.

Member Data Documentation

bool AssertFailed::expect

Referenced by AssertFailed(), and ~AssertFailed().

std::ostringstream AssertFailed::str
std::ostream& AssertFailed::stream

Referenced by ~AssertFailed().


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