The Gaudi Framework  v30r3 (a5ef0a68)
PropertyHolder.h File Reference
#include <algorithm>
#include <functional>
#include <iostream>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/DataObjectHandleProperty.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Property.h"
#include "GaudiKernel/detected.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...
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 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 (const std::string &v1, const std::string &v2)
 Helper for case insensitive string comparison. More...