MySQL 8.4.0
Source Code Documentation
PrintBuffer Struct Reference

#include <ut.h>

Public Member Functions

 PrintBuffer (const void *buf, ulint len)
 
std::ostream & print (std::ostream &out) const
 

Private Attributes

const void * m_buf
 
ulint m_len
 

Constructor & Destructor Documentation

◆ PrintBuffer()

PrintBuffer::PrintBuffer ( const void *  buf,
ulint  len 
)
inline

Member Function Documentation

◆ print()

std::ostream & PrintBuffer::print ( std::ostream &  out) const
inline

Member Data Documentation

◆ m_buf

const void* PrintBuffer::m_buf
private

◆ m_len

ulint PrintBuffer::m_len
private

The documentation for this struct was generated from the following file: