Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateNot0#

ClassList > SBCFunctorPredicateNot0

This class describes a predicate that is the opposite of a predicate.

  • #include "SBCFunctorPredicateNot.hpp"

Inherits the following classes: SBCFunctorPredicate0

Public Functions#

Type Name
SBCFunctorPredicateNot0 (const SBCFunctorPredicate0 * predicate)
Builds the functor predicate. The input functors are cloned internally.
virtual SBCFunctorPredicateNot0 * 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 ~SBCFunctorPredicateNot0 ()
Destructor.

Public Functions Documentation#

function SBCFunctorPredicateNot0#

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

SBCFunctorPredicateNot0::SBCFunctorPredicateNot0 (
    const SBCFunctorPredicate0 * predicate
) 


function clone#

Clones the functor.

virtual SBCFunctorPredicateNot0 * SBCFunctorPredicateNot0::clone () override const

Implements SBCFunctor::clone


function operator()#

Performs the predicate's operations and returns the result.

virtual bool SBCFunctorPredicateNot0::operator() () override


function operator()#

Performs the predicate's operations and returns the result.

virtual bool SBCFunctorPredicateNot0::operator() () override const


function ~SBCFunctorPredicateNot0#

Destructor.

virtual SBCFunctorPredicateNot0::~SBCFunctorPredicateNot0 ()