Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

NullVerifier Class Template Reference

Default, always true verifier. More...

#include <GaudiKernel/PropertyVerifier.h>

Inheritance diagram for NullVerifier:

BoundedVerifier PropertyVerifier List of all members.

Public Methods

virtual ~NullVerifier ()
virtual bool isValid ( const T* ) const
 Check if the value is within bounds. More...


Static Public Methods

const NullVerifier< T >& theNullVerifier ()

Detailed Description

template<class T> template class NullVerifier

Default, always true verifier.

Author(s):
CTDay

Definition at line 102 of file PropertyVerifier.h.


Constructor & Destructor Documentation

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

Definition at line 110 of file PropertyVerifier.h.


Member Function Documentation

template<classT>
bool NullVerifier<T>::isValid ( const T * value ) const [inline, virtual]
 

Check if the value is within bounds.

Reimplemented from BoundedVerifier.

Definition at line 116 of file PropertyVerifier.h.

template<classT>
const NullVerifier< T >& NullVerifier< T >::theNullVerifier<T> ( ) [static]
 

Definition at line 18 of file PropertyVerifier.cpp.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:22:14 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000