Event emitted when income is received.
More...
#include <event.hpp>
Event emitted when income is received.
Definition at line 39 of file event.hpp.
◆ IncomeEvent()
| financesim::IncomeEvent::IncomeEvent |
( |
SimTime |
timestamp, |
|
|
std::string |
source_id, |
|
|
double |
amount, |
|
|
std::string |
category, |
|
|
std::string |
target_account = "" |
|
) |
| |
|
inline |
◆ amount()
| double financesim::IncomeEvent::amount |
( |
| ) |
const |
|
inline |
◆ category()
| const std::string & financesim::IncomeEvent::category |
( |
| ) |
const |
|
inline |
◆ target_account()
| const std::string & financesim::IncomeEvent::target_account |
( |
| ) |
const |
|
inline |
◆ type_name()
| const char * financesim::IncomeEvent::type_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ amount_
| double financesim::IncomeEvent::amount_ |
|
private |
◆ category_
| std::string financesim::IncomeEvent::category_ |
|
private |
◆ target_account_
| std::string financesim::IncomeEvent::target_account_ |
|
private |
The documentation for this class was generated from the following file: