Public Member Functions | Public Attributes | List of all members
sol::call_detail::constructor_match< T, checked, clean_stack > Struct Template Reference

#include <sol.hpp>

Public Member Functions

 constructor_match (T *o)
 
template<typename Fx , std::size_t I, typename... R, typename... Args>
int operator() (types< Fx >, meta::index_value< I >, types< R... > r, types< Args... > a, lua_State *L, int, int start) const
 

Public Attributes

T * obj_
 

Detailed Description

template<typename T, bool checked, bool clean_stack>
struct sol::call_detail::constructor_match< T, checked, clean_stack >

Definition at line 16665 of file sol.hpp.

Constructor & Destructor Documentation

template<typename T , bool checked, bool clean_stack>
sol::call_detail::constructor_match< T, checked, clean_stack >::constructor_match ( T *  o)
inline

Definition at line 16668 of file sol.hpp.

Member Function Documentation

template<typename T , bool checked, bool clean_stack>
template<typename Fx , std::size_t I, typename... R, typename... Args>
int sol::call_detail::constructor_match< T, checked, clean_stack >::operator() ( types< Fx >  ,
meta::index_value< I >  ,
types< R... >  r,
types< Args... >  a,
lua_State L,
int  ,
int  start 
) const
inline

Definition at line 16672 of file sol.hpp.

Member Data Documentation

template<typename T , bool checked, bool clean_stack>
T* sol::call_detail::constructor_match< T, checked, clean_stack >::obj_

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