#include <CProgressNull.hpp>
◆ begin()
void CProgressNull::begin |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ end()
void CProgressNull::end |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ incrElement()
void AbstractProgress::incrElement |
( |
const std::string & | extraInfo = "" | ) |
|
|
inherited |
◆ incrElements()
void AbstractProgress::incrElements |
( |
uint64_t | incrElements, |
|
|
const std::string & | extraInfo = "" ) |
|
inherited |
◆ isCancelling()
bool CProgressNull::isCancelling |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ prvResetCounter()
void AbstractProgress::prvResetCounter |
( |
const std::string & | header | ) |
|
|
privateinherited |
◆ resetProgress()
void CProgressNull::resetProgress |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ setHeader()
void AbstractProgress::setHeader |
( |
const std::string & | header | ) |
|
|
inherited |
◆ setHeaderWithNumberElements()
void AbstractProgress::setHeaderWithNumberElements |
( |
const std::string & | header, |
|
|
uint64_t | numElements ) |
|
inherited |
◆ setMessage()
void AbstractProgress::setMessage |
( |
const std::string & | txtMsg | ) |
|
|
inherited |
◆ setMessageDestroying()
void AbstractProgress::setMessageDestroying |
( |
const std::string & | txtMsg | ) |
|
|
inherited |
◆ visibleProgress()
void CProgressNull::visibleProgress |
( |
bool | isVisible | ) |
|
|
inlineoverrideprivatevirtual |
◆ writeCurrentElements()
void CProgressNull::writeCurrentElements |
( |
const std::string & | header, |
|
|
uint64_t | currentElements, |
|
|
const std::string & | extraInfo ) |
|
inlineoverrideprivatevirtual |
◆ writeMessage()
void CProgressNull::writeMessage |
( |
const std::string & | header | ) |
|
|
inlineoverrideprivatevirtual |
◆ writeWithNumElements()
void CProgressNull::writeWithNumElements |
( |
const std::string & | header, |
|
|
uint64_t | currentElements, |
|
|
uint64_t | numElements, |
|
|
const std::string & | extraInfo ) |
|
inlineoverrideprivatevirtual |
◆ m_currentElements
uint64_t AbstractProgress::m_currentElements |
|
privateinherited |
◆ m_header
std::string AbstractProgress::m_header |
|
privateinherited |
◆ m_numElements
uint64_t AbstractProgress::m_numElements |
|
privateinherited |
◆ m_withElements
bool AbstractProgress::m_withElements |
|
privateinherited |
The documentation for this class was generated from the following file: