Public Member Functions | |
| SomeConcrete () | |
| virtual | ~SomeConcrete () |
| virtual void | chirp () |
Public Member Functions inherited from ISomeComponent | |
| ISomeComponent () | |
| virtual | ~ISomeComponent () |
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 21 of file test_namedfactory.cxx.
|
inline |
Definition at line 24 of file test_namedfactory.cxx.
|
inlinevirtual |
Definition at line 27 of file test_namedfactory.cxx.
|
inlinevirtual |
|
private |
Definition at line 22 of file test_namedfactory.cxx.
1.8.11