Public Types | Static Public Member Functions | List of all members
sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > > Struct Template Reference

#include <sol.hpp>

Public Types

typedef std::forward_list< T, Al > C
 

Static Public Member Functions

static C get (lua_State *L, int relindex, record &tracking)
 
static C get (std::true_type, lua_State *L, int index, record &tracking)
 
static C get (std::false_type, lua_State *L, int relindex, record &tracking)
 
template<typename V >
static C get (types< V >, lua_State *L, int relindex, record &tracking)
 
template<typename K , typename V >
static C get (types< K, V >, lua_State *L, int relindex, record &tracking)
 

Detailed Description

template<typename T, typename Al>
struct sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >

Definition at line 12586 of file sol.hpp.

Member Typedef Documentation

template<typename T , typename Al >
typedef std::forward_list<T, Al> sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >::C

Definition at line 12587 of file sol.hpp.

Member Function Documentation

template<typename T , typename Al >
static C sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >::get ( lua_State L,
int  relindex,
record tracking 
)
inlinestatic

Definition at line 12589 of file sol.hpp.

template<typename T , typename Al >
static C sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >::get ( std::true_type  ,
lua_State L,
int  index,
record tracking 
)
inlinestatic

Definition at line 12593 of file sol.hpp.

template<typename T , typename Al >
static C sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >::get ( std::false_type  ,
lua_State L,
int  relindex,
record tracking 
)
inlinestatic

Definition at line 12600 of file sol.hpp.

template<typename T , typename Al >
template<typename V >
static C sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >::get ( types< V >  ,
lua_State L,
int  relindex,
record tracking 
)
inlinestatic

Definition at line 12606 of file sol.hpp.

template<typename T , typename Al >
template<typename K , typename V >
static C sol::stack::unqualified_getter< as_table_t< std::forward_list< T, Al > > >::get ( types< K, V >  ,
lua_State L,
int  relindex,
record tracking 
)
inlinestatic

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