|
nngn
|
#include <cstdlib>#include "lua/function.h"#include "lua/register.h"#include "lua/table.h"#include "platform.h"
Namespaces | |
| namespace | anonymous_namespace{lua_platform.cpp} |
Functions | |
| nngn::lua::table_view | anonymous_namespace{lua_platform.cpp}::argv (nngn::lua::state_view lua) |
| void | anonymous_namespace{lua_platform.cpp}::setenv_ (std::string_view name, std::string_view value) |
| bool | anonymous_namespace{lua_platform.cpp}::ferror_ (nngn::lua::state_view lua) |
| void | anonymous_namespace{lua_platform.cpp}::clearerr_ (nngn::lua::state_view lua) |
| bool | anonymous_namespace{lua_platform.cpp}::set_non_blocking (nngn::lua::state_view lua) |
| void | anonymous_namespace{lua_platform.cpp}::register_platform (nngn::lua::table_view t) |