Public Member Functions | Public Attributes | List of all members
sol::closure<> Struct Template Reference

#include <sol.hpp>

Public Member Functions

 closure (lua_CFunction f, int upvalue_count=0)
 

Public Attributes

lua_CFunction c_function
 
int upvalues
 

Detailed Description

template<>
struct sol::closure<>

Definition at line 6791 of file sol.hpp.

Constructor & Destructor Documentation

sol::closure<>::closure ( lua_CFunction  f,
int  upvalue_count = 0 
)
inline

Definition at line 6794 of file sol.hpp.

Member Data Documentation

lua_CFunction sol::closure<>::c_function

Definition at line 6792 of file sol.hpp.

int sol::closure<>::upvalues

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