MySQL 8.3.0
Source Code Documentation
Mysql::Tools::Dump::Abstract_progress_watcher::Progress_data Class Reference

#include <abstract_progress_watcher.h>

Public Member Functions

 Progress_data ()
 
 Progress_data (const Progress_data &to_copy)
 
Progress_dataoperator= (const Progress_data &to_copy)
 
Progress_data operator- (const Progress_data &to_subtract)
 

Public Attributes

std::atomic< uint64_t > m_table_count
 
std::atomic< uint64_t > m_row_data
 
std::atomic< uint64_t > m_row_count
 

Constructor & Destructor Documentation

◆ Progress_data() [1/2]

Abstract_progress_watcher::Progress_data::Progress_data ( )

◆ Progress_data() [2/2]

Abstract_progress_watcher::Progress_data::Progress_data ( const Progress_data to_copy)

Member Function Documentation

◆ operator-()

Abstract_progress_watcher::Progress_data Abstract_progress_watcher::Progress_data::operator- ( const Progress_data to_subtract)

◆ operator=()

Abstract_progress_watcher::Progress_data & Abstract_progress_watcher::Progress_data::operator= ( const Progress_data to_copy)

Member Data Documentation

◆ m_row_count

std::atomic<uint64_t> Mysql::Tools::Dump::Abstract_progress_watcher::Progress_data::m_row_count

◆ m_row_data

std::atomic<uint64_t> Mysql::Tools::Dump::Abstract_progress_watcher::Progress_data::m_row_data

◆ m_table_count

std::atomic<uint64_t> Mysql::Tools::Dump::Abstract_progress_watcher::Progress_data::m_table_count

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