From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_location.html | 183 ------------------------------------ 1 file changed, 183 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_location.html (limited to 'docs/class_tg_bot_1_1_location.html') diff --git a/docs/class_tg_bot_1_1_location.html b/docs/class_tg_bot_1_1_location.html deleted file mode 100644 index 8dea50c..0000000 --- a/docs/class_tg_bot_1_1_location.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Location Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Location Class Reference
-
-
- -

This object represents a point on the map. - More...

- -

#include <Location.h>

- - - - -

-Public Types

typedef std::shared_ptr< LocationPtr
 
- - - - - - - -

-Public Attributes

float longitude
 Longitude as defined by sender. More...
 
float latitude
 Latitude as defined by sender. More...
 
-

Detailed Description

-

This object represents a point on the map.

- -

Definition at line 35 of file Location.h.

-

Member Typedef Documentation

- -

◆ Ptr

- -
-
- - - - -
typedef std::shared_ptr<Location> TgBot::Location::Ptr
-
- -

Definition at line 38 of file Location.h.

- -
-
-

Member Data Documentation

- -

◆ latitude

- -
-
- - - - -
float TgBot::Location::latitude
-
- -

Latitude as defined by sender.

- -

Definition at line 48 of file Location.h.

- -
-
- -

◆ longitude

- -
-
- - - - -
float TgBot::Location::longitude
-
- -

Longitude as defined by sender.

- -

Definition at line 43 of file Location.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_location.html | 204 ++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 docs/class_tg_bot_1_1_location.html (limited to 'docs/class_tg_bot_1_1_location.html') diff --git a/docs/class_tg_bot_1_1_location.html b/docs/class_tg_bot_1_1_location.html new file mode 100644 index 0000000..ade7b29 --- /dev/null +++ b/docs/class_tg_bot_1_1_location.html @@ -0,0 +1,204 @@ + + + + + + +tgbot-cpp: TgBot::Location Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Location Class Reference
+
+
+ +

This object represents a point on the map. + More...

+ +

#include <Location.h>

+ + + + +

+Public Types

typedef std::shared_ptr< LocationPtr
 
+ + + + + + + +

+Public Attributes

float longitude
 Longitude as defined by sender. More...
 
float latitude
 Latitude as defined by sender. More...
 
+

Detailed Description

+

This object represents a point on the map.

+ +

Definition at line 35 of file Location.h.

+

Member Typedef Documentation

+ +
+
+ + + + +
typedef std::shared_ptr<Location> TgBot::Location::Ptr
+
+ +

Definition at line 38 of file Location.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float TgBot::Location::latitude
+
+ +

Latitude as defined by sender.

+ +

Definition at line 48 of file Location.h.

+ +
+
+ +
+
+ + + + +
float TgBot::Location::longitude
+
+ +

Longitude as defined by sender.

+ +

Definition at line 43 of file Location.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3