mrdocs::lua::Value
A Lua value.
Member Functions
Name |
Description |
|
Constructor. |
|
Destructor. |
Invoke the value as a function. |
|
Return a string representation. |
|
Return true if the value is a boolean. |
|
Return true if the value is a function. |
|
Return true if the value is nil. |
|
Return true if the value is numeric. |
|
Return true if the value is a string. |
|
Return true if the value is a table. |
|
Invoke the value as a function. |
|
Return the Lua type of this value. |
Protected Member Functions
Name |
Description |
|
Create a value referring to a stack slot within a scope. |
Protected Data Members
Name |
Description |
Stack index where the value is stored. |
|
Scope that owns the stack slot for this value. |