![]() |
GenericContainer
GenericContaine a tool for C++ programming
|
#include "GenericContainer.hh"
Go to the source code of this file.
Classes | |
class | GC_namespace::LuaInterpreter |
A class implementing a simple Lua interpreter. More... | |
Namespaces | |
namespace | GC_namespace |
Functions | |
void | GC_namespace::Lua_global_to_GC (void *void_L, char const *global_var, GenericContainer &gc) |
Convert a Lua global variable to a GenericContainer . | |
void | GC_namespace::Lua_GC_to_global (void *void_L, GenericContainer const &gc, char const *global_var) |
Convert a GenericContainer to a Lua global variable. | |