A Lua table.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>

class Table
    : public Value

Base Classes

Name

Description

Value

A Lua value.

Member Functions

Name

Description

Table [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.

set

Create or replace the value with a key.

type

Protected Data Members

Name

index_

scope_

Friends

Name

Description

clang::mrdocs::lua::Access

Created with MrDocs