#include "Venue.h"
◆ Venue() [1/2]
Venue::Venue |
( |
Location |
location, |
|
|
std::string |
title, |
|
|
std::string |
address |
|
) |
| |
◆ Venue() [2/2]
Venue::Venue |
( |
const Venue & |
Venue | ) |
|
◆ getAddress()
const string & Venue::getAddress |
( |
| ) |
const |
◆ getFoursquare_id()
const optional< string > & Venue::getFoursquare_id |
( |
| ) |
const |
◆ getLocation()
const Location & Venue::getLocation |
( |
| ) |
const |
◆ getTitle()
const string & Venue::getTitle |
( |
| ) |
const |
◆ setFoursquare_id()
void Venue::setFoursquare_id |
( |
const std::optional< std::string > & |
foursquare_id | ) |
|
◆ address
std::string yatbcpp::Venue::address |
|
private |
◆ foursquare_id
std::optional<std::string> yatbcpp::Venue::foursquare_id |
|
private |
◆ location
◆ title
std::string yatbcpp::Venue::title |
|
private |
The documentation for this class was generated from the following files: