![]() |
The Gaudi Framework
v36r16 (ea80daf8)
|
#include "GaudiKernel/GaudiHandle.h"
#include "GaudiKernel/IAlgTool.h"
#include "GaudiKernel/IBinder.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/IToolSvc.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/TaggedBool.h"
#include <stdexcept>
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | ToolHandleInfo |
General info and helper functions for toolhandles and arrays. More... | |
class | BaseToolHandle |
class | ToolHandle< T > |
class | ToolHandle< Gaudi::Interface::Bind::IBinder< IFace > > |
class | PublicToolHandle< T > |
Helper class to construct ToolHandle instances for public tools via the auto registering constructor. More... | |
class | ToolHandleArray< T > |
class | PublicToolHandleArray< T > |
Helper class to construct ToolHandle instances for public tools via the auto registering constructor. More... | |
Namespaces | |
Gaudi | |
Header file for std:chrono::duration-based Counters. | |
Typedefs | |
using | DisableTool = Gaudi::tagged_bool< class DisableTool_tag > |
using | EnableTool = Gaudi::tagged_bool< class EnableTool_tag > |
using DisableTool = Gaudi::tagged_bool<class DisableTool_tag> |
Definition at line 38 of file ToolHandle.h.
using EnableTool = Gaudi::tagged_bool<class EnableTool_tag> |
Definition at line 39 of file ToolHandle.h.