Project Alice
Loading...
Searching...
No Matches
defines.cpp File Reference
#include <string>
#include <string_view>
#include <stdlib.h>
#include <ctype.h>
#include "defines.hpp"
#include "parsers.hpp"
#include "system_state.hpp"
Include dependency graph for defines.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LUA_DEFINES_LIST_ELEMENT(key, const_value)    if(parsers::is_fixed_token_ci(text.data(), text.data() + text.length(), #key)) { key = v; return; }
 

Macro Definition Documentation

◆ LUA_DEFINES_LIST_ELEMENT

#define LUA_DEFINES_LIST_ELEMENT (   key,
  const_value 
)     if(parsers::is_fixed_token_ci(text.data(), text.data() + text.length(), #key)) { key = v; return; }