Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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

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; }


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:31:23 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004