Neko zone based stack.
More...
|
procedure, non_overridable, pass(this) | init => stack_init |
|
procedure, non_overridable, pass(this) | free => stack_free |
|
procedure, non_overridable, pass(this) | clear => stack_clear |
|
procedure, non_overridable, pass(this) | size => stack_size |
|
procedure, non_overridable, pass(this) | is_empty => stack_is_empty |
|
procedure, non_overridable, pass(this) | push => stack_push |
|
|
class(*), dimension(:), allocatable | data |
|
integer | top_ |
|
integer | size_ |
|
Definition at line 133 of file stack.f90.
◆ array()
procedure, pass(this), public stack::stack_nz_t::array |
◆ clear()
procedure, non_overridable, pass(this) stack::stack_t::clear |
|
privateinherited |
◆ free()
procedure, non_overridable, pass(this) stack::stack_t::free |
|
privateinherited |
◆ init()
procedure, non_overridable, pass(this) stack::stack_t::init |
|
privateinherited |
◆ is_empty()
procedure, non_overridable, pass(this) stack::stack_t::is_empty |
|
privateinherited |
◆ pop()
procedure, pass(this), public stack::stack_nz_t::pop |
◆ push()
procedure, non_overridable, pass(this) stack::stack_t::push |
|
privateinherited |
◆ size()
procedure, non_overridable, pass(this) stack::stack_t::size |
|
privateinherited |
◆ data
class(*), dimension(:), allocatable stack::stack_t::data |
|
privateinherited |
◆ size_
integer stack::stack_t::size_ |
|
privateinherited |
◆ top_
integer stack::stack_t::top_ |
|
privateinherited |
The documentation for this type was generated from the following file:
- /home/runner/work/neko/neko/src/adt/stack.f90