[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How to bind inherited C++ classes?
- From: Michael Kirsch <mkirsch358@...>
- Date: Fri, 30 Dec 2011 20:18:21 -0500
How do I bind C++ classes to Lua so that when I try to convert a Lua
object to a C++ class, it succeeds even if the object contains a C++
class that's derived from the one I want?