Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
LuaServerHandle.h File Reference
#include "../OSSupport/Network.h"
#include "LuaState.h"
Include dependency graph for LuaServerHandle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cLuaServerHandle
 

Typedefs

typedef std::shared_ptr< cLuaServerHandlecLuaServerHandlePtr
 
typedef std::shared_ptr< cLuaTCPLinkcLuaTCPLinkPtr
 
typedef std::vector< cLuaTCPLinkPtrcLuaTCPLinkPtrs
 

Typedef Documentation

◆ cLuaServerHandlePtr

typedef std::shared_ptr<cLuaServerHandle> cLuaServerHandlePtr

Definition at line 24 of file LuaServerHandle.h.

◆ cLuaTCPLinkPtr

typedef std::shared_ptr<cLuaTCPLink> cLuaTCPLinkPtr

Definition at line 21 of file LuaServerHandle.h.

◆ cLuaTCPLinkPtrs

typedef std::vector<cLuaTCPLinkPtr> cLuaTCPLinkPtrs

Definition at line 22 of file LuaServerHandle.h.