The Gaudi Framework  master (37c0b60a)
PropertyHolder.h File Reference
#include <algorithm>
#include <functional>
#include <iostream>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include <Gaudi/Property.h>
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/DataHandleProperty.h>
#include <GaudiKernel/INamedInterface.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/MsgStream.h>
#include <GaudiKernel/detected.h>
#include <Gaudi/Interfaces/IOptionsSvc.h>
Include dependency graph for PropertyHolder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gaudi::Details::is_gaudi_property< T >
 
struct  Gaudi::Details::is_gaudi_property< Gaudi::Property< TYPE, VERIFIER, HANDLERS > >
 
class  PropertyHolder< BASE >
 Helper class to implement the IProperty interface. More...
 
struct  PropertyHolder< BASE >::RemProperty
 

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 Gaudi::Details
 
 Gaudi::Utils
 

Typedefs

template<typename T >
using Gaudi::Details::PropertyType_t = typename std::remove_reference_t< T >::PropertyType
 
template<typename T >
using Gaudi::Details::PropertyType = Gaudi::cpp17::detected_or_t< Gaudi::Property< T >, PropertyType_t, T >
 

Functions

bool Gaudi::Utils::iequal (std::string_view v1, std::string_view v2)
 Helper for case insensitive string comparison. More...