NullVerifier< T > Class Template Reference

Default, always true verifier. More...

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/HistoProperty.h>

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

Public Member Functions

virtual ~NullVerifier ()
 
virtual bool isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const
 
virtual ~NullVerifier ()
 
virtual bool isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const
 
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 ()
 
virtual ~PropertyVerifier ()
 

Detailed Description

template<class T>
class NullVerifier< T >

Default, always true verifier.

Author
CTDay

Definition at line 14 of file HistoProperty.h.

Constructor & Destructor Documentation

template<class T >
virtual NullVerifier< T >::~NullVerifier ( )
inlinevirtual

Definition at line 54 of file PropertyVerifier.h.

54 { }
template<class T >
virtual NullVerifier< T >::~NullVerifier ( )
inlinevirtual

Definition at line 54 of file PropertyVerifier.h.

54 { }

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 40 of file HistoProperty.h.

41 {
42  return 0 != value && value->ok() ;
43 }
bool ok() const
check if all fields are "reasonable"
Definition: HistoDef.h:102
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 40 of file HistoProperty.h.

41 {
42  return 0 != value && value->ok() ;
43 }
bool ok() const
check if all fields are "reasonable"
Definition: HistoDef.h:102
template<class T >
virtual bool NullVerifier< T >::isValid ( const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal  ) const
inlinevirtual

Implements PropertyVerifier< T >.

Definition at line 61 of file PropertyVerifier.h.

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

Implements PropertyVerifier< T >.

Definition at line 61 of file PropertyVerifier.h.

62  { return true; }

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