ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
|
Header for agent type memory access. More...
Go to the source code of this file.
Macros | |
#define | ID (current_xmachine_reagency->id) |
Direct access to id of reagency agent memory variable. More... | |
#define | DAY_OF_MONTH_TO_ACT (current_xmachine_reagency->day_of_month_to_act) |
Direct access to day_of_month_to_act of reagency agent memory variable. More... | |
#define | IT_NO (current_xmachine_reagency->it_no) |
Direct access to it_no of reagency agent memory variable. More... | |
#define | MORTGAGES_INTEREST_RATE (current_xmachine_reagency->mortgages_interest_rate) |
Direct access to mortgages_interest_rate of reagency agent memory variable. More... | |
#define | HOUSING_TRANSACTIONS (current_xmachine_reagency->housing_transactions) |
Direct access to housing_transactions of reagency agent memory variable. More... | |
Header for agent type memory access.
Definition in file reagency_agent_header.h.
#define DAY_OF_MONTH_TO_ACT (current_xmachine_reagency->day_of_month_to_act) |
Direct access to day_of_month_to_act of reagency agent memory variable.
Definition at line 11 of file reagency_agent_header.h.
#define HOUSING_TRANSACTIONS (current_xmachine_reagency->housing_transactions) |
Direct access to housing_transactions of reagency agent memory variable.
Definition at line 20 of file reagency_agent_header.h.
#define ID (current_xmachine_reagency->id) |
Direct access to id of reagency agent memory variable.
Definition at line 8 of file reagency_agent_header.h.
#define IT_NO (current_xmachine_reagency->it_no) |
Direct access to it_no of reagency agent memory variable.
Definition at line 14 of file reagency_agent_header.h.
#define MORTGAGES_INTEREST_RATE (current_xmachine_reagency->mortgages_interest_rate) |
Direct access to mortgages_interest_rate of reagency agent memory variable.
Definition at line 17 of file reagency_agent_header.h.