clang::mrdocs::lua::Function

A Lua function.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>

class Function
    : public Value

Base Classes

Name

Description

Value

A 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

clang::mrdocs::lua::Access

Created with MrDocs