The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::Details::Property Namespace Reference

Classes

struct  BoundedVerifier
 
struct  DefaultStringConverter
 
struct  DefaultStringConverter< TYPE >
 
struct  DefaultStringConverterImpl
 
struct  NoHandler
 
struct  NullVerifier
 
struct  ReadHandler
 
struct  ReadUpdateHandler
 
struct  StringConverter
 
struct  StringConverter< DataObjIDColl >
 
struct  StringConverter< DataObjIDVector >
 
struct  SwapCall
 helper to disable a while triggering it, to avoid infinite recursion More...
 
struct  UpdateHandler
 

Typedefs

using ImmediatelyInvokeHandler = Gaudi::tagged_bool<class ImmediatelyInvokeHandler_tag>
 

Enumerations

enum class  ParsingErrorPolicy { Ignore , Warning , Exception , Abort }
 

Functions

ParsingErrorPolicy parsingErrorPolicy ()
 
ParsingErrorPolicy setParsingErrorPolicy (ParsingErrorPolicy p)
 

Typedef Documentation

◆ ImmediatelyInvokeHandler

Definition at line 23 of file Property.h.

Enumeration Type Documentation

◆ ParsingErrorPolicy

Function Documentation

◆ parsingErrorPolicy()

ParsingErrorPolicy Gaudi::Details::Property::parsingErrorPolicy ( )

Definition at line 476 of file Property.cpp.

476{ return g_parsingErrorPolicy; }

◆ setParsingErrorPolicy()

ParsingErrorPolicy Gaudi::Details::Property::setParsingErrorPolicy ( ParsingErrorPolicy p)

Definition at line 477 of file Property.cpp.

477 {
478 auto tmp = g_parsingErrorPolicy;
479 g_parsingErrorPolicy = p;
480 return tmp;
481 }