aot_top_get_val Interface

public interface aot_top_get_val

Calls

interface~~aot_top_get_val~2~~CallsGraph interface~aot_top_get_val~2 aot_top_get_val proc~get_top_string_vvect get_top_string_vvect interface~aot_top_get_val~2->proc~get_top_string_vvect proc~get_top_double_vvect get_top_double_vvect interface~aot_top_get_val~2->proc~get_top_double_vvect proc~get_top_real_vvect get_top_real_vvect interface~aot_top_get_val~2->proc~get_top_real_vvect proc~get_top_integer_vvect get_top_integer_vvect interface~aot_top_get_val~2->proc~get_top_integer_vvect proc~get_top_long_vvect get_top_long_vvect interface~aot_top_get_val~2->proc~get_top_long_vvect proc~get_top_logical_vvect get_top_logical_vvect interface~aot_top_get_val~2->proc~get_top_logical_vvect proc~aot_table_first aot_table_first proc~get_top_string_vvect->proc~aot_table_first proc~aot_table_top aot_table_top proc~get_top_string_vvect->proc~aot_table_top interface~aot_top_get_val~3 aot_top_get_val proc~get_top_string_vvect->interface~aot_top_get_val~3 proc~flu_next flu_next proc~get_top_string_vvect->proc~flu_next proc~aot_table_close aot_table_close proc~get_top_string_vvect->proc~aot_table_close proc~aot_table_length aot_table_length proc~get_top_string_vvect->proc~aot_table_length flu_isstring flu_isstring proc~get_top_string_vvect->flu_isstring proc~get_top_double_vvect->proc~aot_table_first proc~get_top_double_vvect->proc~aot_table_top proc~get_top_double_vvect->interface~aot_top_get_val~3 proc~get_top_double_vvect->proc~flu_next proc~flu_isnumber flu_isnumber proc~get_top_double_vvect->proc~flu_isnumber proc~get_top_double_vvect->proc~aot_table_close proc~get_top_double_vvect->proc~aot_table_length proc~get_top_real_vvect->proc~aot_table_first proc~get_top_real_vvect->proc~aot_table_top proc~get_top_real_vvect->interface~aot_top_get_val~3 proc~get_top_real_vvect->proc~flu_next proc~get_top_real_vvect->proc~flu_isnumber proc~get_top_real_vvect->proc~aot_table_close proc~get_top_real_vvect->proc~aot_table_length proc~get_top_integer_vvect->proc~aot_table_first proc~get_top_integer_vvect->proc~aot_table_top proc~get_top_integer_vvect->interface~aot_top_get_val~3 proc~get_top_integer_vvect->proc~flu_next proc~get_top_integer_vvect->proc~flu_isnumber proc~get_top_integer_vvect->proc~aot_table_close proc~get_top_integer_vvect->proc~aot_table_length proc~get_top_long_vvect->proc~aot_table_first proc~get_top_long_vvect->proc~aot_table_top proc~get_top_long_vvect->interface~aot_top_get_val~3 proc~get_top_long_vvect->proc~flu_next proc~get_top_long_vvect->proc~flu_isnumber proc~get_top_long_vvect->proc~aot_table_close proc~get_top_long_vvect->proc~aot_table_length proc~get_top_logical_vvect->proc~aot_table_first proc~get_top_logical_vvect->proc~aot_table_top proc~get_top_logical_vvect->interface~aot_top_get_val~3 proc~get_top_logical_vvect->proc~flu_next flu_isboolean flu_isboolean proc~get_top_logical_vvect->flu_isboolean proc~get_top_logical_vvect->proc~aot_table_close proc~get_top_logical_vvect->proc~aot_table_length proc~aot_table_first->proc~flu_next proc~flu_pushnil flu_pushnil proc~aot_table_first->proc~flu_pushnil proc~flu_pop flu_pop proc~aot_table_top->proc~flu_pop proc~flu_gettop flu_gettop proc~aot_table_top->proc~flu_gettop flu_istable flu_istable proc~aot_table_top->flu_istable proc~aot_top_get_extdouble aot_top_get_extdouble interface~aot_top_get_val~3->proc~aot_top_get_extdouble interface~lua_next lua_next proc~flu_next->interface~lua_next lua_isnumber lua_isnumber proc~flu_isnumber->lua_isnumber proc~flu_settop flu_settop proc~aot_table_close->proc~flu_settop proc~aot_table_length->proc~aot_table_first proc~aot_table_length->proc~flu_next proc~aot_table_length->proc~flu_pop proc~aot_top_get_extdouble->proc~flu_isnumber proc~aot_top_get_extdouble->proc~flu_pop proc~flu_todouble flu_todouble proc~aot_top_get_extdouble->proc~flu_todouble flu_isnoneornil flu_isnoneornil proc~aot_top_get_extdouble->flu_isnoneornil interface~lua_settop lua_settop proc~flu_pop->interface~lua_settop proc~flu_settop->interface~lua_settop interface~lua_gettop lua_gettop proc~flu_gettop->interface~lua_gettop interface~lua_pushnil lua_pushnil proc~flu_pushnil->interface~lua_pushnil interface~lua_tonumberx lua_tonumberx proc~flu_todouble->interface~lua_tonumberx

