#include <Interface.h>
Public Types | |
typedef std::shared_ptr< Interface > | pointer |
Public Member Functions | |
virtual | ~Interface () |
An interface defines some facet of functionality which is accessed by the type "pointer".
See also WireCell::IComponent.
Definition at line 13 of file Interface.h.
typedef std::shared_ptr<Interface> WireCell::Interface::pointer |
Definition at line 16 of file Interface.h.
|
virtual |
Definition at line 6 of file WireCellUtil.cxx.