The Gaudi Framework  v36r9p1 (5c15b2bb)
FunctionalTool.h File Reference
Include dependency graph for FunctionalTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Functional::details::ToolBinder< Signature, Traits >
 
class  Gaudi::Functional::details::ToolBinder< Gaudi::Interface::Bind::Box< IFace >(Args const &...), Traits >
 

Namespaces

 Gaudi
 Header file for std:chrono::duration-based Counters.
 
 Gaudi::Functional
 
 Gaudi::Functional::details
 

Macros

#define GAUDI_FUNCTIONAL_TOOL_BINDER_USES_CREATE
 

Typedefs

template<typename Tr , typename Base = FixTESPath<AlgTool>>
using Gaudi::Functional::details::add_base_t = std::conditional_t< Gaudi::cpp17::is_detected_v< detail2::BaseClass_t, Tr >, Tr, Traits::use_< Tr, BaseClass_t< Base > >>
 
template<typename Signature , typename Traits_ = Traits::use_<Traits::BaseClass_t<AlgTool>>>
using Gaudi::Functional::ToolBinder = details::ToolBinder< Signature, Traits_ >
 

Macro Definition Documentation

◆ GAUDI_FUNCTIONAL_TOOL_BINDER_USES_CREATE

#define GAUDI_FUNCTIONAL_TOOL_BINDER_USES_CREATE

Definition at line 16 of file FunctionalTool.h.