#include <iso_data_multiply_function.h>
Inherits iso::data::ValueFunction.
Inheritance diagram for iso::data::MultiplyFunction:
Public Member Functions | |
MultiplyFunction () | |
~MultiplyFunction () | |
template<class ValueType> | |
void | registerValueType (const ValueType &pValueType) |
template<class ValueType> | |
bool | checkValueType (const ValueType &pValueType) |
Static Public Member Functions | |
template<class ValueType> | |
static void | apply (VoidValue &pValue) |
template<class ValueType> | |
static void | apply (VoidValue &pValue1, const VoidValue &pValue2) |
template<class ValueType> | |
static void | apply (VoidValue &pValue1, const VoidValue &pValue2, VoidValue &pValue3) |
Static Public Attributes | |
static const base::String | sName |
MultiplyFunction::MultiplyFunction | ( | ) |
MultiplyFunction::~MultiplyFunction | ( | ) |
void iso::data::MultiplyFunction::registerValueType | ( | const ValueType & | pValueType | ) |
bool iso::data::MultiplyFunction::checkValueType | ( | const ValueType & | pValueType | ) |
void iso::data::MultiplyFunction::apply | ( | VoidValue & | pValue | ) | [static] |
Reimplemented from iso::data::ValueFunction.
void iso::data::MultiplyFunction::apply | ( | VoidValue & | pValue1, | |
const VoidValue & | pValue2 | |||
) | [static] |
Reimplemented from iso::data::ValueFunction.
void iso::data::MultiplyFunction::apply | ( | VoidValue & | pValue1, | |
const VoidValue & | pValue2, | |||
VoidValue & | pValue3 | |||
) | [static] |
Reimplemented from iso::data::ValueFunction.
const base::String MultiplyFunction::sName [static] |
Reimplemented from iso::data::ValueFunction.