37#ifndef H_OGF_GOM_LUA_GRAPHITE_OBJECT_H
38#define H_OGF_GOM_LUA_GRAPHITE_OBJECT_H
74 bool lua_isgraphite(lua_State* L,
int index);
84 Object* lua_tographite(lua_State* L,
int index);
103 void lua_pushgraphite(
104 lua_State* L,
Object*
object,
bool managed=
true
The main class that interfaces the Python interpreter with Graphite.
Base class for all objects in the GOM system.
Global Graphite namespace.
Definitions common to all include files in the gom library.
Representation of a pointer to a Graphite object in the LUA interpreter.