#include <test_plugins.h>
Public Member Functions | |
Foo () | |
void | initialize (double foo) |
double | result () |
Private Attributes | |
double | foo_ |
Definition at line 32 of file test_plugins.h.
test_plugins::Foo::Foo | ( | ) | [inline] |
Definition at line 35 of file test_plugins.h.
void test_plugins::Foo::initialize | ( | double | foo | ) | [inline, virtual] |
Implements test_base::Fubar.
Definition at line 37 of file test_plugins.h.
double test_plugins::Foo::result | ( | ) | [inline, virtual] |
Implements test_base::Fubar.
Definition at line 42 of file test_plugins.h.
double test_plugins::Foo::foo_ [private] |
Definition at line 48 of file test_plugins.h.