![]() |
Project
|
#include <Plugins.h>
Public Member Functions | |
void | setInstance (T *instance_) |
T & | operator* () const |
T * | operator-> () const |
T * | get () const |
void | reset () |
Public Attributes | |
std::string | loadSpec |
T * | ptr = nullptr |
A service which can be loaded from a shared library. Description is the actual string "LibraryName:ServiceName" which can be used to load it.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::string o2::framework::LoadableServicePlugin< T >::loadSpec |
T* o2::framework::LoadableServicePlugin< T >::ptr = nullptr |