MySQL 9.0.0
Source Code Documentation
rw_buffer.h File Reference

Non-owning manager for a fixed memory buffer, which is split into a read part and a write part, with a movable split position. More...

#include <cassert>
#include "buffer_view.h"

Go to the source code of this file.

Classes

class  mysql::binlog::event::compression::buffer::Rw_buffer< Char_tp >
 Non-owning read/write memory buffer manager with a fixed size. 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
 

Detailed Description

Non-owning manager for a fixed memory buffer, which is split into a read part and a write part, with a movable split position.