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

#include <Campaign.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 TemplateList ()
 ~TemplateList ()
+ + +

+Static Public Member Functions

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

+Public Attributes

int mission_type
int group_type
int index
List< MissionInfomissions
+

Detailed Description

+
+

Definition at line 79 of file Campaign.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
TemplateList::TemplateList ()
+
+ +

Definition at line 94 of file Campaign.cpp.

+ +
+
+ +
+
+ + + + + + + +
TemplateList::~TemplateList ()
+
+ +

Definition at line 98 of file Campaign.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 82 of file Campaign.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int TemplateList::group_type
+
+ +

Definition at line 88 of file Campaign.h.

+ +
+
+ +
+
+ + + + +
int TemplateList::index
+
+ +

Definition at line 89 of file Campaign.h.

+ +
+
+ +
+
+ + + + +
int TemplateList::mission_type
+
+ +

Definition at line 87 of file Campaign.h.

+ +
+
+ +
+
+ + + + +
List<MissionInfo> TemplateList::missions
+
+ +

Definition at line 90 of file Campaign.h.

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