MySQL 8.0.40
Source Code Documentation
|
Container class that provides a sequence of buffers to the caller. More...
#include <algorithm>
#include <cassert>
#include <cstring>
#include <limits>
#include <list>
#include <vector>
#include "libbinlogevents/include/resource/allocator.h"
#include "buffer_sequence_view.h"
#include "buffer_view.h"
#include "grow_calculator.h"
#include "grow_status.h"
#include "libbinlogevents/include/nodiscard.h"
#include "libbinlogevents/include/wrapper_functions.h"
Go to the source code of this file.
Classes | |
class | mysqlns::buffer::Rw_buffer_sequence< Char_tp, Container_tp > |
Non-owning manager for a fixed sequence of memory buffers, which is split into a read part and a write part, with a movable split position. More... | |
Namespaces | |
namespace | mysqlns |
namespace | mysqlns::buffer |
Container class that provides a sequence of buffers to the caller.
This is intended for capturing the output from compressors.