MySQL 9.0.0
Source Code Documentation
buffer_view.h File Reference

Class that groups a pointer+size as one object, without managing the memory for it. More...

#include <cassert>
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

class  mysql::binlog::event::compression::buffer::Buffer_view< Char_tp >
 Non-owning view of a memory buffer 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

Class that groups a pointer+size as one object, without managing the memory for it.