![]() |
MFIX
2016-1
|
Data Types | |
type | list_t |
Functions/Subroutines | |
subroutine | list_init (this) |
subroutine | list_add (this, value) |
integer function | list_pop (this) |
subroutine | list_del (this, value) |
integer function | list_get (this, index) |
integer function | list_get_length (this) |
subroutine list::list_add | ( | type(list_t), intent(inout) | this, |
integer, intent(in) | value | ||
) |
subroutine list::list_del | ( | type(list_t), intent(inout) | this, |
integer, intent(in) | value | ||
) |
integer function list::list_get | ( | type(list_t), intent(in) | this, |
integer | index | ||
) |
integer function list::list_get_length | ( | type(list_t), intent(in) | this | ) |
subroutine list::list_init | ( | type(list_t), intent(inout) | this | ) |