EasyLua  1.0
Lua API meta compiler for C++.
Static Public Attributes | List of all members
EasyLua::Resolvers::TypeIDResolver< size_t > Struct Template Reference

The TypeIDResolver template struct is used to resolve EasyLua types to their internal EasyLua type identification numbers for use in the high level Table class. More...

#include <easylua.hpp>

Static Public Attributes

static const unsigned char value = EasyLua::EASYLUA_INTEGER
 

Detailed Description

template<>
struct EasyLua::Resolvers::TypeIDResolver< size_t >

The TypeIDResolver template struct is used to resolve EasyLua types to their internal EasyLua type identification numbers for use in the high level Table class.

Note
This resolver worries about the size_t type specifically.

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