test_plugin_multiply.cpp
Go to the documentation of this file.
1 
27 #include "test_plugin_multiply.h"
28 #include <boost_plugin_loader/macros.h>
29 
30 double tesseract_common::TestPluginMultiply::multiply(double x, double y) { return x * y; }
31 
32 // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
33 EXPORT_CLASS_SECTIONED(tesseract_common::TestPluginMultiply, plugin, TestBase)
test_plugin_multiply.h
Plugin Test plugin class.
tesseract_common::TestPluginMultiply::multiply
double multiply(double x, double y) override
Definition: test_plugin_multiply.cpp:30
tesseract_common::TestPluginMultiply
Definition: test_plugin_multiply.h:33


tesseract_common
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:01:40