Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor3#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>

ClassList > SBCFunctor3

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate3, SBCFunctorConstant3, SBCFunctorDivide3, SBCFunctorMinus3, SBCFunctorPlus3, SBCFunctorPredicate3, SBCFunctorTimes3

Public Functions#

Type Name
SBCFunctor3 ()
SBCFunctor3 (const SBCFunctor3 &) = delete
virtual SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * clone () override const
virtual Output operator() (SB_MAKE_FUNCTION_ARGUMENTS(3)) = 0
virtual Output operator() (SB_MAKE_FUNCTION_ARGUMENTS(3)) const = 0
SBCFunctor3 & operator= (const SBCFunctor3 &) = delete
virtual ~SBCFunctor3 ()

Public Functions inherited from SBCFunctor#

See SBCFunctor

Type Name
SBCFunctor ()
Constructs a functor.
virtual SBCFunctor * clone () const
virtual ~SBCFunctor ()
Destructs the functor.

Public Functions Documentation#

function SBCFunctor3 [1/2]#

inline SBCFunctor3::SBCFunctor3 () 

function SBCFunctor3 [2/2]#

SBCFunctor3::SBCFunctor3 (
    const SBCFunctor3 &
) = delete

function clone#

inline virtual SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * SBCFunctor3::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor3::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(3)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor3::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(3)
) const = 0

function operator=#

SBCFunctor3 & SBCFunctor3::operator= (
    const SBCFunctor3 &
) = delete

function ~SBCFunctor3#

inline virtual SBCFunctor3::~SBCFunctor3 ()