strusBase  0.17
Classes | Namespaces
localErrorBuffer.hpp File Reference

Error buffer implementation for a context transforming the error message into an exceptions at the end of its scope. More...

#include "strus/errorCodes.hpp"
#include "strus/errorBufferInterface.hpp"
#include <cstdio>
#include <cstdarg>
#include <cstring>
#include <stdexcept>

Go to the source code of this file.

Classes

class  strus::LocalErrorBuffer
 Error buffer implementation for a context transforming the error message into an exceptions at the end of its scope. More...
 

Namespaces

 strus
 Wrapper to structures needed for atomic counters.
 

Detailed Description

Error buffer implementation for a context transforming the error message into an exceptions at the end of its scope.