OpenMiner  0.0.1a
Voxel game engine
List of all members
sol::container_traits< T > Struct Template Reference

#include <sol.hpp>

Inheritance diagram for sol::container_traits< T >:
sol::container_detail::container_traits_default< T >

Additional Inherited Members

- Public Types inherited from sol::container_detail::container_traits_default< T >
typedef lua_nil_t iterator
 
typedef lua_nil_t value_type
 
- Static Public Member Functions inherited from sol::container_detail::container_traits_default< T >
static int at (lua_State *L)
 
static int get (lua_State *L)
 
static int index_get (lua_State *L)
 
static int set (lua_State *L)
 
static int index_set (lua_State *L)
 
static int add (lua_State *L)
 
static int insert (lua_State *L)
 
static int find (lua_State *L)
 
static int size (lua_State *L)
 
static int clear (lua_State *L)
 
static int empty (lua_State *L)
 
static int erase (lua_State *L)
 
static int next (lua_State *L)
 
static int pairs (lua_State *L)
 
static int ipairs (lua_State *L)
 
static iterator begin (lua_State *L, T &)
 
static iterator end (lua_State *L, T &)
 

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