#include <vars.h>
|
| | Sector (int x_, int y_, int eff_, int fert_, int mobilization_, int crystals_, int resource_, int popn_, int troops_, int owner_, int race_, int type_, int condition_) |
| |
| | Sector ()=default |
| |
| | Sector (Sector &)=delete |
| |
| void | operator= (const Sector &)=delete |
| |
| | Sector (Sector &&)=default |
| |
| Sector & | operator= (Sector &&)=default |
| |
Definition at line 151 of file vars.h.
◆ Sector() [1/4]
| Sector::Sector |
( |
int |
x_, |
|
|
int |
y_, |
|
|
int |
eff_, |
|
|
int |
fert_, |
|
|
int |
mobilization_, |
|
|
int |
crystals_, |
|
|
int |
resource_, |
|
|
int |
popn_, |
|
|
int |
troops_, |
|
|
int |
owner_, |
|
|
int |
race_, |
|
|
int |
type_, |
|
|
int |
condition_ |
|
) |
| |
|
inline |
◆ Sector() [2/4]
◆ Sector() [3/4]
◆ Sector() [4/4]
◆ operator=() [1/2]
| void Sector::operator= |
( |
const Sector & |
| ) |
|
|
delete |
◆ operator=() [2/2]
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Sector & |
s |
|
) |
| |
|
friend |
◆ condition
| unsigned int Sector::condition {0} |
◆ crystals
| unsigned int Sector::crystals {0} |
◆ eff
| unsigned int Sector::eff {0} |
◆ fert
| unsigned int Sector::fert {0} |
◆ mobilization
| unsigned int Sector::mobilization {0} |
◆ owner
◆ popn
◆ race
◆ resource
◆ troops
◆ type
| unsigned int Sector::type {0} |
| unsigned int Sector::x {0} |
| unsigned int Sector::y {0} |
The documentation for this class was generated from the following file: