#include <test_plugin_multiply.h>

Public Member Functions | |
| double | multiply (double x, double y) override |
| TestPluginMultiply & | operator= (const TestPluginMultiply &)=default |
| TestPluginMultiply & | operator= (TestPluginMultiply &&)=default |
| TestPluginMultiply ()=default | |
| TestPluginMultiply (const TestPluginMultiply &)=default | |
| TestPluginMultiply (TestPluginMultiply &&)=default | |
| ~TestPluginMultiply () override=default | |
Public Member Functions inherited from tesseract_common::TestPluginBase | |
| TestPluginBase & | operator= (const TestPluginBase &)=default |
| TestPluginBase & | operator= (TestPluginBase &&)=default |
| TestPluginBase ()=default | |
| TestPluginBase (const TestPluginBase &)=default | |
| TestPluginBase (TestPluginBase &&)=default | |
| virtual | ~TestPluginBase ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from tesseract_common::TestPluginBase | |
| static std::string | getSection () |
Definition at line 33 of file test_plugin_multiply.h.
|
default |
|
overridedefault |
|
default |
|
default |
|
overridevirtual |
Implements tesseract_common::TestPluginBase.
Definition at line 30 of file test_plugin_multiply.cpp.
|
default |
|
default |