#include <vars.h>
Definition at line 197 of file vars.h.
◆ SectorMap() [1/5]
| SectorMap::SectorMap |
( |
const Planet & |
planet | ) |
|
|
inline |
◆ SectorMap() [2/5]
| SectorMap::SectorMap |
( |
const Planet & |
planet, |
|
|
bool |
|
|
) |
| |
|
inline |
Add an empty sector for every potential space. Used for initialization.
Definition at line 204 of file vars.h.
◆ SectorMap() [3/5]
◆ SectorMap() [4/5]
◆ SectorMap() [5/5]
| SectorMap::SectorMap |
( |
const int |
maxx, |
|
|
const int |
maxy |
|
) |
| |
|
inlineprivate |
◆ begin()
| auto SectorMap::begin |
( |
| ) |
|
|
inline |
◆ end()
◆ get()
| Sector& SectorMap::get |
( |
const int |
x, |
|
|
const int |
y |
|
) |
| |
|
inline |
◆ get_maxx()
| int SectorMap::get_maxx |
( |
| ) |
|
|
inline |
◆ get_maxy()
| int SectorMap::get_maxy |
( |
| ) |
|
|
inline |
◆ get_random()
| Sector & SectorMap::get_random |
( |
| ) |
|
◆ operator=() [1/2]
| void SectorMap::operator= |
( |
const SectorMap & |
| ) |
|
|
delete |
◆ operator=() [2/2]
◆ put()
| void SectorMap::put |
( |
Sector && |
s | ) |
|
|
inline |
◆ maxx_
◆ maxy_
◆ vec_
| std::vector<Sector> SectorMap::vec_ |
|
private |
The documentation for this class was generated from the following files: