pinocchio  2.1.3
LuaKey Struct Reference
Collaboration diagram for LuaKey:
[legend]

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
 

Detailed Description

Definition at line 43 of file lua_tables.hpp.


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