[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tolua++ protected members
- From: Ariel Manzur <puntob@...>
- Date: Tue, 10 Aug 2010 14:56:13 -0300
try this, it's (also) old, but it should work:
http://lua-users.org/wiki/ToluappClassAccessLabels
On Wed, Aug 4, 2010 at 5:19 PM, Anders Backman <andersb@cs.umu.se> wrote:
> Hi. Is it possible to get tolua++ to just ignore everything declared as
> private/protected in a .pkg file?
> Instead of having to scrap it from the .h files (less changes needed then).
> /A