Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetHost Class Reference

#include <NetHost.h>

List of all members.

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 ()

Detailed Description

Definition at line 25 of file NetHost.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

NetAddr NetHost::Address ( )

Definition at line 97 of file NetHost.cpp.

List<NetAddr>& NetHost::AddressList ( )
inline

Definition at line 39 of file NetHost.h.

List<Text>& NetHost::Aliases ( )
inline

Definition at line 38 of file NetHost.h.

const char * NetHost::Name ( )

Definition at line 91 of file NetHost.cpp.

static const char* NetHost::TYPENAME ( )
inlinestatic

Definition at line 28 of file NetHost.h.


The documentation for this class was generated from the following files: