Class SBCFunctorConstant0#
template <typename Output>
ClassList > SBCFunctorConstant0
This class describes a constant functor.
#include "SBCFunctorConstant.hpp"
Inherits the following classes: SBCFunctor0< Output >
Public Functions#
Type | Name |
---|---|
SBCFunctorConstant0 (const Output & v) Build the constant functcor with value v __ |
|
virtual SBCFunctorConstant0< Output > * | clone () const Clones the constant functor. |
virtual Output | operator() () Returns the value. |
virtual Output | operator() () const Returns the value. |
virtual | ~SBCFunctorConstant0 () Destructor. |
Public Functions Documentation#
function SBCFunctorConstant0#
Build the constant functcor with value v
__
function clone#
Clones the constant functor.
Implements SBCFunctor::clone
function operator()#
Returns the value.
function operator()#
Returns the value.
function ~SBCFunctorConstant0#
Destructor.