#include <sol.hpp>
Public Types | |
using | P = typename u_traits::type |
using | Real = typename u_traits::actual_type |
using | u_traits = unique_usertype_traits< T > |
Static Public Member Functions | |
template<typename Arg , typename... Args> | |
static int | push (lua_State *L, Arg &&arg, Args &&...args) |
template<typename... Args> | |
static int | push_deep (lua_State *L, Args &&...args) |
using sol::stack::stack_detail::uu_pusher< T >::P = typename u_traits::type |
using sol::stack::stack_detail::uu_pusher< T >::Real = typename u_traits::actual_type |
using sol::stack::stack_detail::uu_pusher< T >::u_traits = unique_usertype_traits<T> |
|
inlinestatic |
|
inlinestatic |