Diluculum::Impl::CppObject Struct Reference

#include <LuaWrappers.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 57 of file LuaWrappers.hpp.


Member Data Documentation

bool Diluculum::Impl::CppObject::deleteMe
 

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 68 of file LuaWrappers.hpp.

void* Diluculum::Impl::CppObject::ptr
 

Pointer to the actual object.

Definition at line 61 of file LuaWrappers.hpp.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 6 09:30:26 2007 for Diluculum by  doxygen 1.4.6