#include <cassert>
#include <sstream>
#include <stdexcept>
#include <string>
#include <typeinfo>
#include <bitset>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <vector>
#include <inttypes.h>
#include "lua/luastate.h"
#include "detail/LuaHelpers.h"
#include "detail/TypeTraits.h"
#include "detail/TypeList.h"
#include "detail/FuncTraits.h"
#include "detail/Constructor.h"
#include "detail/Stack.h"
#include "detail/ClassInfo.h"
#include "detail/LuaException.h"
#include "detail/LuaRef.h"
#include "detail/Iterator.h"
#include "detail/FuncArgs.h"
#include "detail/Userdata.h"
#include "detail/CFunctions.h"
#include "detail/Namespace.h"
Go to the source code of this file.
◆ LUABRIDGE_MAJOR_VERSION
#define LUABRIDGE_MAJOR_VERSION 2 |
◆ LUABRIDGE_MINOR_VERSION
#define LUABRIDGE_MINOR_VERSION 0 |
◆ LUABRIDGE_VERSION
#define LUABRIDGE_VERSION 200 |