Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
argument types
supporting 61
arithmetic operator 19, 20
B
boolean type 19
Builder pattern 132
C
C++ 142
calling, from Lua 93, 150
filename extensions 36
Lua, calling from 150
Lua coroutine, using with 181-183
Lua types 56
Lua types, implementing 57-59
multithreading 171, 172
supporting, multithreading 172
C++20 67
C++ callable 60
C++ class instance
accessing 106
upvalues, accessing 108
upvalues, providing 107
C++ code
Lua library, including 36
C++ function
implementing 66, 67
C++ functions
declaring, for Lua 94
implementing, for Lua 94, 95
registering 94
registering, to Lua 95
testing 95, 96
C++ modules
C++ class, exporting to Lua 102, 103
C++ class, implementing 100, 101
C++ class instance...