33 #ifndef __H__COMMON__UTIL__PROVIDER__
34 #define __H__COMMON__UTIL__PROVIDER__
46 template <
typename TClass>
54 static inline TClass&
get(){
Provider, holding a single instance of an object.
Definition: provider.h:48
static TClass & get()
returns a singleton based on the identifier
Definition: provider.h:54
TClass Type
type of provided object
Definition: provider.h:51