PIP 5.6.1
Platform-Independent Primitives
Static Public Member Functions | List of all members
luabridge::Stack< PIString > Struct Reference

LuaBridge stack adapter for PIString. More...

#include <pip_lua.h>

Static Public Member Functions

static void push (lua_State *L, PIString const &str)
 Pushes a UTF-8 representation of the string onto the Lua stack.
 
static PIString get (lua_State *L, int index)
 Reads a Lua value as PIString, converting non-string values through Lua.
 
static bool isInstance (lua_State *L, int index)
 Returns whether the value at index is already a Lua string.
 

Detailed Description

LuaBridge stack adapter for PIString.