Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor13#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>

ClassList > SBCFunctor13

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate13, SBCFunctorConstant13, SBCFunctorDivide13, SBCFunctorMinus13, SBCFunctorPlus13, SBCFunctorPredicate13, SBCFunctorTimes13

Public Functions#

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

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

inline SBCFunctor13::SBCFunctor13 () 

function SBCFunctor13 [2/2]#

SBCFunctor13::SBCFunctor13 (
    const SBCFunctor13 &
) = delete

function clone#

inline virtual SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> * SBCFunctor13::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor13::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(13)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor13::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(13)
) const = 0

function operator=#

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

function ~SBCFunctor13#

inline virtual SBCFunctor13::~SBCFunctor13 ()