The Gaudi Framework  v30r3 (a5ef0a68)
PropertyFwd.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#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.

Typedef Documentation

backward compatibility hack for old Property base class

Definition at line 28 of file PropertyFwd.h.

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

Definition at line 35 of file PropertyFwd.h.