NullVerifier< T > Class Template Reference

Default, always true verifier. More...

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/HistoProperty.h>

Inheritance diagram for NullVerifier< T >:
Collaboration diagram for NullVerifier< T >:

Public Member Functions

 ~NullVerifier () override=default
 
bool isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const override
 
 ~NullVerifier () override=default
 
bool isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const override
 
template<>
bool isValid (const Gaudi::Histo1DDef *value) const
 
template<>
bool isValid (const Gaudi::Histo1DDef *value) const
 
- Public Member Functions inherited from PropertyVerifier< T >
virtual ~PropertyVerifier ()=default
 
virtual ~PropertyVerifier ()=default
 

Detailed Description

template<class T>
class NullVerifier< T >

Default, always true verifier.

Author
CTDay

Definition at line 12 of file HistoProperty.h.

Constructor & Destructor Documentation

template<class T >
NullVerifier< T >::~NullVerifier ( )
overridedefault
template<class T >
NullVerifier< T >::~NullVerifier ( )
overridedefault

Member Function Documentation

template<>
bool NullVerifier< Gaudi::Histo1DDef >::isValid ( const Gaudi::Histo1DDef value) const
inline
Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2007-09-18

Definition at line 38 of file HistoProperty.h.

39 {
40  return value && value->ok() ;
41 }
bool ok() const
check if all fields are "reasonable"
Definition: HistoDef.h:100
template<>
bool NullVerifier< Gaudi::Histo1DDef >::isValid ( const Gaudi::Histo1DDef value) const
inline
Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2007-09-18

Definition at line 38 of file HistoProperty.h.

39 {
40  return value && value->ok() ;
41 }
bool ok() const
check if all fields are "reasonable"
Definition: HistoDef.h:100
template<class T >
bool NullVerifier< T >::isValid ( const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal  ) const
inlineoverridevirtual

Implements PropertyVerifier< T >.

Definition at line 59 of file PropertyVerifier.h.

60  { return true; }
template<class T >
bool NullVerifier< T >::isValid ( const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal  ) const
inlineoverridevirtual

Implements PropertyVerifier< T >.

Definition at line 59 of file PropertyVerifier.h.

60  { return true; }

The documentation for this class was generated from the following files: