MySQL 8.0.40
Source Code Documentation
Mysql::Tools::Dump::I_output_writer_wrapper Class Referenceabstract

Represents class that directs execution of dump tasks to Output Writers. More...

#include <i_output_writer_wrapper.h>

Inheritance diagram for Mysql::Tools::Dump::I_output_writer_wrapper:
[legend]

Public Member Functions

virtual ~I_output_writer_wrapper ()=default
 
virtual void register_output_writer (I_output_writer *new_output_writer)=0
 Add new Output Writer to supply formatted strings to. More...
 

Detailed Description

Represents class that directs execution of dump tasks to Output Writers.

Constructor & Destructor Documentation

◆ ~I_output_writer_wrapper()

virtual Mysql::Tools::Dump::I_output_writer_wrapper::~I_output_writer_wrapper ( )
virtualdefault

Member Function Documentation

◆ register_output_writer()

virtual void Mysql::Tools::Dump::I_output_writer_wrapper::register_output_writer ( I_output_writer new_output_writer)
pure virtual

Add new Output Writer to supply formatted strings to.

Implemented in Mysql::Tools::Dump::Abstract_output_writer_wrapper.


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