Public Member Functions |
| AB_CXXWRAP_CONSTRUCTOR0 (Value, AB_Value) |
| AB_CXXWRAP_CONSTRUCTORS (Value, AB_Value) |
| Value (double d) |
| Value (long int num, long int denom) |
void | toString (GWEN_BUFFER *buf) const |
std::string | toString () const |
long int | AB_CXXWRAP_GET0_CONST (getNum, AB_Value_Num) |
long int | AB_CXXWRAP_GET0_CONST (getDenom, AB_Value_Denom) |
double | AB_CXXWRAP_GET0_CONST (getValueAsDouble, AB_Value_GetValueAsDouble) |
| AB_CXXWRAP_SET1 (setValueFromDouble, double, AB_Value_SetValueFromDouble) |
| AB_CXXWRAP_SET0 (setZero, AB_Value_SetZero) |
bool | AB_CXXWRAP_GET0_CONST (isZero, AB_Value_IsZero) |
bool | AB_CXXWRAP_GET0_CONST (isNegative, AB_Value_IsNegative) |
bool | AB_CXXWRAP_GET0_CONST (isPositive, AB_Value_IsPositive) |
int | AB_CXXWRAP_GET1_CONST (compare, const Value &, AB_Value_Compare) |
bool | AB_CXXWRAP_GET1_CONST (equal, const Value &, AB_Value_Equal) |
int | AB_CXXWRAP_GET1 (addValue, const Value &, AB_Value_AddValue) |
int | AB_CXXWRAP_GET1 (subValue, const Value &, AB_Value_SubValue) |
int | AB_CXXWRAP_GET1 (multValue, const Value &, AB_Value_MultValue) |
int | AB_CXXWRAP_GET1 (divValue, const Value &, AB_Value_DivValue) |
int | AB_CXXWRAP_GET0 (negate, AB_Value_Negate) |
std::string | AB_CXXWRAP_GET0_CONST (getCurrency, AB_Value_GetCurrency) |
void | setCurrency (const std::string &s) |
A wrapper class around the AB_VALUE rational number type
Definition at line 25 of file value.hpp.