1#ifndef LIBS_CORE_CPROGRESSNULL_HPP_
2#define LIBS_CORE_CPROGRESSNULL_HPP_
35 const std::string &extraInfo)
override
46 const std::string &extraInfo)
override
Definition AbstractProgress.hpp:8
Definition CProgressNull.hpp:7
void end() override
Definition CProgressNull.hpp:14
void writeMessage(const std::string &header) override
Definition CProgressNull.hpp:40
bool isCancelling() override
Definition CProgressNull.hpp:19
void begin() override
Definition CProgressNull.hpp:9
void writeCurrentElements(const std::string &header, uint64_t currentElements, const std::string &extraInfo) override
Definition CProgressNull.hpp:34
void visibleProgress(bool isVisible) override
Definition CProgressNull.hpp:29
void resetProgress() override
Definition CProgressNull.hpp:24
void writeWithNumElements(const std::string &header, uint64_t currentElements, uint64_t numElements, const std::string &extraInfo) override
Definition CProgressNull.hpp:45