Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor8#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>

ClassList > SBCFunctor8

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate8, SBCFunctorConstant8, SBCFunctorDivide8, SBCFunctorMinus8, SBCFunctorPlus8, SBCFunctorPredicate8, SBCFunctorTimes8

Public Functions#

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

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

inline SBCFunctor8::SBCFunctor8 () 

function SBCFunctor8 [2/2]#

SBCFunctor8::SBCFunctor8 (
    const SBCFunctor8 &
) = delete

function clone#

inline virtual SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> * SBCFunctor8::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor8::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(8)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor8::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(8)
) const = 0

function operator=#

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

function ~SBCFunctor8#

inline virtual SBCFunctor8::~SBCFunctor8 ()