From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_combat_assignment.html | 416 -------------------------- 1 file changed, 416 deletions(-) delete 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 deleted file mode 100644 index 2ca2ebb..0000000 --- a/Doc/doxygen/html/class_combat_assignment.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - -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