PrintBuffer.h File Reference
#include <Data/Stream/ReadWriteStream.h>
#include <memory>
Include dependency graph for PrintBuffer.h:

Go to the source code of this file.

Classes

class  BasePrintBuffer
 Generic write-through buffer class. More...
 
class  StaticPrintBuffer< size >
 Write-through buffer using stack only. More...
 
class  HeapPrintBuffer
 Write-through buffer using heap storage. More...
 
class  DynamicPrintBuffer
 Write-through buffer using heap storage and owned stream pointer. More...