The Gaudi Framework  v32r2 (46d42edc)
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
 Header file for std:chrono::duration-based Counters.
 
 Gaudi::Details
 
 Gaudi::Details::Property
 

Macros

#define GAUDI_PROPERTY_v2
 Forward declarations for Property.h. More...
 

Typedefs

using Property = Gaudi::Details::PropertyBase
 \fixme 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 >
 \fixme backward compatibility hack for PropertyWithValue More...
 

Macro Definition Documentation

◆ GAUDI_PROPERTY_v2

#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

◆ Property

\fixme backward compatibility hack for old Property base class

Definition at line 25 of file PropertyFwd.h.

◆ PropertyWithValue

template<class TYPE , class VERIFIER = Gaudi::Details::Property::NullVerifier, class HANDLERS = Gaudi::Details::Property::UpdateHandler>
using PropertyWithValue = Gaudi::Property<TYPE, VERIFIER, HANDLERS>

\fixme backward compatibility hack for PropertyWithValue

Definition at line 32 of file PropertyFwd.h.