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

#include <CombatAssignment.h>

+ +

List of all members.

+ + + + + + + + + + + + +

+Public Member Functions

 CombatAssignment (int t, CombatGroup *obj, CombatGroup *rsc=0)
 ~CombatAssignment ()
int operator< (const CombatAssignment &a) const
void SetObjective (CombatGroup *o)
void SetResource (CombatGroup *r)
int Type ()
CombatGroupGetObjective ()
CombatGroupGetResource ()
const char * GetDescription () const
bool IsActive () const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 28 of file CombatAssignment.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
CombatAssignment::CombatAssignment (int t,
CombatGroupobj,
CombatGrouprsc = 0 
)
+
+ +

Definition at line 22 of file CombatAssignment.cpp.

+ +
+
+ +
+
+ + + + + + + +
CombatAssignment::~CombatAssignment ()
+
+ +

Definition at line 29 of file CombatAssignment.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
const char * CombatAssignment::GetDescription () const
+
+ +

Definition at line 53 of file CombatAssignment.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
CombatGroup* CombatAssignment::GetObjective ()
+
+inline
+
+ +

Definition at line 44 of file CombatAssignment.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
CombatGroup* CombatAssignment::GetResource ()
+
+inline
+
+ +

Definition at line 45 of file CombatAssignment.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool CombatAssignment::IsActive () const
+
+inline
+
+ +

Definition at line 48 of file CombatAssignment.h.

+ +
+
+ +
+
+ + + + + + + + +
int CombatAssignment::operator< (const CombatAssignmenta) const
+
+ +

Definition at line 39 of file CombatAssignment.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void CombatAssignment::SetObjective (CombatGroupo)
+
+inline
+
+ +

Definition at line 39 of file CombatAssignment.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void CombatAssignment::SetResource (CombatGroupr)
+
+inline
+
+ +

Definition at line 40 of file CombatAssignment.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int CombatAssignment::Type ()
+
+inline
+
+ +

Definition at line 43 of file CombatAssignment.h.

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

Definition at line 31 of file CombatAssignment.h.

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