#include <IWireSchema.h>
Public Member Functions | |
| virtual | ~IWireSchema () |
| virtual const WireSchema::Store & | wire_schema_store () const =0 |
| Return the field response data. More... | |
Public Member Functions inherited from WireCell::IComponent< IWireSchema > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IWireSchema > | |
| typedef std::shared_ptr< IWireSchema > | 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 19 of file IWireSchema.h.
|
virtual |
Definition at line 169 of file IfaceDesctructors.cxx.
|
pure virtual |
Return the field response data.
Implemented in WireCell::Gen::WireSchemaFile.
1.8.11