Predicates::not_level
Predicates::not_level
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
Predicates::not_level -
SYNOPSIS
#include <single_predicates.h>
Inherits Predicates::level< T >.
Public Member Functions
not_level (const unsigned int l)
virtual bool operator() (const T &it) const
Protected Member Functions
virtual predicate< T > * clone () const
Protected Attributes
const unsigned int _level
Friends
class abstract_multi_predicate< T >
Detailed Description
template<typename T> struct Predicates::not_level< T >
Definition at line 224 of file single_predicates.h.
Constructor & Destructor Documentation
template<typename T> Predicates::not_level< T >::not_level (const unsigned intl) [inline]
Definition at line 227 of file single_predicates.h.
: level<T>(l) {}
Member Function Documentation
template<typename T> virtual predicate<T>* Predicates::not_level< T >::clone () const [inline, protected, virtual]
Reimplemented from Predicates::level< T >.
Definition at line 232 of file single_predicates.h.
{ return new not_level<T>(*this); }
template<typename T> virtual bool Predicates::not_level< T >::operator() (const T &it) const [inline, virtual]
Reimplemented from Predicates::level< T >.
Definition at line 229 of file single_predicates.h.
{ return !level<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::level< T >::_level [protected, inherited]
Definition at line 216 of file single_predicates.h.
Referenced by Predicates::level< 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_level< T >
-
- Constructor & Destructor Documentation
-
- template<typename T> Predicates::not_level< T >::not_level (const unsigned intl) [inline]
-
- Member Function Documentation
-
- template<typename T> virtual predicate<T>* Predicates::not_level< T >::clone () const [inline, protected, virtual]
-
- template<typename T> virtual bool Predicates::not_level< 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::level< T >::_level [protected, inherited]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:58 GMT, April 16, 2011