Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

NullVerifier< T > Class Template Reference

Default, always true verifier. More...

#include <PropertyVerifier.h>

Inheritance diagram for NullVerifier< T >:

Inheritance graph
[legend]
Collaboration diagram for NullVerifier< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~NullVerifier ()
virtual bool isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const
template<>
bool isValid (const Gaudi::Histo1DDef *value) const


Detailed Description

template<class T>
class NullVerifier< T >

Default, always true verifier.

Author:
CTDay

Definition at line 48 of file PropertyVerifier.h.


Constructor & Destructor Documentation

template<class T>
virtual NullVerifier< T >::~NullVerifier (  )  [inline, virtual]

Definition at line 54 of file PropertyVerifier.h.

00054 { };


Member Function Documentation

template<class T>
virtual bool NullVerifier< T >::isValid ( const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal   )  const [inline, virtual]

Implements PropertyVerifier< T >.

Definition at line 61 of file PropertyVerifier.h.

00062   { return true; }

template<>
bool NullVerifier< Gaudi::Histo1DDef >::isValid ( const Gaudi::Histo1DDef *  value  )  const [inline]

Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2007-09-18

Definition at line 40 of file HistoProperty.h.

00041 { 
00042   return 0 != value && value->ok() ;
00043 }


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

Generated at Wed Mar 17 18:18:39 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004