Predicates::not_ancestor
Predicates::not_ancestor
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
Predicates::not_ancestor -
SYNOPSIS
#include <single_predicates.h>
Inherits Predicates::ancestor< T >.
Public Member Functions
virtual bool operator() (const T &it) const
Protected Member Functions
virtual predicate< T > * clone () const
Friends
class abstract_multi_predicate< T >
Detailed Description
template<typename T> struct Predicates::not_ancestor< T >
Definition at line 117 of file single_predicates.h.
Member Function Documentation
template<typename T> virtual predicate<T>* Predicates::not_ancestor< T >::clone () const [inline, protected, virtual]
Reimplemented from Predicates::ancestor< T >.
Definition at line 122 of file single_predicates.h.
{ return new not_ancestor<T>(*this); }
template<typename T> virtual bool Predicates::not_ancestor< T >::operator() (const T &it) const [inline, virtual]
Reimplemented from Predicates::ancestor< T >.
Definition at line 119 of file single_predicates.h.
{ return !ancestor<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.
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Protected Member Functions
-
- Friends
-
- Detailed Description
-
- template<typename T> struct Predicates::not_ancestor< T >
-
- Member Function Documentation
-
- template<typename T> virtual predicate<T>* Predicates::not_ancestor< T >::clone () const [inline, protected, virtual]
-
- template<typename T> virtual bool Predicates::not_ancestor< T >::operator() (const T &it) const [inline, virtual]
-
- Friends And Related Function Documentation
-
- template<typename T> friend class abstract_multi_predicate< T > [friend, inherited]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:58 GMT, April 16, 2011