variant_filter_iterator.h
variant_filter_iterator.h
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
variant_filter_iterator.h -
SYNOPSIS
Classes
class variant_filter_iterator< Predicate, Type, ReferenceType, PointerType >
struct variant_filter_iterator< Predicate, Type, ReferenceType, PointerType >::IterBase
struct variant_filter_iterator< Predicate, Type, ReferenceType, PointerType >::PredBase
struct variant_filter_iterator< Predicate, Type, ReferenceType, PointerType >::Iter< IterType >
struct variant_filter_iterator< Predicate, Type, ReferenceType, PointerType >::Pred< IterType, PredType >
Functions
template<class Predicate , class Type , class ReferenceType , class PointerType > bool operator== (const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &x, const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &y)
template<class Predicate , class Type , class ReferenceType , class PointerType > bool operator!= (const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &x, const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &y)
Function Documentation
template<class Predicate , class Type , class ReferenceType , class PointerType > bool operator!= (const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &x, const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &y) [inline]
Definition at line 507 of file variant_filter_iterator.h.
{
return !(x == y);
}
template<class Predicate , class Type , class ReferenceType , class PointerType > bool operator== (const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &x, const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &y) [inline]
Definition at line 496 of file variant_filter_iterator.h.
References variant_filter_iterator< Predicate, Type, ReferenceType, PointerType >::equal().
{
return x.equal(y);
}
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Classes
-
- Functions
-
- Function Documentation
-
- template<class Predicate , class Type , class ReferenceType , class PointerType > bool operator!= (const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &x, const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &y) [inline]
-
- template<class Predicate , class Type , class ReferenceType , class PointerType > bool operator== (const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &x, const variant_filter_iterator< Predicate, Type, ReferenceType, PointerType > &y) [inline]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:58:01 GMT, April 16, 2011