Representa un aeropuerto con su información básica.
More...
#include <Aeropuerto.hpp>
Representa un aeropuerto con su información básica.
◆ Aeropuerto()
Aeropuerto::Aeropuerto |
( |
const std::string & | codigoIATA, |
|
|
const std::string & | nombre, |
|
|
const std::string & | ciudad, |
|
|
const std::string & | pais ) |
Constructor de la clase Aeropuerto.
- Parameters
-
codigoIATA | Código IATA del aeropuerto. |
nombre | Nombre del aeropuerto. |
ciudad | Ciudad donde se encuentra. |
pais | País donde se enuentra. |
◆ getCiudad()
std::string Aeropuerto::getCiudad |
( |
| ) |
const |
- Returns
- Ciudad del aeropuerto.
◆ getCodigoIATA()
std::string Aeropuerto::getCodigoIATA |
( |
| ) |
const |
- Returns
- Código IATA del aeropuerto.
◆ getNombre()
std::string Aeropuerto::getNombre |
( |
| ) |
const |
- Returns
- Nopmbre del aeropuerto.
◆ getPais()
std::string Aeropuerto::getPais |
( |
| ) |
const |
- Returns
- País del aeropuerto.
◆ mostrarInformacion()
void Aeropuerto::mostrarInformacion |
( |
| ) |
const |
The documentation for this class was generated from the following files: