Predicates::subactive
Predicates::subactive
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
Predicates::subactive -
SYNOPSIS
#include <single_predicates.h>
Inherits Predicates::predicate< T >.
Inherited by Predicates::not_subactive< T >.
Public Member Functions
virtual ~subactive ()
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::subactive< T >
Definition at line 128 of file single_predicates.h.
Constructor & Destructor Documentation
template<typename T> virtual Predicates::subactive< T >::~subactive () [inline, virtual]
Definition at line 130 of file single_predicates.h.
{}
Member Function Documentation
template<typename T> virtual predicate<T>* Predicates::subactive< T >::clone () const [inline, protected, virtual]
Implements Predicates::predicate< T >.
Reimplemented in Predicates::not_subactive< T >.
Definition at line 134 of file single_predicates.h.
{ return new subactive<T>(*this); }
template<typename T> virtual bool Predicates::subactive< T >::operator() (const T &it) const [inline, virtual]
Implements Predicates::predicate< T >.
Reimplemented in Predicates::not_subactive< T >.
Definition at line 131 of file single_predicates.h.
{ return (*it)->subactive(); }
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::subactive< T >
-
- Constructor & Destructor Documentation
-
- template<typename T> virtual Predicates::subactive< T >::~subactive () [inline, virtual]
-
- Member Function Documentation
-
- template<typename T> virtual predicate<T>* Predicates::subactive< T >::clone () const [inline, protected, virtual]
-
- template<typename T> virtual bool Predicates::subactive< 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