Public Member Functions | |
| virtual | ~IMyIFConverter () |
Public Member Functions inherited from IFunctorT< int, float > | |
| 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 () |
Additional Inherited Members | |
Public Types inherited from IFunctorT< int, float > | |
| typedef int | input_type |
| typedef float | output_type |
| typedef IFunctorT< int, float > | 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 |
Definition at line 34 of file test_onion.cxx.
|
inlinevirtual |
Definition at line 37 of file test_onion.cxx.
1.8.11