codex
lua.hpp File Reference
#include <array>
#include <cstddef>
Include dependency graph for lua.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  node {
  identifier , number , string , table_begin ,
  table_key , table_value , table_end , n
}
 

Variables

static constexpr std::size_t MAX = 32
 
constexpr std::array node_names
 

Enumeration Type Documentation

◆ node

enum class node
strong
Enumerator
identifier 
number 
string 
table_begin 
table_key 
table_value 
table_end 

Variable Documentation

◆ MAX

constexpr std::size_t MAX = 32
staticconstexpr

◆ node_names

constexpr std::array node_names
constexpr
Initial value:
= {
"identifier", "number", "string",
"table_begin", "table_key", "table_value", "table_end",
}