mrdocs::lua::String

A Lua string.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>
class String
    : public Value

Base Classes

Name Description
ValueA Lua value.

Member Functions

Name Description
String [constructor]Constructors
call Invoke the value as a function.
displayString Return a string representation.
get
isBoolean
isFunction
isNil
isNumber
isString
isTable
operator() Invoke the value as a function.
operator*
type
operator std::string_view Conversion to string_view

Protected Data Members

Name
index_
scope_

Friends

|===
Name Description
Access

Created with MrDocs