mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-19 23:50:40 +02:00
102 lines
35 KiB
HTML
102 lines
35 KiB
HTML
<!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.11"/>
|
|
<title>MessagePack for C++: /home/kondo/work/msgpack-c/include/msgpack/preprocessor/tuple/eat.hpp Source File</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>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() { init_search(); });
|
|
</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.8.11 -->
|
|
<script type="text/javascript">
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
</script>
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li>
|
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
alt=""/>
|
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
|
</span><span class="right">
|
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
|
</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow2" class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</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 id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_dd2411636cfeb3780831d8d9eec9249e.html">msgpack</a></li><li class="navelem"><a class="el" href="dir_97f5efed08092dcc5ea6193e4d579575.html">preprocessor</a></li><li class="navelem"><a class="el" href="dir_c6888e42a1795ddfd71d5b18d0280b03.html">tuple</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">eat.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="eat_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor"># </span><span class="comment">/* Copyright (C) 2001</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"># * Housemarque Oy</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"># * http://www.housemarque.com</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"># *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"># * Distributed under the Boost Software License, Version 1.0. (See</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"># * accompanying file LICENSE_1_0.txt or copy at</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"># * http://www.boost.org/LICENSE_1_0.txt)</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"># */</span><span class="preprocessor"></span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor"># </span><span class="comment">/* Revised by Paul Mensonides (2002-2011) */</span><span class="preprocessor"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor"># </span><span class="comment">/* Revised by Edward Diener (2011) */</span><span class="preprocessor"></span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor"># </span><span class="comment">/* See http://www.boost.org for most recent version. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor"># ifndef MSGPACK_PREPROCESSOR_TUPLE_EAT_HPP</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor"># define MSGPACK_PREPROCESSOR_TUPLE_EAT_HPP</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor"># include <<a class="code" href="config_8hpp.html">msgpack/preprocessor/config/config.hpp</a>></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor"># </span><span class="comment">/* MSGPACK_PP_EAT */</span><span class="preprocessor"></span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"># if MSGPACK_PP_VARIADICS</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor"># define MSGPACK_PP_EAT(...)</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor"># else</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a4a9cd8806d36338980c853b3615c7421"> 25</a></span> <span class="preprocessor"># define MSGPACK_PP_EAT(x)</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor"># </span><span class="comment">/* MSGPACK_PP_TUPLE_EAT */</span><span class="preprocessor"></span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor"># if MSGPACK_PP_VARIADICS</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT(size) MSGPACK_PP_EAT</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"># else</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor"># if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_MWCC()</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT(size) MSGPACK_PP_TUPLE_EAT_I(size)</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor"># else</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a560dc5799cce1fba21db6c107bf1c7d2"> 36</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT(size) MSGPACK_PP_TUPLE_EAT_OO((size))</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a8ae1064b8181ec43648b7b4f29db804d"> 37</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_OO(par) MSGPACK_PP_TUPLE_EAT_I ## par</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a51359998b3c531515f4b791c056af28c"> 39</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_I(size) MSGPACK_PP_TUPLE_EAT_ ## size</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a4ccbb8156c9bcde09055d138c099eb72"> 41</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_1(e0)</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a791be08356faed33b5bdf73a23092827"> 42</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_2(e0, e1)</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ac6349a54cbb8b764bec9a532c0e42cf6"> 43</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_3(e0, e1, e2)</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a775fa0d244a04cd339d11302d1263f15"> 44</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_4(e0, e1, e2, e3)</span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ad1a363379d3d3a5d21b9b8a536b648a2"> 45</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_5(e0, e1, e2, e3, e4)</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="eat_8hpp.html#acc366b330962366658437d4597d67054"> 46</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_6(e0, e1, e2, e3, e4, e5)</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a7860b1b0245392b89a9f7bb2630f3bea"> 47</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_7(e0, e1, e2, e3, e4, e5, e6)</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="eat_8hpp.html#aef0ae1a7b42cb5f945a335c4f6b77fb6"> 48</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_8(e0, e1, e2, e3, e4, e5, e6, e7)</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="eat_8hpp.html#aa7dee274ceb87eaf64b49a8e8b517fb3"> 49</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_9(e0, e1, e2, e3, e4, e5, e6, e7, e8)</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a5dc26b460d9507e5e564f1fe34bbb470"> 50</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_10(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9)</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ac29a2a409858ac811ad25fee012cff94"> 51</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_11(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10)</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a5c09d48aa76ef2e0d67ac9eebad3c310"> 52</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_12(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11)</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="eat_8hpp.html#aa850aa90e0c847f957fb8a8e3a3148f4"> 53</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_13(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12)</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a4c65bfb506084cfe2d5dcdc0663ecce7"> 54</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_14(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13)</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a03285c2a1a8e39fb81518d5f9f288ff1"> 55</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_15(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14)</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="eat_8hpp.html#abf1ada4c69e114e8e527f6192b241a87"> 56</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_16(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15)</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a9d0678810039001e98caf784a4edc5c5"> 57</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_17(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16)</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a03ae619cf9ed4db1ea7d7e3457d8ce69"> 58</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_18(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17)</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="eat_8hpp.html#af5ba939ab015a5a78259929cf4b14409"> 59</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_19(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18)</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a7e8a4c33c7ae3ccfb9efb15bf5b3ea75"> 60</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_20(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19)</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="eat_8hpp.html#afa88d5a91c2e80e840917e3ba295768c"> 61</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_21(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20)</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a69420b221e1f5c11452794dab5f86593"> 62</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_22(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21)</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ab3ed39ac621cd2ee18f2cf4e5a0e672f"> 63</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_23(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22)</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a8e1c36b804674197f9c5df4ad382126c"> 64</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_24(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23)</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="eat_8hpp.html#adaa74fd2ba48600b5b70b7d2808afc3b"> 65</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_25(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24)</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="eat_8hpp.html#aaf5d28469df2198bcef25ad505c6f4b4"> 66</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_26(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25)</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a152275ac95480c8f5fa812656226ad09"> 67</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_27(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26)</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="eat_8hpp.html#aa7a7ec9de7749f32dc418d8e8f8275e4"> 68</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_28(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27)</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ad6758f78c9571633d6001e032a34d2c5"> 69</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_29(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28)</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a1ddaae084d461569f4248d49ff26e707"> 70</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_30(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29)</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a7174c070e898e875ddcf0991967eb01f"> 71</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_31(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30)</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a59fda073f6dbe2f0a5984c99faca6fba"> 72</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_32(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31)</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a9ee9bbb14433f4afec76e47f840b6bdd"> 73</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_33(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32)</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a029c61feda8bf560ad0a58e8fd3011a0"> 74</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_34(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33)</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="eat_8hpp.html#abd933bb63f43847ef968bafbcf370b7a"> 75</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_35(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34)</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ac3927dde086b1423f6deb545c23ff799"> 76</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_36(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35)</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a2194682518a83f0553b4638164a60efb"> 77</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_37(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36)</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a45ccac4f75fbd09d1b26684b433fa1d4"> 78</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_38(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37)</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a2f21ad1d8bdf09c2fe2ffbaf4f4ff9f0"> 79</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_39(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38)</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="eat_8hpp.html#afaf05c782683b0837b4098e0a2f1849c"> 80</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_40(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39)</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a28e896508a5ae68d305e3e18878316d8"> 81</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_41(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40)</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a9b820f23696a9546ad33a04c228a2477"> 82</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_42(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41)</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a52b734b186436c5d4e44ef9da35b8738"> 83</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_43(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42)</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a1a2de986021f7ad0f31dd66abffc0153"> 84</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_44(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43)</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a6302578080d158598876088151907c87"> 85</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_45(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44)</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ae5f83164f0b6ca8cf33f9be8e835ce51"> 86</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_46(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45)</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a02fa1118fbac1668f8db533ae715eeaf"> 87</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_47(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46)</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a942e68c571656c0456650039792180c7"> 88</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_48(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47)</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a0915c74fab508a04c2994994bb60d9a1"> 89</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_49(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48)</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a016b9ba24ada65de9ad6da88b2c08241"> 90</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_50(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49)</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ae69e99d8e86df7f463908641dcf9ffad"> 91</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_51(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50)</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a7eda65d7f56b059aef5517493ec6f054"> 92</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_52(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51)</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a144acd649d04edaa047bbd10a968ca4d"> 93</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_53(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52)</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ac52fc9b71b67833c83e9545ec1334a3c"> 94</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_54(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53)</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="eat_8hpp.html#aa0ed56d9c2109383237983269749d651"> 95</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_55(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54)</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a7e0993d2b1b5ef78d4005865a66271c8"> 96</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_56(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55)</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a11f8d9f715602da7dcc3996d5986d758"> 97</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_57(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56)</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a2bda76008b0b90972f79c5321f870936"> 98</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_58(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57)</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a0b6bfdc027dfc66b3307fda45cb65cb4"> 99</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_59(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58)</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a7e04f3acc84f799840f1bba698f9617c"> 100</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_60(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58, e59)</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ad02ecfd5b9895c28ec9eaad9120d52fb"> 101</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_61(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58, e59, e60)</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ad961f9dfcfc7b78cfbcce62e3a4d3109"> 102</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_62(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58, e59, e60, e61)</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="eat_8hpp.html#a650779e82ba5e9a7dcdb6b3844f63f6f"> 103</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_63(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58, e59, e60, e61, e62)</span></div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="eat_8hpp.html#ae587576cd0b383c55c5310a626631475"> 104</a></span> <span class="preprocessor"># define MSGPACK_PP_TUPLE_EAT_64(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58, e59, e60, e61, e62, e63)</span></div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="preprocessor"># endif</span></div><div class="ttc" id="config_8hpp_html"><div class="ttname"><a href="config_8hpp.html">config.hpp</a></div></div>
|
|
</div><!-- fragment --></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.11
|
|
</small></address>
|
|
</body>
|
|
</html>
|