14 #ifndef AB_BALANCE_HPP 15 #define AB_BALANCE_HPP 46 #endif // AB_BALANCE_HPP
Balance(const Value &v, const Time &t)
AB_BALANCE * AB_Balance_new(const AB_VALUE *v, const GWEN_TIME *t)
const GWEN_TIME * AB_Balance_GetTime(const AB_BALANCE *b)
Value AB_CXXWRAP_GET0_CONST(getValue, AB_Balance_GetValue)
AB_CXXWRAP_CONSTRUCTORS(Balance, AB_Balance)
const AB_VALUE * AB_Balance_GetValue(const AB_BALANCE *b)
struct AB_BALANCE AB_BALANCE
void AB_Balance_SetValue(AB_BALANCE *b, const AB_VALUE *v)
AB_CXXWRAP_SET1(setValue, const Value &, AB_Balance_SetValue)