mirror of
https://github.com/msgpack/msgpack-c.git
synced 2026-01-02 19:02:13 +01:00
Updated doc to 4.0.2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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="generator" content="Doxygen 1.9.1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>MessagePack for C++: Class Members - Functions</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -29,18 +29,21 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.13 -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<script type="text/javascript">
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
</script>
|
||||
/* @license-end */</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<!-- window showing the filter options -->
|
||||
@@ -61,6 +64,9 @@ $(function() {
|
||||
 
|
||||
|
||||
<h3><a id="index_b"></a>- b -</h3><ul>
|
||||
<li>basic_variant()
|
||||
: <a class="el" href="structmsgpack_1_1type_1_1basic__variant.html#acfbee838a03cfd486e571406924d27c6">msgpack::type::basic_variant< STR, BIN, EXT ></a>
|
||||
</li>
|
||||
<li>bin()
|
||||
: <a class="el" href="classmsgpack_1_1unpack__limit.html#a23b7200a827be9e3f26bbd654b90cca4">msgpack::unpack_limit</a>
|
||||
</li>
|
||||
@@ -68,24 +74,19 @@ $(function() {
|
||||
: <a class="el" href="structmsgpack_1_1bin__size__overflow.html#a79793712d7321d976b9e09d230c31a98">msgpack::bin_size_overflow</a>
|
||||
</li>
|
||||
<li>buffer()
|
||||
: <a class="el" href="classmsgpack_1_1parser.html#aa8f02979f858727fd26cc4a47d719356">msgpack::parser< VisitorHolder, ReferencedBufferHook ></a>
|
||||
, <a class="el" href="classmsgpack_1_1unpacker.html#ab36a1c9268aa9b76f054365ab2e6b360">msgpack::unpacker</a>
|
||||
: <a class="el" href="classmsgpack_1_1unpacker.html#ab36a1c9268aa9b76f054365ab2e6b360">msgpack::unpacker</a>
|
||||
</li>
|
||||
<li>buffer_capacity()
|
||||
: <a class="el" href="classmsgpack_1_1parser.html#a3169e4977ee70826082d59a36b7e1025">msgpack::parser< VisitorHolder, ReferencedBufferHook ></a>
|
||||
, <a class="el" href="classmsgpack_1_1unpacker.html#adbed521398254480fee682f2ac23891d">msgpack::unpacker</a>
|
||||
: <a class="el" href="classmsgpack_1_1unpacker.html#adbed521398254480fee682f2ac23891d">msgpack::unpacker</a>
|
||||
</li>
|
||||
<li>buffer_consumed()
|
||||
: <a class="el" href="classmsgpack_1_1parser.html#a2266e8dfe1d7b21d6afbacbbad040c45">msgpack::parser< VisitorHolder, ReferencedBufferHook ></a>
|
||||
, <a class="el" href="classmsgpack_1_1unpacker.html#a80693fd49ccec34b77d60feb177e4bf7">msgpack::unpacker</a>
|
||||
: <a class="el" href="classmsgpack_1_1unpacker.html#a80693fd49ccec34b77d60feb177e4bf7">msgpack::unpacker</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.13
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user