From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d5/d66/_venue_8h_source.html | 107 -------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 docs/d5/d66/_venue_8h_source.html (limited to 'docs/d5/d66/_venue_8h_source.html') diff --git a/docs/d5/d66/_venue_8h_source.html b/docs/d5/d66/_venue_8h_source.html deleted file mode 100644 index 882bf64..0000000 --- a/docs/d5/d66/_venue_8h_source.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/Venue.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
Venue.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 17/04/16.
3 //
4 
5 #ifndef TGBOT_VENUE_H
6 #define TGBOT_VENUE_H
7 
8 #include <memory>
9 #include <string>
10 
11 #include "tgbot/types/Location.h"
12 
13 namespace TgBot {
14 
19 class Venue {
20 public:
21  typedef std::shared_ptr<Venue> Ptr;
22 
27 
31  std::string title;
32 
36  std::string address;
37 
41  std::string foursquare_id;
42 };
43 }
44 
45 #endif //TGBOT_VENUE_H
Definition: Api.h:44
-
Location::Ptr location
Definition: Venue.h:26
-
std::shared_ptr< Location > Ptr
Definition: Location.h:37
- -
std::string foursquare_id
Definition: Venue.h:41
- -
std::shared_ptr< Venue > Ptr
Definition: Venue.h:21
-
std::string title
Definition: Venue.h:31
-
std::string address
Definition: Venue.h:36
-
-
- - - - -- cgit v1.2.3