The Gaudi Framework  v36r7 (7f57a304)
Property.h File Reference
#include <GAUDI_VERSION.h>
#include <Gaudi/Property.h>
Include dependency graph for Property.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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

Typedef Documentation

◆ Property

\fixme backward compatibility hack for old Property base class

Definition at line 26 of file Property.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 33 of file Property.h.