Public Types | |
| enum | Type { String, Integer } |
Public Member Functions | |
| LuaKey (const char *key_value) | |
| LuaKey (int key_value) | |
| bool | operator< (const LuaKey &rhs) const |
Public Attributes | |
| int | int_value |
| std::string | string_value |
| Type | type |
Definition at line 43 of file lua_tables.hpp.