Marsyas
0.6.0-alpha
|
#include <MarControlValue.h>
Static Public Member Functions | |
template<typename LHS , typename RHS > | |
static MarControlValue * | add (MarControlValue *lhs, MarControlValue *rhs) |
template<typename LHS , typename RHS > | |
static MarControlValue * | divide (MarControlValue *lhs, MarControlValue *rhs) |
template<typename LHS , typename RHS > | |
static MarControlValue * | multiply (MarControlValue *lhs, MarControlValue *rhs) |
template<typename LHS , typename RHS > | |
static MarControlValue * | subtract (MarControlValue *lhs, MarControlValue *rhs) |
Definition at line 421 of file MarControlValue.h.
static MarControlValue* add | ( | MarControlValue * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 424 of file MarControlValue.h.
static MarControlValue* divide | ( | MarControlValue * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 442 of file MarControlValue.h.
static MarControlValue* multiply | ( | MarControlValue * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 436 of file MarControlValue.h.
static MarControlValue* subtract | ( | MarControlValue * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 430 of file MarControlValue.h.