Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor4#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>

ClassList > SBCFunctor4

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate4, SBCFunctorConstant4, SBCFunctorDivide4, SBCFunctorMinus4, SBCFunctorPlus4, SBCFunctorPredicate4, SBCFunctorTimes4

Public Functions#

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

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 SBCFunctor4 [1/2]#

inline SBCFunctor4::SBCFunctor4 () 

function SBCFunctor4 [2/2]#

SBCFunctor4::SBCFunctor4 (
    const SBCFunctor4 &
) = delete

function clone#

inline virtual SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> * SBCFunctor4::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor4::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(4)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor4::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(4)
) const = 0

function operator=#

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

function ~SBCFunctor4#

inline virtual SBCFunctor4::~SBCFunctor4 ()