All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NullVerifier< TYPE > Class Template Reference

Default, always true verifier. More...

#include <GaudiKernel/HistoProperty.h>

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

Public Member Functions

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

Detailed Description

template<class TYPE>
class NullVerifier< TYPE >

Default, always true verifier.

Author
CTDay

Definition at line 14 of file HistoProperty.h.

Constructor & Destructor Documentation

template<class TYPE >
virtual NullVerifier< TYPE >::~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<class TYPE >
virtual bool NullVerifier< TYPE >::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: