mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-19 15:47:15 +02:00
147 lines
9.2 KiB
HTML
147 lines
9.2 KiB
HTML
<!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.9.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>MessagePack for C++: msgpack.hpp File Reference</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="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">MessagePack for C++
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @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(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- 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><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">msgpack.hpp File Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include "<a class="el" href="object_8hpp_source.html">msgpack/object.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="iterator_8hpp_source.html">msgpack/iterator.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="zone_8hpp_source.html">msgpack/zone.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="pack_8hpp_source.html">msgpack/pack.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="null__visitor_8hpp_source.html">msgpack/null_visitor.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="parse_8hpp_source.html">msgpack/parse.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="unpack_8hpp_source.html">msgpack/unpack.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="x3__parse_8hpp_source.html">msgpack/x3_parse.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="x3__unpack_8hpp_source.html">msgpack/x3_unpack.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="sbuffer_8hpp_source.html">msgpack/sbuffer.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="vrefbuffer_8hpp_source.html">msgpack/vrefbuffer.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="version_8hpp_source.html">msgpack/version.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="type_8hpp_source.html">msgpack/type.hpp</a>"</code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for msgpack.hpp:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="msgpack_8hpp__incl.png" border="0" usemap="#amsgpack_8hpp" alt=""/></div>
|
|
<map name="amsgpack_8hpp" id="amsgpack_8hpp">
|
|
<area shape="rect" title=" " alt="" coords="2943,5,3041,32"/>
|
|
<area shape="rect" href="object_8hpp.html" title=" " alt="" coords="1190,244,1338,271"/>
|
|
<area shape="rect" href="iterator_8hpp.html" title=" " alt="" coords="2620,80,2783,107"/>
|
|
<area shape="rect" href="zone_8hpp.html" title=" " alt="" coords="1650,244,1785,271"/>
|
|
<area shape="rect" href="pack_8hpp.html" title=" " alt="" coords="2925,80,3059,107"/>
|
|
<area shape="rect" href="null__visitor_8hpp.html" title=" " alt="" coords="3175,80,3366,107"/>
|
|
<area shape="rect" href="parse_8hpp.html" title=" " alt="" coords="2251,244,2392,271"/>
|
|
<area shape="rect" href="unpack_8hpp.html" title=" " alt="" coords="2031,80,2179,107"/>
|
|
<area shape="rect" href="x3__parse_8hpp.html" title=" " alt="" coords="3507,80,3669,107"/>
|
|
<area shape="rect" href="x3__unpack_8hpp.html" title=" " alt="" coords="3829,80,3998,107"/>
|
|
<area shape="rect" href="sbuffer_8hpp.html" title=" " alt="" coords="4265,80,4420,107"/>
|
|
<area shape="rect" href="vrefbuffer_8hpp.html" title=" " alt="" coords="4649,80,4825,107"/>
|
|
<area shape="rect" href="version_8hpp.html" title=" " alt="" coords="4952,80,5107,107"/>
|
|
<area shape="rect" href="type_8hpp.html" title=" " alt="" coords="879,80,1014,107"/>
|
|
<area shape="rect" href="object__decl_8hpp.html" title=" " alt="" coords="1229,393,1411,420"/>
|
|
<area shape="rect" href="v1_2object_8hpp.html" title=" " alt="" coords="1179,319,1349,345"/>
|
|
<area shape="rect" href="v2_2object_8hpp.html" title=" " alt="" coords="986,319,1155,345"/>
|
|
<area shape="rect" href="iterator__decl_8hpp.html" title=" " alt="" coords="2388,162,2585,189"/>
|
|
<area shape="rect" href="v1_2iterator_8hpp.html" title=" " alt="" coords="2610,162,2793,189"/>
|
|
<area shape="rect" href="zone__decl_8hpp.html" title=" " alt="" coords="1682,319,1851,345"/>
|
|
<area shape="rect" href="v1_2zone_8hpp.html" title=" " alt="" coords="1503,319,1657,345"/>
|
|
<area shape="rect" href="cpp__config_8hpp.html" title=" " alt="" coords="1492,393,1668,420"/>
|
|
<area shape="rect" href="pack__decl_8hpp.html" title=" " alt="" coords="2817,162,2986,189"/>
|
|
<area shape="rect" href="v1_2pack_8hpp.html" title=" " alt="" coords="3011,162,3165,189"/>
|
|
<area shape="rect" href="null__visitor__decl_8hpp.html" title=" " alt="" coords="3189,155,3352,196"/>
|
|
<area shape="rect" href="v2_2null__visitor_8hpp.html" title=" " alt="" coords="3376,162,3587,189"/>
|
|
<area shape="rect" href="parse__decl_8hpp.html" title=" " alt="" coords="2427,319,2603,345"/>
|
|
<area shape="rect" href="v2_2parse_8hpp.html" title=" " alt="" coords="2053,319,2216,345"/>
|
|
<area shape="rect" href="v3_2parse_8hpp.html" title=" " alt="" coords="2240,319,2403,345"/>
|
|
<area shape="rect" href="unpack__decl_8hpp.html" title=" " alt="" coords="2014,244,2197,271"/>
|
|
<area shape="rect" href="v1_2unpack_8hpp.html" title=" " alt="" coords="1898,162,2067,189"/>
|
|
<area shape="rect" href="v2_2unpack_8hpp.html" title=" " alt="" coords="1705,162,1874,189"/>
|
|
<area shape="rect" href="v3_2unpack_8hpp.html" title=" " alt="" coords="2143,162,2313,189"/>
|
|
<area shape="rect" href="v2_2x3__parse_8hpp.html" title=" " alt="" coords="3611,162,3794,189"/>
|
|
<area shape="rect" href="v2_2x3__unpack_8hpp.html" title=" " alt="" coords="3818,162,4009,189"/>
|
|
<area shape="rect" href="v3_2x3__unpack_8hpp.html" title=" " alt="" coords="4033,162,4223,189"/>
|
|
<area shape="rect" href="sbuffer__decl_8hpp.html" title=" " alt="" coords="4247,162,4438,189"/>
|
|
<area shape="rect" href="v1_2sbuffer_8hpp.html" title=" " alt="" coords="4463,162,4639,189"/>
|
|
<area shape="rect" href="vrefbuffer__decl_8hpp.html" title=" " alt="" coords="4663,155,4811,196"/>
|
|
<area shape="rect" href="v1_2vrefbuffer_8hpp.html" title=" " alt="" coords="4836,162,5033,189"/>
|
|
<area shape="rect" href="version__master_8hpp.html" title=" " alt="" coords="5058,162,5206,189"/>
|
|
<area shape="rect" href="adaptor_2array__ref_8hpp.html" title=" " alt="" coords="1249,162,1418,189"/>
|
|
<area shape="rect" href="adaptor_2bool_8hpp.html" title=" " alt="" coords="1494,162,1629,189"/>
|
|
<area shape="rect" href="adaptor_2carray_8hpp.html" title=" " alt="" coords="27,162,175,189"/>
|
|
<area shape="rect" href="adaptor_2char__ptr_8hpp.html" title=" " alt="" coords="200,162,363,189"/>
|
|
<area shape="rect" href="adaptor_2deque_8hpp.html" title=" " alt="" coords="387,162,528,189"/>
|
|
<area shape="rect" href="adaptor_2ext_8hpp.html" title=" " alt="" coords="553,162,679,189"/>
|
|
<area shape="rect" href="adaptor_2fixint_8hpp.html" title=" " alt="" coords="703,162,851,189"/>
|
|
<area shape="rect" href="adaptor_2float_8hpp.html" title=" " alt="" coords="876,162,1017,189"/>
|
|
<area shape="rect" href="adaptor_2int_8hpp.html" title=" " alt="" coords="1042,162,1225,189"/>
|
|
</map>
|
|
</div>
|
|
</div>
|
|
<p><a href="msgpack_8hpp_source.html">Go to the source code of this file.</a></p>
|
|
</div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
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>
|