StormByte C++ Library: Buffer module 1.2.0
StormByte-Buffer is the buffer module of the StormByte C++ suite.
Loading...
Searching...
No Matches
Classes | Namespaces
external.hxx File Reference
#include <StormByte/buffer/generic.hxx>
#include <StormByte/buffer/typedefs.hxx>
#include <StormByte/clonable.hxx>
#include <functional>
#include <string_view>
Include dependency graph for external.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StormByte::Buffer::ExternalReader
 Abstract interface for reading data from an external or internal source. More...
 
class  StormByte::Buffer::ExternalBufferReader
 Adapter that turns any ReadOnly buffer into an ExternalReader. More...
 
class  StormByte::Buffer::ExternalWriter
 Abstract interface for writing data to an external or internal sink. More...
 
class  StormByte::Buffer::ExternalBufferWriter
 Adapter that turns any WriteOnly buffer into an ExternalWriter. More...
 

Namespaces

namespace  StormByte::Buffer
 Buffer module of the StormByte suite.
 
namespace  StormByte