Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
OGF::GOMLua::GraphiteRef Struct Reference

Representation of a pointer to a Graphite object in the LUA interpreter. More...

#include <OGF/gom/lua/lua_graphite_object.h>

Public Attributes

Objectobject
 
bool managed
 

Detailed Description

Representation of a pointer to a Graphite object in the LUA interpreter.

Contains a pointer to the Graphite object and a boolean that indicates whether reference counting should be done for the object. This is needed because the interpreter itself is a Graphite object, and is accessible through the "gom" global variable. If reference counting is enabled, then we got a circular reference that prevents the interpreter from being deallocated on exit.

Definition at line 62 of file lua_graphite_object.h.

Member Data Documentation

◆ managed

bool OGF::GOMLua::GraphiteRef::managed

Definition at line 64 of file lua_graphite_object.h.

◆ object

Object* OGF::GOMLua::GraphiteRef::object

Definition at line 63 of file lua_graphite_object.h.


The documentation for this struct was generated from the following file: