aqbanking
5.0.24.0-git
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbankingpp
accountstatus.hpp
Go to the documentation of this file.
1
/***************************************************************************
2
$RCSfile$
3
-------------------
4
begin : Mon March 2 2011
5
copyright : (C) 2011 by Christian Stimming
6
email : christian@cstimming.de
7
8
***************************************************************************
9
* This file is part of the project "AqBanking". *
10
* Please see toplevel file COPYING of that project for license details. *
11
***************************************************************************/
12
13
14
#ifndef AB_ACCOUNTSTATUS_HPP
15
#define AB_ACCOUNTSTATUS_HPP
16
17
#include <
aqbanking/accstatus.h
>
18
19
#include <
aqbankingpp/cxxwrap.hpp
>
20
#include <
aqbankingpp/balance.hpp
>
21
#include <
aqbankingpp/time.hpp
>
22
#include <
aqbankingpp/value.hpp
>
23
24
namespace
AB
25
{
26
28
class
AccountStatus
29
{
30
public
:
31
typedef
AB_ACCOUNT_STATUS
wrapped_type
;
32
private
:
33
wrapped_type
* m_ptr;
34
public
:
35
36
AB_CXXWRAP_CONSTRUCTOR0
(
AccountStatus
, AB_AccountStatus);
37
AB_CXXWRAP_CONSTRUCTORS
(
AccountStatus
, AB_AccountStatus);
38
39
Time
AB_CXXWRAP_GET0_CONST
(getTime,
AB_AccountStatus_GetTime
);
40
Value
AB_CXXWRAP_GET0_CONST
(getBankLine,
AB_AccountStatus_GetBankLine
);
41
Value
AB_CXXWRAP_GET0_CONST
(getDisposable,
AB_AccountStatus_GetDisposable
);
42
Value
AB_CXXWRAP_GET0_CONST
(getDisposed,
AB_AccountStatus_GetDisposed
);
43
Balance
AB_CXXWRAP_GET0_CONST
(getBookedBalance,
AB_AccountStatus_GetBookedBalance
);
44
Balance
AB_CXXWRAP_GET0_CONST
(getNotedBalance,
AB_AccountStatus_GetNotedBalance
);
45
};
46
47
}
// END namespace AB
48
49
#endif // AB_ACCOUNTSTATUS_HPP
Generated on Tue Mar 25 2014 03:40:32 for aqbanking by
1.8.1.2