Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
TCPLinkImpl.h File Reference
#include "Network.h"
#include <event2/event.h>
#include <event2/bufferevent.h>
#include "../mbedTLS++/SslContext.h"
Include dependency graph for TCPLinkImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cTCPLinkImpl::cLinkTlsContext
 Wrapper around cSslContext that is used when this link is being encrypted by SSL. More...
 
class  cTCPLinkImpl
 

Typedefs

typedef std::shared_ptr< cServerHandleImplcServerHandleImplPtr
 
typedef std::shared_ptr< cTCPLinkImplcTCPLinkImplPtr
 
typedef std::vector< cTCPLinkImplPtrcTCPLinkImplPtrs
 

Typedef Documentation

◆ cServerHandleImplPtr

typedef std::shared_ptr<cServerHandleImpl> cServerHandleImplPtr

Definition at line 25 of file TCPLinkImpl.h.

◆ cTCPLinkImplPtr

typedef std::shared_ptr<cTCPLinkImpl> cTCPLinkImplPtr

Definition at line 27 of file TCPLinkImpl.h.

◆ cTCPLinkImplPtrs

typedef std::vector<cTCPLinkImplPtr> cTCPLinkImplPtrs

Definition at line 28 of file TCPLinkImpl.h.