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

#include <ShipDesign.h>

+ +

List of all members.

+ + + +

+Public Member Functions

 ShipSquadron ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + +

+Public Attributes

char name [64]
ShipDesigndesign
int count
int avail
+

Detailed Description

+
+

Definition at line 60 of file ShipDesign.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
ShipSquadron::ShipSquadron ()
+
+ +

Definition at line 122 of file ShipDesign.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
static const char* ShipSquadron::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 63 of file ShipDesign.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int ShipSquadron::avail
+
+ +

Definition at line 70 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
int ShipSquadron::count
+
+ +

Definition at line 69 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
ShipDesign* ShipSquadron::design
+
+ +

Definition at line 68 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
char ShipSquadron::name[64]
+
+ +

Definition at line 67 of file ShipDesign.h.

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