mrdocs::lua::Param
A lazy container to push values to the Lua stack.
Member Functions
Name |
Description |
|
Constructors |
|
Destroy the stored value without throwing. |
|
Deleted copy assignment to avoid double pops. |
Data Members
Name |
Description |
|
Stored array when kind_ == domArray. |
|
Stored boolean value when kind_ == boolean. |
|
Stored integer value when kind_ == integer. |
|
Stack index when kind_ == value. |
|
Stored object when kind_ == domObject. |
|
Stored string view when kind_ == string. |
Friends
| Name | Description |
|---|---|
Internal tag granting access to lua internals. |
Created with MrDocs