textwolf  0.2
Classes | Namespaces
staticbuffer.hpp File Reference

Fixed size buffer fulfilling the requirement of a back insertion sequence needed for textwolf output. More...

#include "textwolf/exception.hpp"
#include <cstddef>
#include <cstring>
#include <cstdlib>
#include <stdexcept>
#include <new>

Go to the source code of this file.

Classes

class  textwolf::StaticBuffer
 Simple back insertion sequence for storing the outputs of textwolf in a contant size buffer. More...
 

Namespaces

 textwolf
 Toplevel namespace of the library.
 

Detailed Description

Fixed size buffer fulfilling the requirement of a back insertion sequence needed for textwolf output.