#include <iso_data_divide_function.h>
Inherits iso::data::ValueFunction.
Inheritance diagram for iso::data::DivideFunction:
Public Member Functions | |
DivideFunction () | |
~DivideFunction () | |
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 |
DivideFunction::DivideFunction | ( | ) |
DivideFunction::~DivideFunction | ( | ) |
void iso::data::DivideFunction::registerValueType | ( | const ValueType & | pValueType | ) |
bool iso::data::DivideFunction::checkValueType | ( | const ValueType & | pValueType | ) |
void iso::data::DivideFunction::apply | ( | VoidValue & | pValue | ) | [static] |
Reimplemented from iso::data::ValueFunction.
void iso::data::DivideFunction::apply | ( | VoidValue & | pValue1, | |
const VoidValue & | pValue2 | |||
) | [static] |
Reimplemented from iso::data::ValueFunction.
void iso::data::DivideFunction::apply | ( | VoidValue & | pValue1, | |
const VoidValue & | pValue2, | |||
VoidValue & | pValue3 | |||
) | [static] |
Reimplemented from iso::data::ValueFunction.
const base::String DivideFunction::sName [static] |
Reimplemented from iso::data::ValueFunction.