Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicate0#

ClassList > SBCFunctorPredicate0

Inherits the following classes: SBCFunctor0< bool >

Inherited by the following classes: SBCFunctorPredicateAnd0, SBCFunctorPredicateAndAnd0, SBCFunctorPredicateEqualTo0, SBCFunctorPredicateGreaterThan0, SBCFunctorPredicateGreaterThanOrEqualTo0, SBCFunctorPredicateLessThan0, SBCFunctorPredicateLessThanOrEqualTo0, SBCFunctorPredicateNot0, SBCFunctorPredicateNotEqualTo0, SBCFunctorPredicateOr0, SBCFunctorPredicateOrOr0, SBCFunctorPredicateXOr0

Public Functions#

Type Name
SBCFunctorPredicate0 ()
Builds the functor predicate.
virtual SBCFunctorPredicate0 * 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 ~SBCFunctorPredicate0 ()
Destructor.

Public Functions Documentation#

function SBCFunctorPredicate0#

Builds the functor predicate.

SBCFunctorPredicate0::SBCFunctorPredicate0 () 


function clone#

Clones the functor.

virtual SBCFunctorPredicate0 * SBCFunctorPredicate0::clone () override const


function operator()#

Performs the predicate's operations and returns the result.

virtual bool SBCFunctorPredicate0::operator() () override


function operator()#

Performs the predicate's operations and returns the result.

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


function ~SBCFunctorPredicate0#

Destructor.

virtual SBCFunctorPredicate0::~SBCFunctorPredicate0 ()