|
aqbanking
5.7.8
|
#include <balance.hpp>
Public Types | |
| typedef AB_BALANCE | wrapped_type |
Public Member Functions | |
| Balance (const Value &v, const Time &t) | |
| AB_CXXWRAP_CONSTRUCTORS (Balance, AB_Balance) | |
| Value | AB_CXXWRAP_GET0_CONST (getValue, AB_Balance_GetValue) |
| AB_CXXWRAP_SET1 (setValue, const Value &, AB_Balance_SetValue) | |
| const GWEN_TIME * | AB_CXXWRAP_GET0_CONST (getTime, AB_Balance_GetTime) |
A wrapper class around the AB_BALANCE type
Definition at line 27 of file balance.hpp.
| typedef AB_BALANCE AB::Balance::wrapped_type |
Definition at line 30 of file balance.hpp.
Definition at line 35 of file balance.hpp.
References AB_Balance_GetTime(), AB_Balance_GetValue(), AB_Balance_SetValue(), AB_CXXWRAP_CONSTRUCTORS(), AB_CXXWRAP_GET0_CONST(), and AB_CXXWRAP_SET1().
| Value AB::Balance::AB_CXXWRAP_GET0_CONST | ( | getValue | , |
| AB_Balance_GetValue | |||
| ) |
Referenced by Balance().
| const GWEN_TIME* AB::Balance::AB_CXXWRAP_GET0_CONST | ( | getTime | , |
| AB_Balance_GetTime | |||
| ) |
| AB::Balance::AB_CXXWRAP_SET1 | ( | setValue | , |
| const Value & | , | ||
| AB_Balance_SetValue | |||
| ) |
Referenced by Balance().
1.8.13