Public Types | Public Member Functions | Static Public Member Functions | List of all members
sol::function_detail::upvalue_free_function< Function, is_yielding > Struct Template Reference

#include <sol.hpp>

Public Types

using function_type = std::remove_pointer_t< std::decay_t< Function >>
 
using traits_type = meta::bind_traits< function_type >
 

Public Member Functions

int operator() (lua_State *L)
 

Static Public Member Functions

static int call (lua_State *L)
 
static int real_call (lua_State *L) noexcept(traits_type::is_noexcept)
 

Detailed Description

template<typename Function, bool is_yielding>
struct sol::function_detail::upvalue_free_function< Function, is_yielding >

Definition at line 17605 of file sol.hpp.

Member Typedef Documentation

template<typename Function , bool is_yielding>
using sol::function_detail::upvalue_free_function< Function, is_yielding >::function_type = std::remove_pointer_t<std::decay_t<Function>>

Definition at line 17606 of file sol.hpp.

template<typename Function , bool is_yielding>
using sol::function_detail::upvalue_free_function< Function, is_yielding >::traits_type = meta::bind_traits<function_type>

Definition at line 17607 of file sol.hpp.

Member Function Documentation

template<typename Function , bool is_yielding>
static int sol::function_detail::upvalue_free_function< Function, is_yielding >::call ( lua_State L)
inlinestatic

Definition at line 17621 of file sol.hpp.

template<typename Function , bool is_yielding>
int sol::function_detail::upvalue_free_function< Function, is_yielding >::operator() ( lua_State L)
inline

Definition at line 17631 of file sol.hpp.

template<typename Function , bool is_yielding>
static int sol::function_detail::upvalue_free_function< Function, is_yielding >::real_call ( lua_State L)
inlinestaticnoexcept

Definition at line 17609 of file sol.hpp.


The documentation for this struct was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:52