mrdocs::lua::String
A Lua string.
Synopsis
Declared in <mrdocs/Support/Lua.hpp>
class String
: public Value
Member Functions
Name |
Description |
|
Constructors |
Invoke the value as a function. |
|
Return a string representation. |
|
Retrieve the underlying string view. |
|
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. |
|
Dereference to the underlying string view. |
|
Return the Lua type of this value. |
|
Implicit conversion to string view. |
Protected Data Members
Name |
Description |
Stack index where the value is stored. |
|
Scope that owns the stack slot for this value. |
Friends
| Name | Description |
|---|---|
Internal tag granting access to lua internals. |
Created with MrDocs