diff options
Diffstat (limited to 'docs/functions_func_0x7e.html')
-rw-r--r-- | docs/functions_func_0x7e.html | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/docs/functions_func_0x7e.html b/docs/functions_func_0x7e.html new file mode 100644 index 0000000..a624171 --- /dev/null +++ b/docs/functions_func_0x7e.html @@ -0,0 +1,118 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.13"/> +<meta name="viewport" content="width=device-width, initial-scale=1"/> +<title>tgbot-cpp: Class Members - Functions</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtreedata.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/searchdata.js"></script> +<script type="text/javascript" src="search/search.js"></script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectalign" style="padding-left: 0.5em;"> + <div id="projectname">tgbot-cpp + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.13 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +<script type="text/javascript" src="menudata.js"></script> +<script type="text/javascript" src="menu.js"></script> +<script type="text/javascript"> +$(function() { + initMenu('',true,false,'search.php','Search'); + $(document).ready(function() { init_search(); }); +}); +</script> +<div id="main-nav"></div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('functions_func_0x7e.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +</div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="contents"> +  + +<h3><a id="index_0x7e"></a>- ~ -</h3><ul> +<li>~GenericReply() +: <a class="el" href="class_tg_bot_1_1_generic_reply.html#a519019da5ab3cb27fc11bd56cc94123c">TgBot::GenericReply</a> +</li> +<li>~InlineQueryResult() +: <a class="el" href="class_tg_bot_1_1_inline_query_result.html#a1adbb76a14ff772aa8e06b26f302ade0">TgBot::InlineQueryResult</a> +</li> +<li>~InputContactMessageContent() +: <a class="el" href="class_tg_bot_1_1_input_contact_message_content.html#ae6b8788ba14b203ba53373262d9a67c0">TgBot::InputContactMessageContent</a> +</li> +<li>~InputLocationMessageContent() +: <a class="el" href="class_tg_bot_1_1_input_location_message_content.html#acbcd463ae944168b265e789509e6de55">TgBot::InputLocationMessageContent</a> +</li> +<li>~InputMessageContent() +: <a class="el" href="class_tg_bot_1_1_input_message_content.html#a102a0b7456c22110a7cf751f0273ee7d">TgBot::InputMessageContent</a> +</li> +<li>~InputTextMessageContent() +: <a class="el" href="class_tg_bot_1_1_input_text_message_content.html#af14b835e369c107071adf6e63b9e2760">TgBot::InputTextMessageContent</a> +</li> +<li>~InputVenueMessageContent() +: <a class="el" href="class_tg_bot_1_1_input_venue_message_content.html#a3d08b7d6946538e949ec0293f72edec5">TgBot::InputVenueMessageContent</a> +</li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="footer">Generated on Mon Jan 2 2017 23:04:20 for tgbot-cpp by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> + </ul> +</div> +</body> +</html> |