Public Member Functions | Static Public Member Functions
CTestPlugin Class Reference

Class to test plugin handling. More...

#include <mia/core/testplugin.hh>

Inheritance diagram for CTestPlugin:
TPlugin< test_plugin_data, test_plugin_type > CPluginBase

Public Member Functions

 CTestPlugin (const char *name)
 Construct the test plugin with the given name.
- Public Member Functions inherited from TPlugin< test_plugin_data, test_plugin_type >
virtual void get_help (std::ostream &os) const
const std::string get_long_name () const
 TPlugin (const char *name)
- Public Member Functions inherited from CPluginBase
void add_dependend_handlers (HandlerHelpMap &handler_map)
void add_parameter (const std::string &name, CParameter *param)
void append_interface (CPluginBase *plugin)
void check_parameters ()
 CPluginBase (const char *name)
const std::string get_descr () const
void get_help_xml (xmlpp::Element &root) const
PPluginModule get_module () const
const char * get_name () const
void get_short_help (std::ostream &os) const
bool has_property (const char *property) const
CPluginBasenext_interface ()
void set_module (const PPluginModule &module)
void set_parameters (const CParsedOptions &options)
virtual ~CPluginBase ()

Static Public Member Functions

::boost::filesystem::path search_path ()

Additional Inherited Members

- Public Types inherited from TPlugin< test_plugin_data, test_plugin_type >
typedef test_plugin_data PlugData
 Typedef for the data type descriptor handled by this plug-in.
typedef test_plugin_type PlugType
 Typedef for the plugin type descriptor handled by this plug-in.
- Protected Member Functions inherited from CPluginBase
void add_property (const char *property)

Detailed Description

Class to test plugin handling.

Definition at line 40 of file testplugin.hh.

Constructor & Destructor Documentation

CTestPlugin::CTestPlugin ( const char *  name)

Construct the test plugin with the given name.

Member Function Documentation

::boost::filesystem::path CTestPlugin::search_path ( )
static
Returns
the plugin search path for testing

Reimplemented from TPlugin< test_plugin_data, test_plugin_type >.


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