Public Member Functions | |
| ISomeComponent () | |
| virtual | ~ISomeComponent () |
| virtual void | chirp ()=0 |
Public Member Functions inherited from WireCell::IComponent< ISomeComponent > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Private Attributes | |
| Log::logptr_t | l |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< ISomeComponent > | |
| typedef std::shared_ptr< ISomeComponent > | 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 9 of file test_namedfactory.cxx.
|
inline |
Definition at line 12 of file test_namedfactory.cxx.
|
inlinevirtual |
Definition at line 15 of file test_namedfactory.cxx.
|
pure virtual |
Implemented in SomeConcrete.
|
private |
Definition at line 10 of file test_namedfactory.cxx.
1.8.11