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