#include <checksumBase.h>
|
| | base (const std::string &aName) |
| |
Definition at line 8 of file checksumBase.h.
◆ base()
| checksum::base::base |
( |
const std::string & |
aName | ) |
|
|
inlineexplicitprotected |
◆ ~base()
| virtual checksum::base::~base |
( |
| ) |
|
|
virtualdefault |
◆ addAllowedNamesToOption()
template<class T >
| static void checksum::base::addAllowedNamesToOption |
( |
T & |
option | ) |
|
|
inlinestatic |
◆ checkExpectation()
| bool checksum::base::checkExpectation |
( |
| ) |
const |
|
inline |
◆ finish()
| virtual void checksum::base::finish |
( |
| ) |
|
|
pure virtual |
◆ getExpectedResult()
| const std::string& checksum::base::getExpectedResult |
( |
| ) |
const |
|
inline |
◆ getFactoryMap()
| static std::map<std::string, factoryClass*>& checksum::base::getFactoryMap |
( |
| ) |
|
|
inlinestaticprotected |
◆ getName()
| const std::string& checksum::base::getName |
( |
| ) |
const |
|
inline |
◆ getResult()
| const std::string& checksum::base::getResult |
( |
| ) |
const |
|
inline |
◆ newFactory()
| static factoryClass* checksum::base::newFactory |
( |
const std::string & |
aName | ) |
|
|
inlinestatic |
◆ parallelizable()
| virtual bool checksum::base::parallelizable |
( |
| ) |
const |
|
inlinevirtual |
◆ setExpectedResult()
| void checksum::base::setExpectedResult |
( |
const std::string & |
expectedResult | ) |
|
|
inline |
◆ update() [1/2]
| virtual void checksum::base::update |
( |
size_t |
size | ) |
|
|
pure virtual |
◆ update() [2/2]
| virtual void checksum::base::update |
( |
void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
pure virtual |
◆ expected
| std::string checksum::base::expected |
|
protected |
◆ name
| const std::string& checksum::base::name |
|
protected |
◆ result
| std::string checksum::base::result |
|
protected |
The documentation for this class was generated from the following file: