Public Types | |
| typedef InputType | input_type |
| typedef OutputType | output_type |
| typedef IFunctorT< InputType, OutputType > | this_type |
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 |
Public Member Functions | |
| virtual | ~IFunctorT () |
| virtual std::string | signature () |
| virtual bool | operator() (const std::shared_ptr< const input_type > &in, std::shared_ptr< const output_type > &out)=0 |
Public Member Functions inherited from IFunctor | |
| virtual | ~IFunctor () |
Public Member Functions inherited from WireCell::IComponent< IFunctor > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Definition at line 15 of file test_onion.cxx.
| typedef InputType IFunctorT< InputType, OutputType >::input_type |
Definition at line 18 of file test_onion.cxx.
| typedef OutputType IFunctorT< InputType, OutputType >::output_type |
Definition at line 19 of file test_onion.cxx.
| typedef IFunctorT<InputType,OutputType> IFunctorT< InputType, OutputType >::this_type |
Definition at line 20 of file test_onion.cxx.
|
inlinevirtual |
Definition at line 22 of file test_onion.cxx.
|
pure virtual |
Implemented in MyIFConverter.
|
inlinevirtual |
1.8.11