Starshatter_Open
Open source Starshatter engine
|
#include <NetHost.h>
Public Member Functions | |
NetHost () | |
NetHost (const char *host_addr) | |
NetHost (const NetHost &n) | |
~NetHost () | |
const char * | Name () |
NetAddr | Address () |
List< Text > & | Aliases () |
List< NetAddr > & | AddressList () |
Static Public Member Functions | |
static const char * | TYPENAME () |
NetHost::NetHost | ( | ) |
Definition at line 21 of file NetHost.cpp.
NetHost::NetHost | ( | const char * | host_addr | ) |
Definition at line 29 of file NetHost.cpp.
NetHost::NetHost | ( | const NetHost & | n | ) |
Definition at line 67 of file NetHost.cpp.
NetHost::~NetHost | ( | ) |
Definition at line 84 of file NetHost.cpp.
NetAddr NetHost::Address | ( | ) |
Definition at line 97 of file NetHost.cpp.
const char * NetHost::Name | ( | ) |
Definition at line 91 of file NetHost.cpp.