|
| const internal::SharedReferenceImpl | impl |
| |
Reference to an arbitrary value.
| luwra::Reference::Reference |
( |
State * |
state, |
|
|
int |
indexOrRef, |
|
|
bool |
isIndex = true |
|
) |
| |
|
inline |
Create a reference to the value at the given index.
| luwra::Reference::Reference |
( |
State * |
state | ) |
|
|
inline |
Create a reference to the value at the top of the stack.
template<typename T >
| luwra::Reference::operator T |
( |
| ) |
const |
|
inline |
template<typename T >
| T luwra::Reference::read |
( |
| ) |
const |
|
inline |
Read the referenced value.
| const internal::SharedReferenceImpl luwra::Reference::impl |