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

Classes

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

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 }