Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Buffer.hpp File Reference
#include <toolbox/Config.h>
#include <boost/asio/buffer.hpp>
#include <boost/container/vector.hpp>
Include dependency graph for Buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::io::Buffer
 

Namespaces

namespace  toolbox
 
namespace  toolbox::io
 

Typedefs

using toolbox::io::ConstBuffer = boost::asio::const_buffer
 
using toolbox::io::MutableBuffer = boost::asio::mutable_buffer
 

Functions

ConstBuffer toolbox::io::advance (ConstBuffer buf, std::size_t n) noexcept
 
MutableBuffer toolbox::io::advance (MutableBuffer buf, std::size_t n) noexcept