Public Member Functions | |
virtual | ~IFunctor () |
virtual std::string | signature ()=0 |
Public Member Functions inherited from WireCell::IComponent< IFunctor > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IFunctor > | |
typedef std::shared_ptr< IFunctor > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 5 of file test_onion.cxx.
|
inlinevirtual |
Definition at line 8 of file test_onion.cxx.
|
pure virtual |
Implemented in IFunctorT< InputType, OutputType >, and IFunctorT< int, float >.