LuaKey Struct Reference

#include <multibody/parser/lua/lua_tables.hpp>

Collaboration diagram for LuaKey:
[legend]

List of all members.

Public Types

enum  Type {
  String,
  Integer
}

Public Member Functions

bool operator< (const LuaKey &rhs) const
 LuaKey (const char *key_value)
 LuaKey (int key_value)

Public Attributes

Type type
int int_value
std::string string_value

Member Enumeration Documentation

Enumerator:
String 
Integer 

Constructor & Destructor Documentation

LuaKey::LuaKey ( const char *  key_value) [inline]
LuaKey::LuaKey ( int  key_value) [inline]

Member Function Documentation

bool LuaKey::operator< ( const LuaKey rhs) const [inline]

References int_value, Integer, String, string_value, and type.


Member Data Documentation