#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 6 of file test_base.h.
| virtual test_base::Fubar::~Fubar | ( | ) | [inline, virtual] |
Definition at line 11 of file test_base.h.
| test_base::Fubar::Fubar | ( | ) | [inline, protected] |
Definition at line 14 of file test_base.h.
| virtual void test_base::Fubar::initialize | ( | double | foo | ) | [pure virtual] |
Implemented in test_plugins::Bar, and test_plugins::Foo.
| virtual double test_base::Fubar::result | ( | ) | [pure virtual] |
Implemented in test_plugins::Bar, and test_plugins::Foo.