Contents


Module Procedures

private subroutine get_top_real_vvect(val, ErrCode, maxlength, L, default)

Arguments

TypeIntentOptionalAttributesName
real(kind=single_k), intent(out), allocatable:: val(:)

Vector read from the Lua table, will have the same length as the table but not exceed maxlength, if provided.

integer, intent(out), allocatable:: ErrCode(:)

Error code describing problems encountered in each of the components. Will be allocated with the same length as the returned vector. If the complete vector is not given in the Lua script, and no default is provided, an zerosized array will be returned.

integer, intent(in) :: maxlength

Maximal length to allocate for the vector.

type(flu_State) :: L

Handle to the lua script

real(kind=single_k), intent(in), optional :: default(:)

A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition.

private subroutine get_top_double_vvect(val, ErrCode, maxlength, L, default)

Arguments

TypeIntentOptionalAttributesName
real(kind=double_k), intent(out), allocatable:: val(:)

Vector read from the Lua table, will have the same length as the table but not exceed maxlength, if provided.

integer, intent(out), allocatable:: ErrCode(:)

Error code describing problems encountered in each of the components. Will be allocated with the same length as the returned vector. If the complete vector is not given in the Lua script, and no default is provided, an zerosized array will be returned.

integer, intent(in) :: maxlength

Maximal length to allocate for the vector.

type(flu_State) :: L

Handle to the lua script

real(kind=double_k), intent(in), optional :: default(:)

A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition.

private subroutine get_top_integer_vvect(val, ErrCode, maxlength, L, default)

Arguments

TypeIntentOptionalAttributesName
integer(kind=int_k), intent(out), allocatable:: val(:)

Vector read from the Lua table, will have the same length as the table but not exceed maxlength, if provided.

integer, intent(out), allocatable:: ErrCode(:)

Error code describing problems encountered in each of the components. Will be allocated with the same length as the returned vector. If the complete vector is not given in the Lua script, and no default is provided, an zerosized array will be returned.

integer, intent(in) :: maxlength

Maximal length to allocate for the vector.

type(flu_State) :: L

Handle to the lua script

integer(kind=int_k), intent(in), optional :: default(:)

A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition.

private subroutine get_top_long_vvect(val, ErrCode, maxlength, L, default)

Arguments

TypeIntentOptionalAttributesName
integer(kind=long_k), intent(out), allocatable:: val(:)

Vector read from the Lua table, will have the same length as the table but not exceed maxlength, if provided.

integer, intent(out), allocatable:: ErrCode(:)

Error code describing problems encountered in each of the components. Will be allocated with the same length as the returned vector. If the complete vector is not given in the Lua script, and no default is provided, an zerosized array will be returned.

integer, intent(in) :: maxlength

Maximal length to allocate for the vector.

type(flu_State) :: L

Handle to the lua script

integer(kind=long_k), intent(in), optional :: default(:)

A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition.

private subroutine get_top_logical_vvect(val, ErrCode, maxlength, L, default)

Arguments

TypeIntentOptionalAttributesName
logical, intent(out), allocatable:: val(:)

Vector read from the Lua table, will have the same length as the table but not exceed maxlength, if provided.

integer, intent(out), allocatable:: ErrCode(:)

Error code describing problems encountered in each of the components. Will be allocated with the same length as the returned vector. If the complete vector is not given in the Lua script, and no default is provided, an zerosized array will be returned.

integer, intent(in) :: maxlength

Maximal length to allocate for the vector.

type(flu_State) :: L

Handle to the lua script

logical, intent(in), optional :: default(:)

A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition.

private subroutine get_top_string_vvect(val, ErrCode, maxlength, L, default)

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(out), allocatable:: val(:)

Vector read from the Lua table, will have the same length as the table but not exceed maxlength, if provided.

integer, intent(out), allocatable:: ErrCode(:)

Error code describing problems encountered in each of the components. Will be allocated with the same length as the returned vector. If the complete vector is not given in the Lua script, and no default is provided, an zerosized array will be returned.

integer, intent(in) :: maxlength

Maximal length to allocate for the vector.

type(flu_State) :: L

Handle to the lua script

character(len=*), intent(in), optional :: default(:)

A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition.