Binder Class Reference

#include <Script.h>

List of all members.

Public Member Functions

 Binder (lua_State *L)
void init (const char *tname, const luaL_reg *flist)
void pushnumber (double v)
double checknumber (int index)
void pushstring (const char *s)
const char * checkstring (int index)
void pushusertype (void *udata, const char *tname)
void * checkusertype (int index, const char *tname)

Private Attributes

lua_State * L


Constructor & Destructor Documentation

Binder::Binder ( lua_State *  L  ) 


Member Function Documentation

void Binder::init ( const char *  tname,
const luaL_reg *  flist 
)

void Binder::pushnumber ( double  v  ) 

double Binder::checknumber ( int  index  ) 

void Binder::pushstring ( const char *  s  ) 

const char * Binder::checkstring ( int  index  ) 

void Binder::pushusertype ( void *  udata,
const char *  tname 
)

void * Binder::checkusertype ( int  index,
const char *  tname 
)


Member Data Documentation

lua_State* Binder::L [private]


The documentation for this class was generated from the following files:

Generated on Thu Mar 19 19:35:07 2009 for CubicVR by  doxygen 1.5.6