class City -
More...
#include <City.hpp>
|
| City (std::array< unsigned, 2 > position, std::string player) |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
ElementEnum | getType () |
|
std::array< unsigned, 2 > | getPosition () |
|
std::string | getPlayerName () |
|
void | setStateCity (CityStateEnum name) |
|
|
bool | isStateCity |
|
bool | isCapital |
|
bool | isMature |
|
std::array< unsigned, 2 > | position |
|
CityStateEnum | stateCityType |
|
std::string | player |
|
|
class | boost::serialization::access |
|
The documentation for this class was generated from the following files:
- include/shared/City.hpp
- src/shared/City.cpp
- src/shared/Serialization.cpp