Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
NullVerifier< TYPE > Class Template Reference

Default, always true verifier. More...

#include <HistoProperty.h>

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

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.

{ }

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.

{
return 0 != value && value->ok() ;
}
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.

{ return true; }

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

Generated at Wed Jun 4 2014 14:49:03 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004