The Gaudi Framework  master (37c0b60a)
Property.cpp File Reference
#include <algorithm>
#include <functional>
#include <iostream>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>
#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 <boost/algorithm/string/compare.hpp>
Include dependency graph for Property.cpp:

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)
 

Macro Definition Documentation

◆ GAUDI_PROPERTY_PARSING_ERROR_DEFAULT_POLICY

#define GAUDI_PROPERTY_PARSING_ERROR_DEFAULT_POLICY   Exception

Definition at line 519 of file Property.cpp.