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/_combat_group_8cpp.html | 315 +++++++++++++++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 Doc/doxygen/html/_combat_group_8cpp.html (limited to 'Doc/doxygen/html/_combat_group_8cpp.html') diff --git a/Doc/doxygen/html/_combat_group_8cpp.html b/Doc/doxygen/html/_combat_group_8cpp.html new file mode 100644 index 0000000..787e6cb --- /dev/null +++ b/Doc/doxygen/html/_combat_group_8cpp.html @@ -0,0 +1,315 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/CombatGroup.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CombatGroup.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "CombatGroup.h"
+#include "CombatUnit.h"
+#include "CombatZone.h"
+#include "Combatant.h"
+#include "CombatAssignment.h"
+#include "Campaign.h"
+#include "ShipDesign.h"
+#include "Ship.h"
+#include "Game.h"
+#include "DataLoader.h"
+#include "ParseUtil.h"
+
+

Go to the source code of this file.

+ + + + + + +

+Macros

#define GET_DEF_BOOL(n)   if (pdef->name()->value()==(#n)) GetDefBool((n), pdef, filename)
#define GET_DEF_TEXT(n)   if (pdef->name()->value()==(#n)) GetDefText((n), pdef, filename)
#define GET_DEF_NUM(n)   if (pdef->name()->value()==(#n)) GetDefNumber((n), pdef, filename)
#define GET_DEF_VEC(n)   if (pdef->name()->value()==(#n)) GetDefVec((n), pdef, filename)
+ + + + + +

+Functions

int ShipClassFromName (const char *type_name)
Text FormatNumber (double n)
void SaveCombatUnit (FILE *f, CombatUnit *u)
void SaveCombatGroup (FILE *f, CombatGroup *g)
+

Macro Definition Documentation

+ +
+
+ + + + + + + + +
#define GET_DEF_BOOL( n)   if (pdef->name()->value()==(#n)) GetDefBool((n), pdef, filename)
+
+ +

Definition at line 960 of file CombatGroup.cpp.

+ +
+
+ +
+
+ + + + + + + + +
#define GET_DEF_NUM( n)   if (pdef->name()->value()==(#n)) GetDefNumber((n), pdef, filename)
+
+ +

Definition at line 962 of file CombatGroup.cpp.

+ +
+
+ +
+
+ + + + + + + + +
#define GET_DEF_TEXT( n)   if (pdef->name()->value()==(#n)) GetDefText((n), pdef, filename)
+
+ +

Definition at line 961 of file CombatGroup.cpp.

+ +
+
+ +
+
+ + + + + + + + +
#define GET_DEF_VEC( n)   if (pdef->name()->value()==(#n)) GetDefVec((n), pdef, filename)
+
+ +

Definition at line 963 of file CombatGroup.cpp.

+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
Text FormatNumber (double n)
+
+ +

Definition at line 1471 of file CombatGroup.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void SaveCombatGroup (FILE * f,
CombatGroupg 
)
+
+ +

Definition at line 1526 of file CombatGroup.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void SaveCombatUnit (FILE * f,
CombatUnitu 
)
+
+ +

Definition at line 1490 of file CombatGroup.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int ShipClassFromName (const char * type_name)
+
+ +

Definition at line 953 of file CombatGroup.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1