aqbanking
5.7.8
|
#include <value.hpp>
Public Types | |
typedef AB_VALUE | wrapped_type |
Static Public Member Functions | |
static Value | fromString (const std::string &s) |
typedef AB_VALUE AB::Value::wrapped_type |
|
inline |
Extra constructor: Create this value from a double.
Definition at line 40 of file value.hpp.
Referenced by fromString().
|
inline |
Extra constructor: Create this value from two integer values for numerator and denominator.
AB::Value::AB_CXXWRAP_CONSTRUCTOR0 | ( | Value | , |
AB_Value | |||
) |
AB::Value::AB_CXXWRAP_CONSTRUCTORS | ( | Value | , |
AB_Value | |||
) |
int AB::Value::AB_CXXWRAP_GET0 | ( | negate | , |
AB_Value_Negate | |||
) |
Referenced by toString().
long int AB::Value::AB_CXXWRAP_GET0_CONST | ( | getNum | , |
AB_Value_Num | |||
) |
Referenced by toString().
long int AB::Value::AB_CXXWRAP_GET0_CONST | ( | getDenom | , |
AB_Value_Denom | |||
) |
double AB::Value::AB_CXXWRAP_GET0_CONST | ( | getValueAsDouble | , |
AB_Value_GetValueAsDouble | |||
) |
bool AB::Value::AB_CXXWRAP_GET0_CONST | ( | isZero | , |
AB_Value_IsZero | |||
) |
bool AB::Value::AB_CXXWRAP_GET0_CONST | ( | isNegative | , |
AB_Value_IsNegative | |||
) |
bool AB::Value::AB_CXXWRAP_GET0_CONST | ( | isPositive | , |
AB_Value_IsPositive | |||
) |
std::string AB::Value::AB_CXXWRAP_GET0_CONST | ( | getCurrency | , |
AB_Value_GetCurrency | |||
) |
int AB::Value::AB_CXXWRAP_GET1 | ( | addValue | , |
const Value & | , | ||
AB_Value_AddValue | |||
) |
Referenced by toString().
int AB::Value::AB_CXXWRAP_GET1 | ( | subValue | , |
const Value & | , | ||
AB_Value_SubValue | |||
) |
int AB::Value::AB_CXXWRAP_GET1 | ( | multValue | , |
const Value & | , | ||
AB_Value_MultValue | |||
) |
int AB::Value::AB_CXXWRAP_GET1 | ( | divValue | , |
const Value & | , | ||
AB_Value_DivValue | |||
) |
int AB::Value::AB_CXXWRAP_GET1_CONST | ( | compare | , |
const Value & | , | ||
AB_Value_Compare | |||
) |
Referenced by toString().
bool AB::Value::AB_CXXWRAP_GET1_CONST | ( | equal | , |
const Value & | , | ||
AB_Value_Equal | |||
) |
AB::Value::AB_CXXWRAP_SET0 | ( | setZero | , |
AB_Value_SetZero | |||
) |
Referenced by toString().
AB::Value::AB_CXXWRAP_SET1 | ( | setValueFromDouble | , |
double | , | ||
AB_Value_SetValueFromDouble | |||
) |
Referenced by toString().
|
inlinestatic |
Conversion from string.
Definition at line 95 of file value.hpp.
References AB_Value_fromString(), and Value().
|
inline |
Definition at line 89 of file value.hpp.
References AB_Value_SetCurrency().
|
inline |
Conversion to string.
Definition at line 51 of file value.hpp.
References AB_Value_toString().
|
inline |
Conversion to string.
Definition at line 57 of file value.hpp.
References AB_CXXWRAP_GET0(), AB_CXXWRAP_GET0_CONST(), AB_CXXWRAP_GET1(), AB_CXXWRAP_GET1_CONST(), AB_CXXWRAP_SET0(), AB_CXXWRAP_SET1(), AB_Value_AddValue(), AB_Value_Compare(), AB_Value_Denom(), AB_Value_DivValue(), AB_Value_Equal(), AB_Value_GetCurrency(), AB_Value_GetValueAsDouble(), AB_Value_IsNegative(), AB_Value_IsPositive(), AB_Value_IsZero(), AB_Value_MultValue(), AB_Value_Negate(), AB_Value_Num(), AB_Value_SetValueFromDouble(), AB_Value_SetZero(), and AB_Value_SubValue().