This repository was archived by the owner on Apr 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiteration_2iterate_8hpp_source.html
86 lines (84 loc) · 20.4 KB
/
iteration_2iterate_8hpp_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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>EOS.IO: contracts/eoslib/preprocessor/iteration/iterate.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="projectlogo"><img alt="Logo" src="eos-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">EOS.IO
 <span id="projectnumber">DAWN3.0.1</span>
</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_ae9b15dd87e066e1908bbd90e8f38627.html">contracts</a></li><li class="navelem"><a class="el" href="dir_3fea0bf1ce879ce73e6ecec98007efcd.html">eoslib</a></li><li class="navelem"><a class="el" href="dir_dca32aa6e7c96c10a53665f73e692854.html">preprocessor</a></li><li class="navelem"><a class="el" href="dir_f914ea17a2c2d2af52e5cac1d3bceee9.html">iteration</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">iterate.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="iteration_2iterate_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">/* **************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"># * *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"># * (C) Copyright Paul Mensonides 2002.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"># * Distributed under the Boost Software License, Version 1.0. (See</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"># * accompanying file LICENSE_1_0.txt or copy at</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"># * http://www.boost.org/LICENSE_1_0.txt)</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"># * *</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">/* See http://www.boost.org for most recent version. */</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"># ifndef BOOST_PREPROCESSOR_ITERATION_ITERATE_HPP</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor"># define BOOST_PREPROCESSOR_ITERATION_ITERATE_HPP</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"># include <<a class="code" href="arithmetic_2dec_8hpp.html">eoslib/preprocessor/arithmetic/dec.hpp</a>></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor"># include <<a class="code" href="arithmetic_2inc_8hpp.html">eoslib/preprocessor/arithmetic/inc.hpp</a>></span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor"># include <<a class="code" href="array_2elem_8hpp.html">eoslib/preprocessor/array/elem.hpp</a>></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor"># include <<a class="code" href="array_2size_8hpp.html">eoslib/preprocessor/array/size.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">eoslib/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="slot_2slot_8hpp.html">eoslib/preprocessor/slot/slot.hpp</a>></span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"># include <<a class="code" href="tuple_2elem_8hpp.html">eoslib/preprocessor/tuple/elem.hpp</a>></span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_ITERATION_DEPTH */</span><span class="preprocessor"></span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#abca5799ab3d563da7667a4b939eb6d60"> 25</a></span> <span class="preprocessor"># define BOOST_PP_ITERATION_DEPTH() 0</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_ITERATION */</span><span class="preprocessor"></span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a9e508ad9901334ba9e7dc6f920aaef7d"> 29</a></span> <span class="preprocessor"># define BOOST_PP_ITERATION() BOOST_PP_CAT(BOOST_PP_ITERATION_, BOOST_PP_ITERATION_DEPTH())</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_ITERATION_START && BOOST_PP_ITERATION_FINISH */</span><span class="preprocessor"></span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#ab49203705e97f69ec4afebcc569f6973"> 33</a></span> <span class="preprocessor"># define BOOST_PP_ITERATION_START() BOOST_PP_CAT(BOOST_PP_ITERATION_START_, BOOST_PP_ITERATION_DEPTH())</span></div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#add40b291b1a7d4a4f82a95c50143d6a8"> 34</a></span> <span class="preprocessor"># define BOOST_PP_ITERATION_FINISH() BOOST_PP_CAT(BOOST_PP_ITERATION_FINISH_, BOOST_PP_ITERATION_DEPTH())</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"> 36</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_ITERATION_FLAGS */</span><span class="preprocessor"></span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a77a949fb72c72f6e36f608a55765824f"> 38</a></span> <span class="preprocessor"># define BOOST_PP_ITERATION_FLAGS() (BOOST_PP_CAT(BOOST_PP_ITERATION_FLAGS_, BOOST_PP_ITERATION_DEPTH())())</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_FRAME_ITERATION */</span><span class="preprocessor"></span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a060ab397f968ea93a48ba2f613b11bf2"> 42</a></span> <span class="preprocessor"># define BOOST_PP_FRAME_ITERATION(i) BOOST_PP_CAT(BOOST_PP_ITERATION_, i)</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_FRAME_START && BOOST_PP_FRAME_FINISH */</span><span class="preprocessor"></span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a73c0fc2042655fff142e7dce4bb8bb98"> 46</a></span> <span class="preprocessor"># define BOOST_PP_FRAME_START(i) BOOST_PP_CAT(BOOST_PP_ITERATION_START_, i)</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a29c76e3f26aa58d6447d05377383b733"> 47</a></span> <span class="preprocessor"># define BOOST_PP_FRAME_FINISH(i) BOOST_PP_CAT(BOOST_PP_ITERATION_FINISH_, i)</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_FRAME_FLAGS */</span><span class="preprocessor"></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="iteration_2iterate_8hpp.html#a2a25131eb2d664582c9d24b6e1f5b57a"> 51</a></span> <span class="preprocessor"># define BOOST_PP_FRAME_FLAGS(i) (BOOST_PP_CAT(BOOST_PP_ITERATION_FLAGS_, i)())</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"># </span><span class="comment">/* BOOST_PP_RELATIVE_ITERATION */</span><span class="preprocessor"></span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a9d5a54fc049f75cfe7facbbc0c9c1250"> 55</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_ITERATION(i) BOOST_PP_CAT(BOOST_PP_RELATIVE_, i)(BOOST_PP_ITERATION_)</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a2bbfee2899236bfe6be0d841ef013b8e"> 57</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_0(m) BOOST_PP_CAT(m, BOOST_PP_ITERATION_DEPTH())</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#aa14d213379fc88a1d30f7fc7d8b549c1"> 58</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_1(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_ITERATION_DEPTH()))</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#aafe1ac91615cfbd2ab306ec794811087"> 59</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_2(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_ITERATION_DEPTH())))</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a7a9e3ec8a334fe60e2735ea49c1233cb"> 60</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_3(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_ITERATION_DEPTH()))))</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#ac03a137907c5dbbc2eb8e79241424078"> 61</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_4(m) BOOST_PP_CAT(m, BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_DEC(BOOST_PP_ITERATION_DEPTH())))))</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_RELATIVE_START && BOOST_PP_RELATIVE_FINISH */</span><span class="preprocessor"></span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a0e1793dba6cdafff040a5800be78c55c"> 65</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_START(i) BOOST_PP_CAT(BOOST_PP_RELATIVE_, i)(BOOST_PP_ITERATION_START_)</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a7639aa2d543d549cc7507d3cf4647899"> 66</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_FINISH(i) BOOST_PP_CAT(BOOST_PP_RELATIVE_, i)(BOOST_PP_ITERATION_FINISH_)</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_RELATIVE_FLAGS */</span><span class="preprocessor"></span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a4b97aeb9da62144e7235c8b32ef4dbcd"> 70</a></span> <span class="preprocessor"># define BOOST_PP_RELATIVE_FLAGS(i) (BOOST_PP_CAT(BOOST_PP_RELATIVE_, i)(BOOST_PP_ITERATION_FLAGS_)())</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor"># </span><span class="comment">/* BOOST_PP_ITERATE */</span><span class="preprocessor"></span></div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#ae6da58cd7d6d3d8813fd0d815f01a119"> 74</a></span> <span class="preprocessor"># define BOOST_PP_ITERATE() BOOST_PP_CAT(BOOST_PP_ITERATE_, BOOST_PP_INC(BOOST_PP_ITERATION_DEPTH()))</span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#ae6f2e33ec2deb2c84cc87568c0a4d2a4"> 76</a></span> <span class="preprocessor"># define BOOST_PP_ITERATE_1 <eoslib/preprocessor/iteration/detail/iter/forward1.hpp></span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a958549ececac174d9f26ba297c574b32"> 77</a></span> <span class="preprocessor"># define BOOST_PP_ITERATE_2 <eoslib/preprocessor/iteration/detail/iter/forward2.hpp></span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a700bc4188b39ecb61d9e4a2362c3bcb5"> 78</a></span> <span class="preprocessor"># define BOOST_PP_ITERATE_3 <eoslib/preprocessor/iteration/detail/iter/forward3.hpp></span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#a324dcbbce9b6cbd1376d660d16507b99"> 79</a></span> <span class="preprocessor"># define BOOST_PP_ITERATE_4 <eoslib/preprocessor/iteration/detail/iter/forward4.hpp></span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="iteration_2iterate_8hpp.html#aed341496bb0ba04d8a476ac619d7b33f"> 80</a></span> <span class="preprocessor"># define BOOST_PP_ITERATE_5 <eoslib/preprocessor/iteration/detail/iter/forward5.hpp></span></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor"># endif</span></div><div class="ttc" id="arithmetic_2dec_8hpp_html"><div class="ttname"><a href="arithmetic_2dec_8hpp.html">dec.hpp</a></div></div>
<div class="ttc" id="array_2size_8hpp_html"><div class="ttname"><a href="array_2size_8hpp.html">size.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="slot_2slot_8hpp_html"><div class="ttname"><a href="slot_2slot_8hpp.html">slot.hpp</a></div></div>
<div class="ttc" id="arithmetic_2inc_8hpp_html"><div class="ttname"><a href="arithmetic_2inc_8hpp.html">inc.hpp</a></div></div>
<div class="ttc" id="array_2elem_8hpp_html"><div class="ttname"><a href="array_2elem_8hpp.html">elem.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>