LU_STACK_T Derived Type

type, private, bind(c) :: LU_STACK_T


Inherits

type~~lu_stack_t~~InheritsGraph type~lu_stack_t LU_STACK_T C_PTR C_PTR type~lu_stack_t->C_PTR array

Inherited by

type~~lu_stack_t~~InheritedByGraph type~lu_stack_t LU_STACK_T type~globallu_t GLOBALLU_T type~globallu_t->type~lu_stack_t stack type~sulu_env SULU_ENV type~sulu_env->type~globallu_t Glu

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer(kind=C_INT), public :: size
integer(kind=C_INT), public :: used
integer(kind=C_INT), public :: top1
integer(kind=C_INT), public :: top2
type(C_PTR), public :: array

Source Code

type, bind(c) :: LU_STACK_T
   integer(kind=C_INT) :: size
   integer(kind=C_INT) :: used
   integer(kind=C_INT) :: top1
   integer(kind=C_INT) :: top2
   type(C_PTR)         :: array
endtype LU_STACK_T