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

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< cHostnameLookupcHostnameLookupPtr
 
typedef std::vector< cHostnameLookupPtrcHostnameLookupPtrs
 

Typedef Documentation

◆ cHostnameLookupPtr

typedef std::shared_ptr<cHostnameLookup> cHostnameLookupPtr

Definition at line 40 of file HostnameLookup.h.

◆ cHostnameLookupPtrs

Definition at line 41 of file HostnameLookup.h.