From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_net_host.html | 330 +++++++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 Doc/doxygen/html/class_net_host.html (limited to 'Doc/doxygen/html/class_net_host.html') diff --git a/Doc/doxygen/html/class_net_host.html b/Doc/doxygen/html/class_net_host.html new file mode 100644 index 0000000..ef62742 --- /dev/null +++ b/Doc/doxygen/html/class_net_host.html @@ -0,0 +1,330 @@ + + + + + +Starshatter_Open: NetHost Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
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 NetHostn)
+
+ +

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: +
+
+ + + + -- cgit v1.1