The Gaudi Framework
v29r0 (ff2e7097)
|
Go to the source code of this file.
Classes | |
class | Gaudi::Property< TYPE, VERIFIER, HANDLERS > |
Implementation of property with value of concrete type. More... | |
Namespaces | |
Gaudi | |
Helper functions to set/get the application return code. | |
Gaudi::Details | |
Gaudi::Details::Property | |
Macros | |
#define | GAUDI_PROPERTY_v2 |
Forward declarations for Property.h. More... | |
Typedefs | |
using | Property = Gaudi::Details::PropertyBase |
backward compatibility hack for old Property base class More... | |
template<class TYPE , class VERIFIER = Gaudi::Details::Property::NullVerifier, class HANDLERS = Gaudi::Details::Property::UpdateHandler> | |
using | PropertyWithValue = Gaudi::Property< TYPE, VERIFIER, HANDLERS > |
backward compatibility hack for PropertyWithValue More... | |
#define GAUDI_PROPERTY_v2 |
Forward declarations for Property.h.
macro to help implementing backward compatible changed in derived projects
Definition at line 8 of file PropertyFwd.h.
using Property = Gaudi::Details::PropertyBase |
backward compatibility hack for old Property base class
Definition at line 28 of file PropertyFwd.h.
using PropertyWithValue = Gaudi::Property<TYPE, VERIFIER, HANDLERS> |
backward compatibility hack for PropertyWithValue
Definition at line 35 of file PropertyFwd.h.