11#ifndef O2_FRAMEWORK_SERVICEHANDLE_H_
12#define O2_FRAMEWORK_SERVICEHANDLE_H_
51 std::string
name =
"unknown";
GLuint const GLchar * name
Defining PrimaryVertex explicitly as messageable.
ServiceKind
The kind of service we are asking for.
@ DeviceSerial
A Service which is not thread safe, therefore all accesses to it must be mutexed.
@ DeviceGlobal
A Service which is thread safe and therefore can be used by many threads the same time without risk.
@ DeviceStream
A Service which is specific to a given thread in a thread pool.
ServiceKind kind
Kind of service.
void * instance
Type erased pointer to a service.
unsigned int hash
Unique hash associated to the type of service.