Scroll to navigation

tolua++5.1(1) Tolua++ tolua++5.1(1)

NAME

tolua++5.1 - lua language binding development helper program

SYNOPSIS

tolua++5.1 [ options ] input_file

DESCRIPTION

tolua++5.1 is a program to help in building applications using the tolua++5.1 library for the Lua scripting language.

OPTIONS

Command line options are:

Print version information.
Set output file; default is stdout.
Create include file.
Set package name; default is input file root name.
Parse only.
Parse and print structure information (for debugging).
disable support for c++ strings
-1
substract 1 to operator[] index (for compatibility with tolua5)
run lua file (with dofile()) before doing anything
disable automatic exporting of destructors for classes that have constructors (for compatibility with tolua5)
disable warnings for unsupported features (for compatibility with tolua5)
disable cleanup of included lua code (for easier debugging)
add extra values to the luastate
export a list of types asociates with the C++ typeid name
don't print warnings to the console
Print usage information.

Should the input file be omitted, stdin is assumed; in that case, the package name must be explicitly set.

AUTHOR

This manual page was originally written by Filip Van Raemdonck <mechanix@debian.org> and Jimmy Kaplowitz <jimmy@debian.org> for the Debian GNU/Linux system. It was expanded for tolua++5.1 by Cesare Tirabassi <norsetto@ubuntu.com> for the Ubuntu GNU/Linux system (but may be used by others).

20 Jul 2009