#include <test_base.h>
Public Member Functions | |
virtual void | initialize (double foo)=0 |
virtual double | result ()=0 |
virtual | ~Fubar () |
Protected Member Functions | |
Fubar () | |
Definition at line 35 of file test_base.h.
|
inlinevirtual |
Definition at line 40 of file test_base.h.
|
inlineprotected |
Definition at line 43 of file test_base.h.
|
pure virtual |
Implemented in test_plugins::Foo, and test_plugins::Bar.
|
pure virtual |
Implemented in test_plugins::Foo, and test_plugins::Bar.