From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- .../class_tg_bot_1_1_tg_type_parser-members.html | 217 +++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 docs/df/d31/class_tg_bot_1_1_tg_type_parser-members.html (limited to 'docs/df/d31') diff --git a/docs/df/d31/class_tg_bot_1_1_tg_type_parser-members.html b/docs/df/d31/class_tg_bot_1_1_tg_type_parser-members.html new file mode 100644 index 0000000..4303155 --- /dev/null +++ b/docs/df/d31/class_tg_bot_1_1_tg_type_parser-members.html @@ -0,0 +1,217 @@ + + + + + + + +tgbot-cpp: Member List + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TgBot::TgTypeParser Member List
+
+
+ +

This is the complete list of members for TgBot::TgTypeParser, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
getInstance()TgBot::TgTypeParserstatic
JsonToTgTypeFunc typedefTgBot::TgTypeParser
parse2DArray(TgTypeToJsonFunc< T > parseFunc, const std::vector< std::vector< std::shared_ptr< T >>> &objects) constTgBot::TgTypeParserinline
parseArray(TgTypeToJsonFunc< T > parseFunc, const std::vector< std::shared_ptr< T >> &objects) constTgBot::TgTypeParserinline
parseArray(std::function< T(const T &)> parseFunc, const std::vector< T > &objects) constTgBot::TgTypeParserinline
parseAudio(const Audio::Ptr &object) constTgBot::TgTypeParser
parseCallbackQuery(const CallbackQuery::Ptr &object) constTgBot::TgTypeParser
parseChat(const Chat::Ptr &object) constTgBot::TgTypeParser
parseChatMember(const ChatMember::Ptr &object) constTgBot::TgTypeParser
parseChosenInlineResult(const ChosenInlineResult::Ptr &object) constTgBot::TgTypeParser
parseContact(const Contact::Ptr &object) constTgBot::TgTypeParser
parseDocument(const Document::Ptr &object) constTgBot::TgTypeParser
parseFile(const File::Ptr &object) constTgBot::TgTypeParser
parseForceReply(const ForceReply::Ptr &object) constTgBot::TgTypeParser
parseGenericReply(const GenericReply::Ptr &object) constTgBot::TgTypeParser
parseInlineKeyboardButton(const InlineKeyboardButton::Ptr &object) constTgBot::TgTypeParser
parseInlineKeyboardMarkup(const InlineKeyboardMarkup::Ptr &object) constTgBot::TgTypeParser
parseInlineQuery(const InlineQuery::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResult(const InlineQueryResult::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultArticle(const InlineQueryResultArticle::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultAudio(const InlineQueryResultAudio::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedAudio(const InlineQueryResultCachedAudio::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedDocument(const InlineQueryResultCachedDocument::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedGif(const InlineQueryResultCachedGif::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedMpeg4Gif(const InlineQueryResultCachedMpeg4Gif::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedPhoto(const InlineQueryResultCachedPhoto::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedSticker(const InlineQueryResultCachedSticker::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedVideo(const InlineQueryResultCachedVideo::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultCachedVoice(const InlineQueryResultCachedVoice::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultContact(const InlineQueryResultContact::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultDocument(const InlineQueryResultDocument::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultGame(const InlineQueryResultGame::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultGif(const InlineQueryResultGif::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultLocation(const InlineQueryResultLocation::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultMpeg4Gif(const InlineQueryResultMpeg4Gif::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultPhoto(const InlineQueryResultPhoto::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultVenue(const InlineQueryResultVenue::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultVideo(const InlineQueryResultVideo::Ptr &object) constTgBot::TgTypeParser
parseInlineQueryResultVoice(const InlineQueryResultVoice::Ptr &object) constTgBot::TgTypeParser
parseInputContactMessageContent(const InputContactMessageContent::Ptr &object) constTgBot::TgTypeParser
parseInputLocationMessageContent(const InputLocationMessageContent::Ptr &object) constTgBot::TgTypeParser
parseInputMessageContent(const InputMessageContent::Ptr &object) constTgBot::TgTypeParser
parseInputTextMessageContent(const InputTextMessageContent::Ptr &object) constTgBot::TgTypeParser
parseInputVenueMessageContent(const InputVenueMessageContent::Ptr &object) constTgBot::TgTypeParser
parseJson(const std::string &json) constTgBot::TgTypeParserinline
parseJsonAndGet2DArray(JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) constTgBot::TgTypeParserinline
parseJsonAndGetArray(JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data) constTgBot::TgTypeParserinline
parseJsonAndGetArray(std::function< T(const boost::property_tree::ptree &)> parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) constTgBot::TgTypeParserinline
parseJsonAndGetArray(JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) constTgBot::TgTypeParserinline
parseJsonAndGetAudio(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetCallbackQuery(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetChat(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetChatMember(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetChosenInlineResult(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetContact(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetDocument(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetEntity(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetFile(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetForceReply(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetGenericReply(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineKeyboardButton(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineKeyboardMarkup(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQuery(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResult(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultArticle(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultAudio(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedAudio(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedDocument(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedGif(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedMpeg4Gif(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedPhoto(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedSticker(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedVideo(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultCachedVoice(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultContact(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultDocument(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultGame(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultGif(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultLocation(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultMpeg4Gif(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultPhoto(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultVenue(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultVideo(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInlineQueryResultVoice(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInputContactMessageContent(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInputLocationMessageContent(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInputMessageContent(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInputTextMessageContent(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetInputVenueMessageContent(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetKeyboardButton(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetLocation(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetMessage(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetPhotoSize(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetReplyKeyboardMarkup(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetReplyKeyboardRemove(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetResponseParameters(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetSticker(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetUpdate(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetUser(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetUserProfilePhotos(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetVideo(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseJsonAndGetWebhookInfo(const boost::property_tree::ptree &data) constTgBot::TgTypeParser
parseKeyboardButton(const KeyboardButton::Ptr &object) constTgBot::TgTypeParser
parseLocation(const Location::Ptr &object) constTgBot::TgTypeParser
parseMessage(const Message::Ptr &object) constTgBot::TgTypeParser
parsePhotoSize(const PhotoSize::Ptr &object) constTgBot::TgTypeParser
parseReplyKeyboardMarkup(const ReplyKeyboardMarkup::Ptr &object) constTgBot::TgTypeParser
parseReplyKeyboardRemove(const ReplyKeyboardRemove::Ptr &object) constTgBot::TgTypeParser
parseResponseParameters(const ResponseParameters::Ptr &object) constTgBot::TgTypeParser
parseSticker(const Sticker::Ptr &object) constTgBot::TgTypeParser
parseUpdate(const Update::Ptr &object) constTgBot::TgTypeParser
parseUser(const User::Ptr &object) constTgBot::TgTypeParser
parseUserProfilePhotos(const UserProfilePhotos::Ptr &object) constTgBot::TgTypeParser
parseVideo(const Video::Ptr &object) constTgBot::TgTypeParser
parseWebhookInfo(const WebhookInfo::Ptr &object) constTgBot::TgTypeParser
TgTypeToJsonFunc typedefTgBot::TgTypeParser
tryParseJson(JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) constTgBot::TgTypeParserinline
+
+ + + + -- cgit v1.2.3