Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
NetworkSingleton.h File Reference
#include <event2/event.h>
#include "NetworkLookup.h"
#include "CriticalSection.h"
#include "Event.h"
Include dependency graph for NetworkSingleton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cNetworkSingleton
 

Typedefs

typedef std::shared_ptr< cServerHandlecServerHandlePtr
 
typedef std::vector< cServerHandlePtrcServerHandlePtrs
 
typedef std::shared_ptr< cTCPLinkcTCPLinkPtr
 
typedef std::vector< cTCPLinkPtrcTCPLinkPtrs
 

Typedef Documentation

◆ cServerHandlePtr

typedef std::shared_ptr<cServerHandle> cServerHandlePtr

Definition at line 31 of file NetworkSingleton.h.

◆ cServerHandlePtrs

typedef std::vector<cServerHandlePtr> cServerHandlePtrs

Definition at line 32 of file NetworkSingleton.h.

◆ cTCPLinkPtr

typedef std::shared_ptr<cTCPLink> cTCPLinkPtr

Definition at line 28 of file NetworkSingleton.h.

◆ cTCPLinkPtrs

typedef std::vector<cTCPLinkPtr> cTCPLinkPtrs

Definition at line 29 of file NetworkSingleton.h.