mrdocs::lua::Value

A Lua value.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>

class Value;

Member Functions

Name

Description

Value [constructor]

Constructor.

~Value [destructor]

Destructor.

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 Member Functions

Name

Description

Value [constructor]

Constructor

Protected Data Members

Name

index_

scope_

Friends

Name Description

mrdocs::lua::Access

Derived Classes

Name Description

Function

A Lua function.

String

A Lua string.

Table

A Lua table.

Created with MrDocs