Function totalCallback
Synopsis
#include <include/bitarchivehandler.hpp>
TotalCallback totalCallback() const
Description
- Returns
- the current total callback.
Source
Lines 43-45 in src/bitarchivehandler.cpp. Line 87 in include/bitarchivehandler.hpp.
TotalCallback BitArchiveHandler::totalCallback() const {
return mTotalCallback;
}