libMesh::Predicates::is_null< T > Struct Template Reference

#include <single_predicates.h>

Inheritance diagram for libMesh::Predicates::is_null< T >:

List of all members.

Public Member Functions

virtual ~is_null ()
virtual bool operator() (const T &it) const

Protected Member Functions

virtual predicate< T > * clone () const

Friends

struct abstract_multi_predicate< T >

Detailed Description

template<typename T>
struct libMesh::Predicates::is_null< T >

Definition at line 68 of file single_predicates.h.


Constructor & Destructor Documentation

template<typename T>
virtual libMesh::Predicates::is_null< T >::~is_null (  )  [inline, virtual]

Definition at line 70 of file single_predicates.h.

00070 {}


Member Function Documentation

template<typename T>
virtual predicate<T>* libMesh::Predicates::is_null< T >::clone (  )  const [inline, protected, virtual]

Implements libMesh::Predicates::predicate< T >.

Reimplemented in libMesh::Predicates::not_null< T >.

Definition at line 74 of file single_predicates.h.

00074 { return new is_null<T>(*this); }

template<typename T>
virtual bool libMesh::Predicates::is_null< T >::operator() ( const T &  it  )  const [inline, virtual]

Implements libMesh::Predicates::predicate< T >.

Reimplemented in libMesh::Predicates::not_null< T >.

Definition at line 71 of file single_predicates.h.

00071 { return *it == NULL; }


Friends And Related Function Documentation

template<typename T>
friend struct abstract_multi_predicate< T > [friend, inherited]

Definition at line 60 of file single_predicates.h.


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:48 UTC

Hosted By:
SourceForge.net Logo