Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Base type for a hash table iterator. More...
Public Member Functions | |
procedure, pass(this), public | next => htable_iter_next |
procedure, pass(this), public | reset => htable_iter_reset |
procedure, pass(this), public | data => htable_iter_data |
Public Attributes | |
class(htable_t), pointer | t |
Private Attributes | |
integer, private | n |
Definition at line 156 of file htable.f90.
procedure, pass(this), public htable::htable_iter_t::data |
Definition at line 162 of file htable.f90.
procedure, pass(this), public htable::htable_iter_t::next |
Definition at line 160 of file htable.f90.
procedure, pass(this), public htable::htable_iter_t::reset |
Definition at line 161 of file htable.f90.
|
private |
Definition at line 157 of file htable.f90.
class(htable_t), pointer htable::htable_iter_t::t |
Definition at line 158 of file htable.f90.