37#ifndef H_OGF_GOM_LUA_CALLABLE_H
38#define H_OGF_GOM_LUA_CALLABLE_H
41#include <OGF/gom/types/callable.h>
76 lua_State* lua_state_;
80 static index_t current_instance_id_;
A class that stores a variable of arbitrary type.
Represents a list of name-value pairs.
GOM wrapper around a LUA function.
~LuaCallable() override
LuaCallable destructor.
bool invoke(const ArgList &args, Any &ret_val) override
Invokes a method by method name.
LuaCallable(lua_State *L, int target_index)
LuaCallable constructor.
geo_index_t index_t
The type for storing and manipulating indices.
Global Graphite namespace.
Definitions common to all include files in the gom library.