Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Network.h"
Go to the source code of this file.
Classes | |
class | cHostnameLookup |
Holds information about an in-progress Hostname-to-IP lookup. More... | |
Typedefs | |
typedef std::shared_ptr< cHostnameLookup > | cHostnameLookupPtr |
typedef std::vector< cHostnameLookupPtr > | cHostnameLookupPtrs |
typedef std::shared_ptr<cHostnameLookup> cHostnameLookupPtr |
Definition at line 40 of file HostnameLookup.h.
typedef std::vector<cHostnameLookupPtr> cHostnameLookupPtrs |
Definition at line 41 of file HostnameLookup.h.