#include <TacticEntry.h>
Collaboration diagram for TacticEntryArray:

Public Member Functions | |
| TacticEntryArray () | |
| Constructor. | |
| TacticEntryArray (int count) | |
| Constructor with count. | |
| ~TacticEntryArray () | |
| Destructor. | |
| void | setEntryCount (int count) |
Public Attributes | |
| int | entryCount |
| TacticEntry * | entrys |
Definition at line 115 of file TacticEntry.h.
|
|
Constructor.
Definition at line 53 of file TacticEntry.cpp. References entryCount. |
|
|
Constructor with count.
Definition at line 58 of file TacticEntry.cpp. References entryCount, and entrys. |
|
|
Destructor.
Definition at line 66 of file TacticEntry.cpp. References entryCount, and entrys. |
|
|
Definition at line 72 of file TacticEntry.cpp. References entryCount, and entrys. |
|
|
Definition at line 127 of file TacticEntry.h. Referenced by DefaultTacticChooser::chooseOption(), operator<<(), operator>>(), setEntryCount(), TacticEntryArray(), and ~TacticEntryArray(). |
|
|
Definition at line 129 of file TacticEntry.h. Referenced by DefaultTacticChooser::chooseOption(), operator<<(), operator>>(), setEntryCount(), TacticEntryArray(), and ~TacticEntryArray(). |
1.3.6