$extrastylesheet
libMesh::Predicates::not_pid< T > Struct Template Reference

#include <single_predicates.h>

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

List of all members.

Public Member Functions

 not_pid (const processor_id_type p)
virtual bool operator() (const T &it) const

Protected Member Functions

virtual predicate< T > * clone () const

Protected Attributes

const processor_id_type _pid

Friends

struct abstract_multi_predicate< T >

Detailed Description

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

Definition at line 225 of file single_predicates.h.


Constructor & Destructor Documentation

template<typename T>
libMesh::Predicates::not_pid< T >::not_pid ( const processor_id_type  p) [inline]

Definition at line 227 of file single_predicates.h.

: pid<T>(p) {}

Member Function Documentation

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

Reimplemented from libMesh::Predicates::pid< T >.

Definition at line 232 of file single_predicates.h.

{ return new not_pid<T>(*this); }
template<typename T>
virtual bool libMesh::Predicates::not_pid< T >::operator() ( const T &  it) const [inline, virtual]

Reimplemented from libMesh::Predicates::pid< T >.

Definition at line 229 of file single_predicates.h.

{ return !pid<T>::operator()(it); }

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.


Member Data Documentation

template<typename T>
const processor_id_type libMesh::Predicates::pid< T >::_pid [protected, inherited]

Definition at line 169 of file single_predicates.h.

Referenced by libMesh::Predicates::pid< T >::operator()().


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