Project Alice
Loading...
Searching...
No Matches
parsing::defines Struct Reference

#include <defines.hpp>

Public Member Functions

LUA_DEFINES_LIST void assign_define (sys::state &state, int32_t line, std::string_view key, float v, parsers::error_handler &err)
 
void parse_line (sys::state &state, int32_t line, std::string_view data, parsers::error_handler &err)
 
void parse_file (sys::state &state, std::string_view data, parsers::error_handler &err)
 

Detailed Description

Definition at line 705 of file defines.hpp.

Member Function Documentation

◆ assign_define()

void parsing::defines::assign_define ( sys::state state,
int32_t  line,
std::string_view  key,
float  v,
parsers::error_handler err 
)

Definition at line 9 of file defines.cpp.

Here is the call graph for this function:

◆ parse_file()

void parsing::defines::parse_file ( sys::state state,
std::string_view  data,
parsers::error_handler err 
)

Definition at line 122 of file defines.cpp.

Here is the caller graph for this function:

◆ parse_line()

void parsing::defines::parse_line ( sys::state state,
int32_t  line,
std::string_view  data,
parsers::error_handler err 
)

Definition at line 34 of file defines.cpp.

Here is the call graph for this function:

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