lua_state_type Derived Type

type, public :: lua_state_type

Lua state type that stores the Lua pointer.


Inherits

type~~lua_state_type~~InheritsGraph type~lua_state_type lua_state_type c_ptr c_ptr type~lua_state_type->c_ptr ptr

Inherited by

type~~lua_state_type~~InheritedByGraph type~lua_state_type lua_state_type type~config_type config_type type~config_type->type~lua_state_type lua

Components

Type Visibility Attributes Name Initial
type(c_ptr), public :: ptr = c_null_ptr

C pointer to Lua interpreter.