Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
sol::u_detail::binding< K, Fq, T > Struct Template Reference

#include <sol.hpp>

Inheritance diagram for sol::u_detail::binding< K, Fq, T >:
Inheritance graph
[legend]

Public Types

using F = meta::conditional_t< meta::is_c_str_of_v< uF, char >||meta::is_c_str_of_v< uF, char16_t >||meta::is_c_str_of_v< uF, char32_t >||meta::is_c_str_of_v< uF, wchar_t >, std::add_pointer_t< std::add_const_t< std::remove_all_extents_t< Fq >>>, std::decay_t< Fq >>
 
using uF = meta::unqualified_t< Fq >
 

Public Member Functions

template<typename... Args>
 binding (Args &&...args)
 
virtual void * data () override
 
- Public Member Functions inherited from sol::u_detail::binding_base
virtual ~binding_base ()
 

Static Public Member Functions

template<bool is_index = true, bool is_variable = false>
static int call (lua_State *L)
 
template<bool is_index = true, bool is_variable = false>
static int call_ (lua_State *L)
 
template<bool is_index = true, bool is_variable = false>
static int call_with_ (lua_State *L, void *target)
 
template<bool is_index = true, bool is_variable = false>
static int index_call (lua_State *L)
 
template<bool is_index = true, bool is_variable = false>
static int index_call_ (lua_State *L)
 
template<bool is_index = true, bool is_variable = false>
static int index_call_with_ (lua_State *L, void *target)
 

Public Attributes

F data_
 

Detailed Description

template<typename K, typename Fq, typename T = void>
struct sol::u_detail::binding< K, Fq, T >

Definition at line 21750 of file sol.hpp.

Member Typedef Documentation

template<typename K , typename Fq , typename T = void>
using sol::u_detail::binding< K, Fq, T >::F = meta::conditional_t<meta::is_c_str_of_v<uF, char> || meta::is_c_str_of_v<uF, char16_t> || meta::is_c_str_of_v<uF, char32_t> || meta::is_c_str_of_v<uF, wchar_t>, std::add_pointer_t<std::add_const_t<std::remove_all_extents_t<Fq>>>, std::decay_t<Fq>>

Definition at line 21757 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
using sol::u_detail::binding< K, Fq, T >::uF = meta::unqualified_t<Fq>

Definition at line 21751 of file sol.hpp.

Constructor & Destructor Documentation

template<typename K , typename Fq , typename T = void>
template<typename... Args>
sol::u_detail::binding< K, Fq, T >::binding ( Args &&...  args)
inline

Definition at line 21761 of file sol.hpp.

Member Function Documentation

template<typename K , typename Fq , typename T = void>
template<bool is_index = true, bool is_variable = false>
static int sol::u_detail::binding< K, Fq, T >::call ( lua_State L)
inlinestatic

Definition at line 21782 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
template<bool is_index = true, bool is_variable = false>
static int sol::u_detail::binding< K, Fq, T >::call_ ( lua_State L)
inlinestatic

Definition at line 21776 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
template<bool is_index = true, bool is_variable = false>
static int sol::u_detail::binding< K, Fq, T >::call_with_ ( lua_State L,
void *  target 
)
inlinestatic

Definition at line 21769 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
virtual void* sol::u_detail::binding< K, Fq, T >::data ( )
inlineoverridevirtual

Implements sol::u_detail::binding_base.

Definition at line 21764 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
template<bool is_index = true, bool is_variable = false>
static int sol::u_detail::binding< K, Fq, T >::index_call ( lua_State L)
inlinestatic

Definition at line 21823 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
template<bool is_index = true, bool is_variable = false>
static int sol::u_detail::binding< K, Fq, T >::index_call_ ( lua_State L)
inlinestatic

Definition at line 21817 of file sol.hpp.

template<typename K , typename Fq , typename T = void>
template<bool is_index = true, bool is_variable = false>
static int sol::u_detail::binding< K, Fq, T >::index_call_with_ ( lua_State L,
void *  target 
)
inlinestatic

Definition at line 21793 of file sol.hpp.

Member Data Documentation

template<typename K , typename Fq , typename T = void>
F sol::u_detail::binding< K, Fq, T >::data_

Definition at line 21758 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:53