YourCityInvadedByAliens
Documentation for code of the game
Public Member Functions | Private Attributes | List of all members
GameBuilding Class Reference

#include <game_building.h>

Public Member Functions

 GameBuilding (const YJsonObject &jsonData)
 
const std::string & getName ()
 
const std::vector< CoordXY > & getPoints ()
 

Private Attributes

std::string m_sName
 
std::vector< CoordXYm_vPoints
 

Constructor & Destructor Documentation

◆ GameBuilding()

GameBuilding::GameBuilding ( const YJsonObject jsonData)

Member Function Documentation

◆ getName()

const std::string & GameBuilding::getName ( )

◆ getPoints()

const std::vector< CoordXY > & GameBuilding::getPoints ( )

Member Data Documentation

◆ m_sName

std::string GameBuilding::m_sName
private

◆ m_vPoints

std::vector<CoordXY> GameBuilding::m_vPoints
private

The documentation for this class was generated from the following files: