HCE project C++ developers source code library
1.1.1
HCE project developer library
|
we cannot pure virtual for partial inheritance More...
#include <TPlugin.hpp>
Public Types | |
typedef Poco::SharedPtr< TPlugin > | Ptr |
Public Member Functions | |
TPlugin () | |
virtual | ~TPlugin () |
virtual void | process (LCoreData &)=0 |
Public Attributes | |
std::vector< ProcessInfo > | _exported |
we cannot pure virtual for partial inheritance
Definition at line 36 of file TPlugin.hpp.
typedef Poco::SharedPtr<TPlugin> HCE::component::TPlugin::Ptr |
Definition at line 39 of file TPlugin.hpp.
|
inline |
Definition at line 41 of file TPlugin.hpp.
|
inlinevirtual |
Definition at line 42 of file TPlugin.hpp.
|
pure virtual |
Implemented in HCE::component::TurglemPlugin, HCE::component::MecabPlugin, HCE::component::TagReducePlugin, HCE::component::SnowballPlugin, HCE::component::IcuPlugin, HCE::component::CldPlugin, HCE::component::BoostPlugin, and HCE::component::FakeHCRCPlugin.
std::vector<ProcessInfo> HCE::component::TPlugin::_exported |
Definition at line 46 of file TPlugin.hpp.