From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_labeled_price_8h_source.html | 103 ------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 docs/_labeled_price_8h_source.html (limited to 'docs/_labeled_price_8h_source.html') diff --git a/docs/_labeled_price_8h_source.html b/docs/_labeled_price_8h_source.html deleted file mode 100644 index 2298a9d..0000000 --- a/docs/_labeled_price_8h_source.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/LabeledPrice.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
LabeledPrice.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Maks Mazurov (fox.cpp) on 21.05.17.
3 //
4 
5 #ifndef TGBOT_LABELEDPRICE_H
6 #define TGBOT_LABELEDPRICE_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
19 class LabeledPrice {
20 public:
21  typedef std::shared_ptr<LabeledPrice> Ptr;
22 
26  std::string label;
27 
38  int32_t amount;
39 };
40 }
41 
42 #endif //TGBOT_LABELEDPRICE_H
std::shared_ptr< LabeledPrice > Ptr
Definition: LabeledPrice.h:21
-
Definition: Api.h:47
-
This object represents a portion of the price for goods or services.
Definition: LabeledPrice.h:19
-
std::string label
Portion label.
Definition: LabeledPrice.h:26
-
int32_t amount
Price of the product in the smallest units of the currency (integer, not float/double).
Definition: LabeledPrice.h:38
-
-
- - - - -- 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/_labeled_price_8h_source.html | 127 +++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 docs/_labeled_price_8h_source.html (limited to 'docs/_labeled_price_8h_source.html') diff --git a/docs/_labeled_price_8h_source.html b/docs/_labeled_price_8h_source.html new file mode 100644 index 0000000..f14a4f6 --- /dev/null +++ b/docs/_labeled_price_8h_source.html @@ -0,0 +1,127 @@ + + + + + + +tgbot-cpp: include/tgbot/types/LabeledPrice.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
LabeledPrice.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Maks Mazurov (fox.cpp) on 21.05.17.
3 //
4 
5 #ifndef TGBOT_LABELEDPRICE_H
6 #define TGBOT_LABELEDPRICE_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
19 class LabeledPrice {
20 public:
21  typedef std::shared_ptr<LabeledPrice> Ptr;
22 
26  std::string label;
27 
38  int32_t amount;
39 };
40 }
41 
42 #endif //TGBOT_LABELEDPRICE_H
std::shared_ptr< LabeledPrice > Ptr
Definition: LabeledPrice.h:21
+
Definition: Api.h:49
+
This object represents a portion of the price for goods or services.
Definition: LabeledPrice.h:19
+
std::string label
Portion label.
Definition: LabeledPrice.h:26
+
int32_t amount
Price of the product in the smallest units of the currency (integer, not float/double).
Definition: LabeledPrice.h:38
+
+
+ + + + -- cgit v1.2.3