Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | Friends | List of all members
tesseract_common::TestPluginBase Class Referenceabstract

#include <test_plugin_base.h>

Inheritance diagram for tesseract_common::TestPluginBase:
Inheritance graph
[legend]
Collaboration diagram for tesseract_common::TestPluginBase:
Collaboration graph
[legend]

Public Member Functions

 TestPluginBase ()=default
 
virtual ~TestPluginBase ()=default
 
 TestPluginBase (const TestPluginBase &)=default
 
TestPluginBaseoperator= (const TestPluginBase &)=default
 
 TestPluginBase (TestPluginBase &&)=default
 
TestPluginBaseoperator= (TestPluginBase &&)=default
 
virtual double multiply (double x, double y)=0
 

Static Protected Attributes

static const std::string SECTION_NAME = "TestBase"
 

Friends

class PluginLoader
 

Constructor & Destructor Documentation

◆ TestPluginBase() [1/3]

tesseract_common::TestPluginBase::TestPluginBase ( )
default

◆ ~TestPluginBase()

virtual tesseract_common::TestPluginBase::~TestPluginBase ( )
virtualdefault

◆ TestPluginBase() [2/3]

tesseract_common::TestPluginBase::TestPluginBase ( const TestPluginBase )
default

◆ TestPluginBase() [3/3]

tesseract_common::TestPluginBase::TestPluginBase ( TestPluginBase &&  )
default

Member Function Documentation

◆ multiply()

virtual double tesseract_common::TestPluginBase::multiply ( double  x,
double  y 
)
pure virtual

◆ operator=() [1/2]

TestPluginBase & tesseract_common::TestPluginBase::operator= ( const TestPluginBase )
default

◆ operator=() [2/2]

TestPluginBase & tesseract_common::TestPluginBase::operator= ( TestPluginBase &&  )
default

Friends And Related Function Documentation

◆ PluginLoader

friend class PluginLoader
friend

Member Data Documentation

◆ SECTION_NAME

TESSERACT_COMMON_IGNORE_WARNINGS_PUSH TESSERACT_COMMON_IGNORE_WARNINGS_POP const std::string tesseract_common::TestPluginBase::SECTION_NAME = "TestBase"
staticprotected

The documentation for this class was generated from the following files: