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

lua_to specialization for raw string (const char*). More...

#include <geogram/lua/lua_wrap.h>

Public Member Functions

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

Static Public Member Functions

static bool can_convert (lua_State *L, int idx)
 

Detailed Description

lua_to specialization for raw string (const char*).

Definition at line 422 of file lua_wrap.h.

Constructor & Destructor Documentation

◆ lua_to()

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

Definition at line 424 of file lua_wrap.h.

Member Function Documentation

◆ can_convert()

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

Definition at line 427 of file lua_wrap.h.

◆ operator const char *()

GEO::lua_to< const char * >::operator const char * ( ) const
inline

Definition at line 430 of file lua_wrap.h.


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