test_plugin_multiply.h
Go to the documentation of this file.
1 
26 #ifndef TESSERACT_COMMON_TEST_PLUGIN_SUM_H
27 #define TESSERACT_COMMON_TEST_PLUGIN_SUM_H
28 
29 #include "test_plugin_base.h"
30 
31 namespace tesseract_common
32 {
34 {
35 public:
36  TestPluginMultiply() = default;
37  ~TestPluginMultiply() override = default;
38  TestPluginMultiply(const TestPluginMultiply&) = default;
42  double multiply(double x, double y) override;
43 };
44 } // namespace tesseract_common
45 
46 #endif // TESSERACT_COMMON_TEST_PLUGIN_SUM_H
tesseract_common
Definition: allowed_collision_matrix.h:19
test_plugin_base.h
Plugin Test plugin base 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::TestPluginMultiply::TestPluginMultiply
TestPluginMultiply()=default
tesseract_common::TestPluginMultiply::operator=
TestPluginMultiply & operator=(const TestPluginMultiply &)=default
tesseract_common::TestPluginMultiply::~TestPluginMultiply
~TestPluginMultiply() override=default
tesseract_common::TestPluginBase
Definition: test_plugin_base.h:34


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