MySQL 9.4.0
Source Code Documentation
basic_ostream.h File Reference
#include "my_byteorder.h"
#include "my_inttypes.h"
#include "my_sys.h"
#include "mysql/binlog/event/compression/compressor.h"
#include "sql_string.h"

Go to the source code of this file.

Classes

class  Basic_ostream
 The abstract class for basic output streams which provides write operation. More...
 
class  Truncatable_ostream
 Truncatable_ostream abstract class provides seek() and truncate() interfaces to all truncatable output streams. More...
 
class  IO_CACHE_ostream
 An output stream based on IO_CACHE class. More...
 
class  StringBuffer_ostream< BUFFER_SIZE >
 A basic output stream based on StringBuffer class. More...
 
class  Compressed_ostream