mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-19 15:47:15 +02:00
88 lines
23 KiB
HTML
88 lines
23 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.13"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>MessagePack for C++: /home/kondo/work/msgpack-c/include/msgpack/preprocessor/repetition/repeat_from_to.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>
|
|
<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.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>
|
|
<!-- 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_0d9404a6600cf5202ebda3491b95f504.html">repetition</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">repeat_from_to.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="repetition_2repeat__from__to_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) */</span><span class="preprocessor"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</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="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor"># ifndef MSGPACK_PREPROCESSOR_REPETITION_REPEAT_FROM_TO_HPP</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor"># define MSGPACK_PREPROCESSOR_REPETITION_REPEAT_FROM_TO_HPP</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor"># include <<a class="code" href="add_8hpp.html">msgpack/preprocessor/arithmetic/add.hpp</a>></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor"># include <<a class="code" href="sub_8hpp.html">msgpack/preprocessor/arithmetic/sub.hpp</a>></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor"># include <<a class="code" href="cat_8hpp.html">msgpack/preprocessor/cat.hpp</a>></span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</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="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"># include <<a class="code" href="control_2while_8hpp.html">msgpack/preprocessor/control/while.hpp</a>></span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"># include <<a class="code" href="error_8hpp.html">msgpack/preprocessor/debug/error.hpp</a>></span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor"># include <<a class="code" href="auto__rec_8hpp.html">msgpack/preprocessor/detail/auto_rec.hpp</a>></span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor"># include <<a class="code" href="repetition_2repeat_8hpp.html">msgpack/preprocessor/repetition/repeat.hpp</a>></span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor"># include <<a class="code" href="tuple_2elem_8hpp.html">msgpack/preprocessor/tuple/elem.hpp</a>></span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor"># include <<a class="code" href="rem_8hpp.html">msgpack/preprocessor/tuple/rem.hpp</a>></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_REPEAT_FROM_TO */</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 0</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO(first, last, macro, data)</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#ac40ec8e08ec2b9fa1b1e163e852f090f"> 34</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO MSGPACK_PP_CAT(MSGPACK_PP_REPEAT_FROM_TO_, MSGPACK_PP_AUTO_REC(MSGPACK_PP_REPEAT_P, 4))</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a74598e75adbf967950d5dfce5de865e0"> 36</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_1(f, l, m, dt) MSGPACK_PP_REPEAT_FROM_TO_D_1(MSGPACK_PP_AUTO_REC(MSGPACK_PP_WHILE_P, 256), f, l, m, dt)</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a973dcc3396f997f5fbca3784ac030482"> 37</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_2(f, l, m, dt) MSGPACK_PP_REPEAT_FROM_TO_D_2(MSGPACK_PP_AUTO_REC(MSGPACK_PP_WHILE_P, 256), f, l, m, dt)</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a36ff76c8cf7ff7246913e0172147903f"> 38</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_3(f, l, m, dt) MSGPACK_PP_REPEAT_FROM_TO_D_3(MSGPACK_PP_AUTO_REC(MSGPACK_PP_WHILE_P, 256), f, l, m, dt)</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#afe934973db5de1220de7449e562617dd"> 39</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_4(f, l, m, dt) MSGPACK_PP_ERROR(0x0003)</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a4d66fc815ddba2648bbcef577fdc5083"> 41</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_1ST MSGPACK_PP_REPEAT_FROM_TO_1</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a3fc7df56b2200a9e8d902c97e3f69fdf"> 42</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_2ND MSGPACK_PP_REPEAT_FROM_TO_2</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a8723ab3235a1a395afb2f6a927ab6749"> 43</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_3RD MSGPACK_PP_REPEAT_FROM_TO_3</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor"># </span><span class="comment">/* MSGPACK_PP_REPEAT_FROM_TO_D */</span><span class="preprocessor"></span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor"># if 0</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D(d, first, last, macro, data)</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a7df52a6829977a21597b967c8d0de6de"> 51</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D MSGPACK_PP_CAT(MSGPACK_PP_REPEAT_FROM_TO_D_, MSGPACK_PP_AUTO_REC(MSGPACK_PP_REPEAT_P, 4))</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor"># if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG()</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) MSGPACK_PP_REPEAT_1(MSGPACK_PP_SUB_D(d, l, f), MSGPACK_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) MSGPACK_PP_REPEAT_2(MSGPACK_PP_SUB_D(d, l, f), MSGPACK_PP_REPEAT_FROM_TO_M_2, (d, f, m, dt))</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) MSGPACK_PP_REPEAT_3(MSGPACK_PP_SUB_D(d, l, f), MSGPACK_PP_REPEAT_FROM_TO_M_3, (d, f, m, dt))</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor"># else</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#af0ea38568fa7552d2fc18e6ec8448914"> 58</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) MSGPACK_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, dt)</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a36876e054615aa894b8bde3ac307205a"> 59</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) MSGPACK_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, dt)</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#ae0a2c10f3897eacd5646a6f83e88e601"> 60</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) MSGPACK_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, dt)</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a803633871988edf063851e83fa0f088e"> 61</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, dt) MSGPACK_PP_REPEAT_1(MSGPACK_PP_SUB_D(d, l, f), MSGPACK_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#ab72887400162b6d7af8a70c6222debf5"> 62</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, dt) MSGPACK_PP_REPEAT_2(MSGPACK_PP_SUB_D(d, l, f), MSGPACK_PP_REPEAT_FROM_TO_M_2, (d, f, m, dt))</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a83d302ff0f555719d739709aceeef3ba"> 63</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, dt) MSGPACK_PP_REPEAT_3(MSGPACK_PP_SUB_D(d, l, f), MSGPACK_PP_REPEAT_FROM_TO_M_3, (d, f, m, dt))</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor"># if MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_STRICT()</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) MSGPACK_PP_REPEAT_FROM_TO_M_1_IM(z, n, MSGPACK_PP_TUPLE_REM_4 dfmd)</span></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_2(z, n, dfmd) MSGPACK_PP_REPEAT_FROM_TO_M_2_IM(z, n, MSGPACK_PP_TUPLE_REM_4 dfmd)</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_3(z, n, dfmd) MSGPACK_PP_REPEAT_FROM_TO_M_3_IM(z, n, MSGPACK_PP_TUPLE_REM_4 dfmd)</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) MSGPACK_PP_REPEAT_FROM_TO_M_1_I(z, n, im)</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_2_IM(z, n, im) MSGPACK_PP_REPEAT_FROM_TO_M_2_I(z, n, im)</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_3_IM(z, n, im) MSGPACK_PP_REPEAT_FROM_TO_M_3_I(z, n, im)</span></div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor"># else</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#aa15ff559831e1655e01ccdbf71bcb55d"> 74</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) MSGPACK_PP_REPEAT_FROM_TO_M_1_I(z, n, MSGPACK_PP_TUPLE_ELEM(4, 0, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 1, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 2, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 3, dfmd))</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#abcd277bb4671fe228f5643b9d4a51cc9"> 75</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_2(z, n, dfmd) MSGPACK_PP_REPEAT_FROM_TO_M_2_I(z, n, MSGPACK_PP_TUPLE_ELEM(4, 0, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 1, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 2, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 3, dfmd))</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a06e954f083483027c78d3af96e7b6e30"> 76</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_3(z, n, dfmd) MSGPACK_PP_REPEAT_FROM_TO_M_3_I(z, n, MSGPACK_PP_TUPLE_ELEM(4, 0, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 1, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 2, dfmd), MSGPACK_PP_TUPLE_ELEM(4, 3, dfmd))</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#aa57a4ce358ce10a781523201fec9846d"> 79</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) MSGPACK_PP_REPEAT_FROM_TO_M_1_II(z, MSGPACK_PP_ADD_D(d, n, f), m, dt)</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a30261787aeba73918c298691fb16f9bb"> 80</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_2_I(z, n, d, f, m, dt) MSGPACK_PP_REPEAT_FROM_TO_M_2_II(z, MSGPACK_PP_ADD_D(d, n, f), m, dt)</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#ae7a06be15c35457084add7ee57a272ef"> 81</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_3_I(z, n, d, f, m, dt) MSGPACK_PP_REPEAT_FROM_TO_M_3_II(z, MSGPACK_PP_ADD_D(d, n, f), m, dt)</span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#ad2acb45d1ea232d1e534b5d562e02a96"> 83</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#ae77ee1c6ca5a45ee93d67e546dfd72af"> 84</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_2_II(z, n, m, dt) m(z, n, dt)</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="repetition_2repeat__from__to_8hpp.html#a1aff590d3d96e1fa46c51d0fa6da3817"> 85</a></span> <span class="preprocessor"># define MSGPACK_PP_REPEAT_FROM_TO_M_3_II(z, n, m, dt) m(z, n, dt)</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor"># endif</span></div><div class="ttc" id="auto__rec_8hpp_html"><div class="ttname"><a href="auto__rec_8hpp.html">auto_rec.hpp</a></div></div>
|
|
<div class="ttc" id="add_8hpp_html"><div class="ttname"><a href="add_8hpp.html">add.hpp</a></div></div>
|
|
<div class="ttc" id="config_8hpp_html"><div class="ttname"><a href="config_8hpp.html">config.hpp</a></div></div>
|
|
<div class="ttc" id="cat_8hpp_html"><div class="ttname"><a href="cat_8hpp.html">cat.hpp</a></div></div>
|
|
<div class="ttc" id="tuple_2elem_8hpp_html"><div class="ttname"><a href="tuple_2elem_8hpp.html">elem.hpp</a></div></div>
|
|
<div class="ttc" id="control_2while_8hpp_html"><div class="ttname"><a href="control_2while_8hpp.html">while.hpp</a></div></div>
|
|
<div class="ttc" id="sub_8hpp_html"><div class="ttname"><a href="sub_8hpp.html">sub.hpp</a></div></div>
|
|
<div class="ttc" id="error_8hpp_html"><div class="ttname"><a href="error_8hpp.html">error.hpp</a></div></div>
|
|
<div class="ttc" id="rem_8hpp_html"><div class="ttname"><a href="rem_8hpp.html">rem.hpp</a></div></div>
|
|
<div class="ttc" id="repetition_2repeat_8hpp_html"><div class="ttname"><a href="repetition_2repeat_8hpp.html">repeat.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.13
|
|
</small></address>
|
|
</body>
|
|
</html>
|