Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateOr0#

ClassList > SBCFunctorPredicateOr0

This class describes a predicate that is true if at least one of two predicates is true.

  • #include <SBCFunctorPredicateOr.hpp>

Inherits the following classes: SBCFunctorPredicate0

Public Functions#

Type Name
SBCFunctorPredicateOr0 (const SBCFunctorPredicate0 * firstPredicate, const SBCFunctorPredicate0 * secondPredicate)
virtual SBCFunctorPredicateOr0 * clone () override const
virtual bool operator() () override
virtual bool operator() () override const
virtual ~SBCFunctorPredicateOr0 ()

Public Functions Documentation#

function SBCFunctorPredicateOr0#

SBCFunctorPredicateOr0::SBCFunctorPredicateOr0 (
    const SBCFunctorPredicate0 * firstPredicate,
    const SBCFunctorPredicate0 * secondPredicate
) 

function clone#

virtual SBCFunctorPredicateOr0 * SBCFunctorPredicateOr0::clone () override const

Implements SBCFunctor::clone


function operator() [1/2]#

virtual bool SBCFunctorPredicateOr0::operator() () override

function operator() [2/2]#

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

function ~SBCFunctorPredicateOr0#

virtual SBCFunctorPredicateOr0::~SBCFunctorPredicateOr0 ()