代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/368351/9700365
h lzio.h
/*
** $Id: lzio.h,v 1.21.1.1 2007/12/27 13:02:25 roberto Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#ifndef lzio_h
#define lzio_h
#include "lua.h"
#include "lmem.h"
#define EO
www.eeworm.com/read/368351/9700369
h ldo.h
/*
** $Id: ldo.h,v 2.7.1.1 2007/12/27 13:02:25 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#ifndef ldo_h
#define ldo_h
#include "lobject.h"
#include "lstate
www.eeworm.com/read/368351/9700396
h lapi.h
/*
** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/
#ifndef lapi_h
#define lapi_h
#include "lobject.h"
LUAI_FUNC
www.eeworm.com/read/105158/15677028
h lstring.h
/*
** $Id: lstring.h,v 1.37 2002/08/16 14:45:55 roberto Exp $
** String table (keep all strings handled by Lua)
** See Copyright Notice in lua.h
*/
#ifndef lstring_h
#define lstring_h
#include "lob
www.eeworm.com/read/105158/15677029
h lvm.h
/*
** $Id: lvm.h,v 1.47 2002/11/14 16:16:21 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lvm_h
#define lvm_h
#include "ldo.h"
#include "lobject.h"
#include "ltm.
www.eeworm.com/read/105158/15677045
h ltable.h
/*
** $Id: ltable.h,v 1.44 2003/03/18 12:50:04 roberto Exp $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
#ifndef ltable_h
#define ltable_h
#include "lobject.h"
#define gnode(t,i) (&(t
www.eeworm.com/read/298327/3867469
install
INSTALL for Lua 5.1
* Building Lua
------------
Lua is built in the src directory, but the build process can be
controlled from the top-level Makefile.
Building Lua on Unix systems sh
www.eeworm.com/read/192391/5157185
cpp luatable.cpp
#include
#include
#include
#include
#include
#include
#include "lua-
www.eeworm.com/read/192080/5160072
cpp luatable.cpp
#include
#include
#include
#include
#include
#include
#include "lua-
www.eeworm.com/read/192391/5157181
h all.h
#ifndef _LUA_ALL_H
#define _LUA_ALL_H
/**
* @defgroup lua Lua C++ wrapper for scripting support
*
* Very simple to use Lua wrapper for C++ integration.
* Provides support for one-line C+