![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#include <algorithm>#include <functional>#include <iostream>#include <stdexcept>#include <string>#include <utility>#include <vector>#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/Property.h>#include "Gaudi/Interfaces/IOptionsSvc.h"

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 | |
| Header file for std:chrono::duration-based Counters. | |
| 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... | |