![]() |
The Gaudi Framework
master (d98a2936)
|
#include <Gaudi/Property.h>
#include <GaudiKernel/GaudiHandle.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/PropertyHolder.h>
#include <GaudiKernel/SmartIF.h>
#include <GaudiKernel/ToStream.h>
#include <algorithm>
#include <boost/algorithm/string/compare.hpp>
#include <functional>
#include <memory>
#include <string>
#include <unordered_set>
#include <utility>
Go to the source code of this file.
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::Details::Property | |
Macros | |
#define | GAUDI_PROPERTY_PARSING_ERROR_DEFAULT_POLICY Exception |
Functions | |
ParsingErrorPolicy | Gaudi::Details::Property::parsingErrorPolicy () |
ParsingErrorPolicy | Gaudi::Details::Property::setParsingErrorPolicy (ParsingErrorPolicy p) |
#define GAUDI_PROPERTY_PARSING_ERROR_DEFAULT_POLICY Exception |
Definition at line 473 of file Property.cpp.