Lines Matching refs:lutok
33 #include <lutok/c_gate.hpp>
34 #include <lutok/debug.hpp>
35 #include <lutok/exceptions.hpp>
36 #include <lutok/state.ipp>
39 /// Internal implementation for lutok::debug.
40 struct lutok::debug::impl {
47 lutok::debug::debug(void) :
54 lutok::debug::~debug(void)
67 lutok::debug::get_info(state& s, const std::string& what_)
72 throw lutok::api_error::from_stack(s, "lua_getinfo");
81 lutok::debug::get_stack(state& s, const int level)
93 lutok::debug::event(void) const
103 lutok::debug::name(void) const
114 lutok::debug::name_what(void) const
125 lutok::debug::what(void) const
136 lutok::debug::source(void) const
147 lutok::debug::current_line(void) const
157 lutok::debug::n_ups(void) const
167 lutok::debug::line_defined(void) const
178 lutok::debug::last_line_defined(void) const
188 lutok::debug::short_src(void) const