dune-fem  2.4.1-rc
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::ValidateNotLess< T > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/validator.hh>

Inheritance diagram for Dune::Fem::ValidateNotLess< T >:
Inheritance graph

Public Member Functions

 ValidateNotLess (const T &threshold)
 
 ValidateNotLess (const ThisType &other)
 
bool operator() (const T &value) const
 
void print (std::ostream &s) const
 

Protected Attributes

const T threshold_
 

Constructor & Destructor Documentation

template<class T >
Dune::Fem::ValidateNotLess< T >::ValidateNotLess ( const T &  threshold)
inline
template<class T >
Dune::Fem::ValidateNotLess< T >::ValidateNotLess ( const ThisType other)
inline

Member Function Documentation

template<class T >
bool Dune::Fem::ValidateNotLess< T >::operator() ( const T &  value) const
inline
template<class T >
void Dune::Fem::ValidateNotLess< T >::print ( std::ostream &  s) const
inline

Member Data Documentation

template<class T >
const T Dune::Fem::ValidateNotLess< T >::threshold_
protected

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