Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CProgressNull, including all inherited members.
AbstractProgress() | AbstractProgress | |
AbstractProgress(const AbstractProgress &other)=delete | AbstractProgress | |
AbstractProgress(AbstractProgress &&other)=delete | AbstractProgress | |
begin() override | CProgressNull | inlineprivatevirtual |
end() override | CProgressNull | inlineprivatevirtual |
incrElement(const std::string &extraInfo="") | AbstractProgress | |
incrElements(uint64_t incrElements, const std::string &extraInfo="") | AbstractProgress | |
isCancelling() override | CProgressNull | inlineprivatevirtual |
m_currentElements | AbstractProgress | private |
m_header | AbstractProgress | private |
m_numElements | AbstractProgress | private |
m_withElements | AbstractProgress | private |
operator=(const AbstractProgress &other)=delete | AbstractProgress | |
operator=(AbstractProgress &&other)=delete | AbstractProgress | |
prvResetCounter(const std::string &header) | AbstractProgress | private |
resetProgress() override | CProgressNull | inlineprivatevirtual |
setHeader(const std::string &header) | AbstractProgress | |
setHeaderWithNumberElements(const std::string &header, uint64_t numElements) | AbstractProgress | |
setMessage(const std::string &txtMsg) | AbstractProgress | |
setMessageDestroying(const std::string &txtMsg) | AbstractProgress | |
visibleProgress(bool isVisible) override | CProgressNull | inlineprivatevirtual |
writeCurrentElements(const std::string &header, uint64_t currentElements, const std::string &extraInfo) override | CProgressNull | inlineprivatevirtual |
writeMessage(const std::string &header) override | CProgressNull | inlineprivatevirtual |
writeWithNumElements(const std::string &header, uint64_t currentElements, uint64_t numElements, const std::string &extraInfo) override | CProgressNull | inlineprivatevirtual |
~AbstractProgress() | AbstractProgress | virtual |