Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::lua_to< int > Class Reference

lua_to specialization for int. More...

#include <geogram/lua/lua_wrap.h>

Public Member Functions

 lua_to (lua_State *L, int idx)
 
 operator int () const
 

Static Public Member Functions

static bool can_convert (lua_State *L, int idx)
 

Detailed Description

lua_to specialization for int.

Definition at line 295 of file lua_wrap.h.

Constructor & Destructor Documentation

◆ lua_to()

GEO::lua_to< int >::lua_to ( lua_State *  L,
int  idx 
)
inline

Definition at line 297 of file lua_wrap.h.

Member Function Documentation

◆ can_convert()

static bool GEO::lua_to< int >::can_convert ( lua_State *  L,
int  idx 
)
inlinestatic

Definition at line 300 of file lua_wrap.h.

◆ operator int()

GEO::lua_to< int >::operator int ( ) const
inline

Definition at line 303 of file lua_wrap.h.


The documentation for this class was generated from the following file: