Diluculum::Impl::CppObject Struct Reference

#include <CppObject.hpp>

List of all members.

Public Attributes

void * ptr
 Pointer to the actual object.
bool deleteMe


Detailed Description

The data that is stored as userdata when a C++ object is exported to or instantiated in Lua.

Definition at line 38 of file CppObject.hpp.


Member Data Documentation

Should the ptr be deleted when the userdata is garbage-collected in Lua? Essentially, if the object is instantiated in Lua, it should be; if it is instantiated in C++, it doesn't.

Definition at line 49 of file CppObject.hpp.

Pointer to the actual object.

Definition at line 42 of file CppObject.hpp.


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

Generated on Fri Jan 15 22:07:24 2010 for Diluculum by  doxygen 1.5.9