![]()  | 
  
    MySQL 8.4.7
    
   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 "mysql/binlog/event/resource/allocator.h"#include "mysql/binlog/event/compression/buffer/buffer_sequence_view.h"#include "mysql/binlog/event/compression/buffer/buffer_view.h"#include "mysql/binlog/event/compression/buffer/grow_calculator.h"#include "mysql/binlog/event/compression/buffer/grow_status.h"#include "mysql/binlog/event/nodiscard.h"#include "mysql/binlog/event/wrapper_functions.h"Go to the source code of this file.
Classes | |
| class | mysql::binlog::event::compression::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 | mysql | 
| namespace | mysql::binlog | 
| namespace | mysql::binlog::event | 
| The namespace contains classes representing events that can occur in a replication stream.  | |
| namespace | mysql::binlog::event::compression | 
| namespace | mysql::binlog::event::compression::buffer | 
Container class that provides a sequence of buffers to the caller.
This is intended for capturing the output from compressors.