Public Types | Static Public Member Functions | List of all members
sol::call_detail::lua_call_wrapper< T, policy_wrapper< F, Policies... >, is_index, is_variable, checked, boost, clean_stack, C > Struct Template Reference

#include <sol.hpp>

Public Types

typedef policy_wrapper< F, Policies... > P
 

Static Public Member Functions

template<std::size_t... In>
static int call (std::index_sequence< In... >, lua_State *L, P &fx)
 
static int call (lua_State *L, P &fx)
 

Detailed Description

template<typename T, typename F, typename... Policies, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename C>
struct sol::call_detail::lua_call_wrapper< T, policy_wrapper< F, Policies... >, is_index, is_variable, checked, boost, clean_stack, C >

Definition at line 17370 of file sol.hpp.

Member Typedef Documentation

template<typename T , typename F , typename... Policies, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename C >
typedef policy_wrapper<F, Policies...> sol::call_detail::lua_call_wrapper< T, policy_wrapper< F, Policies... >, is_index, is_variable, checked, boost, clean_stack, C >::P

Definition at line 17371 of file sol.hpp.

Member Function Documentation

template<typename T , typename F , typename... Policies, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename C >
template<std::size_t... In>
static int sol::call_detail::lua_call_wrapper< T, policy_wrapper< F, Policies... >, is_index, is_variable, checked, boost, clean_stack, C >::call ( std::index_sequence< In... >  ,
lua_State L,
P fx 
)
inlinestatic

Definition at line 17374 of file sol.hpp.

template<typename T , typename F , typename... Policies, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename C >
static int sol::call_detail::lua_call_wrapper< T, policy_wrapper< F, Policies... >, is_index, is_variable, checked, boost, clean_stack, C >::call ( lua_State L,
P fx 
)
inlinestatic

Definition at line 17380 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