Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

lua Class Reference

The lua engine. More...

#include <mlua.h>

List of all members.

Public Member Functions

 ~lua ()
 Shut down clean.
bool execString (const char *str)
 Execute a string.
bool callFunc (const char *func, const char *sig,...)
 Call a lua function from c.

Static Public Member Functions

static luagetInstance ()
 Return the engine instance.

Public Attributes

wxString searchPath

Protected Member Functions

 lua ()
 Create a singleton engine.


Detailed Description

The lua engine.


Constructor & Destructor Documentation

lua::~lua  ) 
 

Shut down clean.

lua::lua  )  [protected]
 

Create a singleton engine.


Member Function Documentation

bool lua::callFunc const char *  func,
const char *  sig,
  ...
 

Call a lua function from c.

bool lua::execString const char *  str  ) 
 

Execute a string.

lua * lua::getInstance  )  [static]
 

Return the engine instance.


Member Data Documentation

wxString lua::searchPath
 


The documentation for this class was generated from the following files:
Generated on Fri Mar 10 12:32:03 2006 for MonkeyFish by  doxygen 1.4.4