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_broker_client.html | 332 ++++++++++++++++++++++++++ 1 file changed, 332 insertions(+) create mode 100644 Doc/doxygen/html/class_net_broker_client.html (limited to 'Doc/doxygen/html/class_net_broker_client.html') diff --git a/Doc/doxygen/html/class_net_broker_client.html b/Doc/doxygen/html/class_net_broker_client.html new file mode 100644 index 0000000..3a1e0ba --- /dev/null +++ b/Doc/doxygen/html/class_net_broker_client.html @@ -0,0 +1,332 @@ + + + + + +Starshatter_Open: NetBrokerClient Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetBrokerClient Class Reference
+
+
+ +

#include <NetBrokerClient.h>

+ +

List of all members.

+ + + + + + +

+Static Public Member Functions

static void Enable ()
static void Disable ()
static bool GameOn (const char *name, const char *type, const char *addr, WORD port, const char *password)
static bool GameList (const char *type, List< NetServerInfo > &server_list)
+ + + +

+Static Protected Attributes

static bool broker_available = false
static bool broker_found = false
+

Detailed Description

+
+

Definition at line 24 of file NetBrokerClient.h.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
static void NetBrokerClient::Disable ()
+
+inlinestatic
+
+ +

Definition at line 28 of file NetBrokerClient.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static void NetBrokerClient::Enable ()
+
+inlinestatic
+
+ +

Definition at line 27 of file NetBrokerClient.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool NetBrokerClient::GameList (const char * type,
List< NetServerInfo > & server_list 
)
+
+static
+
+ +

Definition at line 101 of file NetBrokerClient.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
bool NetBrokerClient::GameOn (const char * name,
const char * type,
const char * addr,
WORD port,
const char * password 
)
+
+static
+
+ +

Definition at line 35 of file NetBrokerClient.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
bool NetBrokerClient::broker_available = false
+
+staticprotected
+
+ +

Definition at line 38 of file NetBrokerClient.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool NetBrokerClient::broker_found = false
+
+staticprotected
+
+ +

Definition at line 39 of file NetBrokerClient.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1