![]() |
The Gaudi Framework
master (82fdf313)
|
#include <GaudiKernel/GaudiException.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/IService.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/MsgStream.h>
#include <GaudiKernel/SmartIF.h>
#include <boost/thread/tss.hpp>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
struct | implementation_detail::add_name< Base > |
struct | implementation_detail::add_serviceLocator< Base > |
class | CommonMessagingBase |
class | CommonMessaging< BASE > |
Namespaces | |
namespace | implementation_detail |
Templated class to add the standard messaging functionalities. | |
Concepts | |
concept | implementation_detail::has_name |
concept | implementation_detail::has_serviceLocator |
Typedefs | |
template<typename Base> | |
using | add_name = std::conditional_t<implementation_detail::has_name<Base>, Base, implementation_detail::add_name<Base>> |
template<typename Base> | |
using | add_serviceLocator |
using add_name = std::conditional_t<implementation_detail::has_name<Base>, Base, implementation_detail::add_name<Base>> |
Definition at line 58 of file CommonMessaging.h.
using add_serviceLocator |
Definition at line 61 of file CommonMessaging.h.