ZeroErr
zeroerr::IContextScope Class Referenceabstract

ContextScope is a helper class created in each basic block where you use INFO(). The context scope can has lazy evaluated function F(std::ostream&) that is called when the assertation is failed. More...

#include <log.h>

Inheritance diagram for zeroerr::IContextScope:

Public Member Functions

virtual void str (std::ostream &os) const =0
 

Detailed Description

ContextScope is a helper class created in each basic block where you use INFO(). The context scope can has lazy evaluated function F(std::ostream&) that is called when the assertation is failed.

Member Function Documentation

◆ str()

virtual void zeroerr::IContextScope::str ( std::ostream &  os) const
pure virtual

Implemented in zeroerr::ContextScope< F >.


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