Predicates::not_pid
Predicates::not_pid
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
Predicates::not_pid -
SYNOPSIS
#include <single_predicates.h>
Inherits Predicates::pid< T >.
Public Member Functions
not_pid (const unsigned int p)
virtual bool operator() (const T &it) const
Protected Member Functions
virtual predicate< T > * clone () const
Protected Attributes
const unsigned int _pid
Friends
class abstract_multi_predicate< T >
Detailed Description
template<typename T> struct Predicates::not_pid< T >
Definition at line 171 of file single_predicates.h.
Constructor & Destructor Documentation
template<typename T> Predicates::not_pid< T >::not_pid (const unsigned intp) [inline]
Definition at line 173 of file single_predicates.h.
: pid<T>(p) {}
Member Function Documentation
template<typename T> virtual predicate<T>* Predicates::not_pid< T >::clone () const [inline, protected, virtual]
Reimplemented from Predicates::pid< T >.
Definition at line 178 of file single_predicates.h.
{ return new not_pid<T>(*this); }
template<typename T> virtual bool Predicates::not_pid< T >::operator() (const T &it) const [inline, virtual]
Reimplemented from Predicates::pid< T >.
Definition at line 175 of file single_predicates.h.
{ return !pid<T>::operator()(it); }
Friends And Related Function Documentation
template<typename T> friend class abstract_multi_predicate< T > [friend, inherited]
Definition at line 54 of file single_predicates.h.
Member Data Documentation
template<typename T> const unsigned int Predicates::pid< T >::_pid [protected, inherited]
Definition at line 163 of file single_predicates.h.
Referenced by Predicates::pid< T >::operator()().
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Protected Member Functions
-
- Protected Attributes
-
- Friends
-
- Detailed Description
-
- template<typename T> struct Predicates::not_pid< T >
-
- Constructor & Destructor Documentation
-
- template<typename T> Predicates::not_pid< T >::not_pid (const unsigned intp) [inline]
-
- Member Function Documentation
-
- template<typename T> virtual predicate<T>* Predicates::not_pid< T >::clone () const [inline, protected, virtual]
-
- template<typename T> virtual bool Predicates::not_pid< T >::operator() (const T &it) const [inline, virtual]
-
- Friends And Related Function Documentation
-
- template<typename T> friend class abstract_multi_predicate< T > [friend, inherited]
-
- Member Data Documentation
-
- template<typename T> const unsigned int Predicates::pid< T >::_pid [protected, inherited]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:58 GMT, April 16, 2011