Public Member Functions | List of all members
IMyIFConverter Class Reference
Inheritance diagram for IMyIFConverter:
IFunctorT< int, float > IFunctor WireCell::IComponent< IFunctor > WireCell::Interface MyIFConverter

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< IFunctorpointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 

Detailed Description

Definition at line 34 of file test_onion.cxx.

Constructor & Destructor Documentation

virtual IMyIFConverter::~IMyIFConverter ( )
inlinevirtual

Definition at line 37 of file test_onion.cxx.

37 {}

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