mrdocs::lua::Function

A Lua function.

Synopsis

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

Base Classes

Name Description
ValueA Lua value.

Member Functions

Name Description
Function [constructor]Construct from Value
call Invoke the value as a function.
displayString Return a string representation.
isBoolean
isFunction
isNil
isNumber
isString
isTable
operator() Invoke the value as a function.
type

Protected Data Members

Name
index_
scope_

Friends

|===
Name Description
Access

Created with MrDocs