CppELib 1.7.0
Loading...
Searching...
No Matches
Assertion Namespace Reference

Classes

class  AssertHandler
 Interface for handling assertion failure by CHECK_ASSERT() macro. More...
 
class  Failure
 Class used when CHECK_ASSERT() macro fails. More...
 

Functions

void setHandler (AssertHandler *handler)
 Set AssertHandler.
 

Function Documentation

◆ setHandler()

void Assertion::setHandler ( AssertHandler handler)
inline

Set AssertHandler.

Parameters
handlerPointer of the object that implements AssertHandler