#include <sol.hpp>
|
int | operator() (lua_State *L, int index, type expected, type actual) const noexcept(false) |
|
int | operator() (lua_State *L, int index, type expected, type actual, const char *message) const noexcept(false) |
|
int | operator() (lua_State *L, int index, type expected, type actual, const std::string &message) const noexcept(false) |
|
§ operator()() [1/3]
int sol::type_panic_t::operator() |
( |
lua_State * |
L, |
|
|
int |
index, |
|
|
type |
expected, |
|
|
type |
actual |
|
) |
| const |
|
inlinenoexcept |
int type_panic_c_str(lua_State *L, int index, type expected, type actual, const char *message=nullptr) noexcept(false)
Definition: sol.hpp:6343
§ operator()() [2/3]
int sol::type_panic_t::operator() |
( |
lua_State * |
L, |
|
|
int |
index, |
|
|
type |
expected, |
|
|
type |
actual, |
|
|
const char * |
message |
|
) |
| const |
|
inlinenoexcept |
int type_panic_c_str(lua_State *L, int index, type expected, type actual, const char *message=nullptr) noexcept(false)
Definition: sol.hpp:6343
§ operator()() [3/3]
int sol::type_panic_t::operator() |
( |
lua_State * |
L, |
|
|
int |
index, |
|
|
type |
expected, |
|
|
type |
actual, |
|
|
const std::string & |
message |
|
) |
| const |
|
inlinenoexcept |
int type_panic_string(lua_State *L, int index, type expected, type actual, const std::string &message="") noexcept(false)
Definition: sol.hpp:6334
The documentation for this struct was generated from the following file: