#include <test_plugins.h>

Public Member Functions | |
| Bar () | |
| double | getBar () |
| void | initialize (double foo) |
| double | result () |
Private Attributes | |
| double | foo_ |
Definition at line 8 of file test_plugins.h.
| test_plugins::Bar::Bar | ( | ) | [inline] |
Definition at line 11 of file test_plugins.h.
| double test_plugins::Bar::getBar | ( | ) | [inline] |
Definition at line 23 of file test_plugins.h.
| void test_plugins::Bar::initialize | ( | double | foo | ) | [inline, virtual] |
Implements test_base::Fubar.
Definition at line 13 of file test_plugins.h.
| double test_plugins::Bar::result | ( | ) | [inline, virtual] |
Implements test_base::Fubar.
Definition at line 18 of file test_plugins.h.
double test_plugins::Bar::foo_ [private] |
Definition at line 29 of file test_plugins.h.