|
StormByte C++ Library: Buffer module 1.2.0
StormByte-Buffer is the buffer module of the StormByte C++ suite.
|
#include <StormByte/buffer/typedefs.hxx>#include <StormByte/type_traits.hxx>#include <algorithm>#include <iterator>#include <ranges>#include <type_traits>#include <string_view>#include <utility>

Go to the source code of this file.
Classes | |
| class | StormByte::Buffer::Generic |
| Pure abstract root of the buffer interface hierarchy. More... | |
| class | StormByte::Buffer::ReadOnly |
| Pure interface for a buffer that can be read but not written. More... | |
| class | StormByte::Buffer::WriteOnly |
| Pure interface for a buffer that can be written but not read. More... | |
| class | StormByte::Buffer::ReadWrite |
| Pure interface combining ReadOnly and WriteOnly. More... | |
Namespaces | |
| namespace | StormByte::Buffer |
| Buffer module of the StormByte suite. | |
| namespace | StormByte |