|
aqbanking
5.0.22
|
#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.
| AB::Balance::Balance | ( | const Value & | v, |
| const Time & | t | ||
| ) | [inline] |
Definition at line 35 of file balance.hpp.
| AB::Balance::AB_CXXWRAP_CONSTRUCTORS | ( | Balance | , |
| AB_Balance | |||
| ) |
| Value AB::Balance::AB_CXXWRAP_GET0_CONST | ( | getValue | , |
| AB_Balance_GetValue | |||
| ) |
| const GWEN_TIME* AB::Balance::AB_CXXWRAP_GET0_CONST | ( | getTime | , |
| AB_Balance_GetTime | |||
| ) |
| AB::Balance::AB_CXXWRAP_SET1 | ( | setValue | , |
| const Value & | , | ||
| AB_Balance_SetValue | |||
| ) |
1.7.6.1