Next

Chapter 1. Lua Primer 0.3

Chris Beck

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Table of Contents

Quickstart
Intro
Embedded Lua Crash Course
Tutorial
Pushing and Reading
Adapting Functions
Userdata
Userdata Methods
Lua References
Persistence
Persisting Userdata
VMs and the rule of five
Conclusion
Overview
Motivation
Design
Usage and Configuration
Exception Safety
Reference
Core
class error
class expected
function push
function read
class result
metafunction adapt
concept L_Reg_sequence
concept userdata
class lua_ref
class lua_ref_seq
class bound_function
class coroutine
Containers
Standard Containers
Optionals
Visitable Structures
API
Concepts
API Feature
API Library
API Userdata
API Persistent Value
API Print Manager
API VFS
API Callback
API Base
Miscellaneous
std::function
CppPcall
Error Handler
Singletons

Last revised: December 06, 2016 at 01:23:24 GMT


Next