Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions

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.

{ }

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.

  { 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.

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

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 Thu Jun 28 2012 23:27:43 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004