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

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< 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 5 of file test_onion.cxx.

Constructor & Destructor Documentation

virtual IFunctor::~IFunctor ( )
inlinevirtual

Definition at line 8 of file test_onion.cxx.

8 {}

Member Function Documentation

virtual std::string IFunctor::signature ( )
pure virtual

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