Marsyas
0.6.0-alpha
|
#include <MarControlValue.h>
Static Public Member Functions | |
static MarControlValue * | divide (MarControlValueT< T > *lhs, MarControlValue *rhs) |
static MarControlValue * | multiply (MarControlValueT< T > *lhs, MarControlValue *rhs) |
static MarControlValue * | subtract (MarControlValueT< T > *lhs, MarControlValue *rhs) |
static MarControlValue * | sum (MarControlValueT< T > *lhs, MarControlValue *rhs) |
Definition at line 449 of file MarControlValue.h.
static MarControlValue* divide | ( | MarControlValueT< T > * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 511 of file MarControlValue.h.
static MarControlValue* multiply | ( | MarControlValueT< T > * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 491 of file MarControlValue.h.
static MarControlValue* subtract | ( | MarControlValueT< T > * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 471 of file MarControlValue.h.
static MarControlValue* sum | ( | MarControlValueT< T > * | lhs, |
MarControlValue * | rhs | ||
) | [inline, static] |
Definition at line 451 of file MarControlValue.h.