Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateEqualTo0#

template <typename Output>

ClassList > SBCFunctorPredicateEqualTo0

This class describes a predicate that is true when two functors return the same value.

  • #include "SBCFunctorPredicateEqualTo.hpp"

Inherits the following classes: SBCFunctorPredicate0

Public Functions#

Type Name
SBCFunctorPredicateEqualTo0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor)
Builds the functor predicate. The input functors are cloned internally.
virtual SBCFunctorPredicateEqualTo0 * clone () override const
Clones the functor.
virtual bool operator() () override
Performs the predicate's operations and returns the result.
virtual bool operator() () override const
Performs the predicate's operations and returns the result.
virtual ~SBCFunctorPredicateEqualTo0 ()
Destructor.

Public Functions Documentation#

function SBCFunctorPredicateEqualTo0#

Builds the functor predicate. The input functors are cloned internally.

inline SBCFunctorPredicateEqualTo0::SBCFunctorPredicateEqualTo0 (
    const SBCFunctor0< Output > * firstFunctor,
    const SBCFunctor0< Output > * secondFunctor
) 


function clone#

Clones the functor.

inline virtual SBCFunctorPredicateEqualTo0 * SBCFunctorPredicateEqualTo0::clone () override const

Implements SBCFunctor::clone


function operator()#

Performs the predicate's operations and returns the result.

inline virtual bool SBCFunctorPredicateEqualTo0::operator() () override


function operator()#

Performs the predicate's operations and returns the result.

inline virtual bool SBCFunctorPredicateEqualTo0::operator() () override const


function ~SBCFunctorPredicateEqualTo0#

Destructor.

inline virtual SBCFunctorPredicateEqualTo0::~SBCFunctorPredicateEqualTo0 ()