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

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< cIPLookupcIPLookupPtr
 
typedef std::vector< cIPLookupPtrcIPLookupPtrs
 

Typedef Documentation

◆ cIPLookupPtr

typedef std::shared_ptr<cIPLookup> cIPLookupPtr

Definition at line 42 of file IPLookup.h.

◆ cIPLookupPtrs

typedef std::vector<cIPLookupPtr> cIPLookupPtrs

Definition at line 43 of file IPLookup.h.