This file is indexed.

/usr/share/doc/trust-store/html/tagged__integer_8h_source.html is in libtrust-store-doc 2.0.0+16.04.20160119-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!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.9.1"/>
<title>trust-store: /build/trust-store-uD3f_u/trust-store-2.0.0+16.04.20160119/include/core/trust/tagged_integer.h 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</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 style="padding-left: 0.5em;">
   <div id="projectname">trust-store
   &#160;<span id="projectnumber">2.0.0</span>
   </div>
   <div id="projectbrief">Provides a common implementation of a trust store to be used by trusted helpers.</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('tagged__integer_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">tagged_integer.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="tagged__integer_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Copyright © 2014 Canonical Ltd.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * This program is free software: you can redistribute it and/or modify it</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * under the terms of the GNU Lesser General Public License version 3,</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * as published by the Free Software Foundation.</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * This program is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * GNU Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Authored by: Thomas Voß &lt;thomas.voss@canonical.com&gt;</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#ifndef CORE_TRUST_TAGGED_INTEGER_H_</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#define CORE_TRUST_TAGGED_INTEGER_H_</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &lt;cstdint&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &lt;ostream&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &lt;type_traits&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &lt;sys/types.h&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacecore.html">core</a></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;{</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">namespace </span>trust</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;{</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Tag, <span class="keyword">typename</span> Integer&gt;</div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1TaggedInteger.html">   35</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger</a></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;{</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1TaggedInteger.html#a1ee824a7045684d83f8dd4bb74e89dfe">   38</a></span>&#160;    static_assert(std::is_integral&lt;Integer&gt;::value, <span class="stringliteral">&quot;Integer has to be an integral type&quot;</span>);</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="keyword">typedef</span> Tag <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a1ee824a7045684d83f8dd4bb74e89dfe">TagType</a>;</div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1TaggedInteger.html#a35e56376090c8a39ac1d99ddc5805f3e">   43</a></span>&#160;    <span class="keyword">typedef</span> Integer <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a35e56376090c8a39ac1d99ddc5805f3e">IntegerType</a>;</div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1TaggedInteger.html#af82baa6bacb2ba38b7ff986bba86c699">   46</a></span>&#160;    <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#af82baa6bacb2ba38b7ff986bba86c699">TaggedInteger</a>() : <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a>{}</div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    {</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    }</div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1TaggedInteger.html#aa2d16ad37ac75fd988100d657b260bd1">   51</a></span>&#160;    <span class="keyword">explicit</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#aa2d16ad37ac75fd988100d657b260bd1">TaggedInteger</a>(Integer <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a>) : value{value}</div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;    {</div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;    }</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">   56</a></span>&#160;    Integer <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a>;</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;};</div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Tag, <span class="keyword">typename</span> Integer&gt;</div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#a6b393640381766d75f7aec9877f39ece">   61</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespacecore_1_1trust.html#ac0757c91ab7d706c0c1ef286a9845b35">operator==</a>(<span class="keyword">const</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;Tag, Integer&gt;</a>&amp; lhs, <span class="keyword">const</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;Tag, Integer&gt;</a>&amp; rhs)</div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;{</div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    <span class="keywordflow">return</span> lhs.<a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a> == rhs.<a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Tag, <span class="keyword">typename</span> Integer&gt;</div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#ace438c9a34e9b08a2634322a6c962f41">   68</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespacecore_1_1trust.html#ace438c9a34e9b08a2634322a6c962f41">operator!=</a>(<span class="keyword">const</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;Tag, Integer&gt;</a>&amp; lhs, <span class="keyword">const</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;Tag, Integer&gt;</a>&amp; rhs)</div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;{</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;    <span class="keywordflow">return</span> lhs.<a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a> != rhs.<a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a>;</div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;}</div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Tag, <span class="keyword">typename</span> Integer&gt;</div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#a190fa0f6d39157ff17129a4e3587d477">   75</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> operator&lt;(const TaggedInteger&lt;Tag, Integer&gt;&amp; lhs, <span class="keyword">const</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;Tag, Integer&gt;</a>&amp; rhs)</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;{</div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    <span class="keywordflow">return</span> lhs.<a class="code" href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">value</a> &lt; rhs.value;</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;}</div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Tag, <span class="keyword">typename</span> Integer&gt;</div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#a5b0a74c5f24e951270e76502bfd531f7">   82</a></span>&#160;<span class="keyword">inline</span> std::ostream&amp; operator&lt;&lt;(std::ostream&amp; out, const TaggedInteger&lt;Tag, Integer&gt;&amp; ti)</div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;{</div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    <span class="keywordflow">return</span> out &lt;&lt; ti.value;</div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;}</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust_1_1tag.html">   87</a></span>&#160;<span class="keyword">namespace </span>tag</div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;{</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment">// Tags a group id</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1tag_1_1Gid.html">   90</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structcore_1_1trust_1_1tag_1_1Gid.html">Gid</a> {};</div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="comment">// Tags a process id</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1tag_1_1Pid.html">   92</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structcore_1_1trust_1_1tag_1_1Pid.html">Pid</a> {};</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="comment">// Tags a user id</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1tag_1_1Uid.html">   94</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structcore_1_1trust_1_1tag_1_1Uid.html">Uid</a> {};</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment">// Tags a service-specific feature</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="structcore_1_1trust_1_1tag_1_1Feature.html">   96</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structcore_1_1trust_1_1tag_1_1Feature.html">Feature</a> {};</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;}</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#ae76dd0ebbd6750c1f0ba60bec8b1b0c2">  100</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;tag::Gid, gid_t&gt;</a> <a class="code" href="namespacecore_1_1trust.html#ae76dd0ebbd6750c1f0ba60bec8b1b0c2">Gid</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#a9bfcf7b033fafd1a052c76df4540d720">  102</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;tag::Pid, pid_t&gt;</a> <a class="code" href="namespacecore_1_1trust.html#a9bfcf7b033fafd1a052c76df4540d720">Pid</a>;</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#a8e42de88fa83e363469e29adfaa9b1b4">  104</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;tag::Uid, uid_t&gt;</a> <a class="code" href="namespacecore_1_1trust.html#a8e42de88fa83e363469e29adfaa9b1b4">Uid</a>;</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="namespacecore_1_1trust.html#a406cc2dad62ceeee9843b228ce6c7725">  106</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="structcore_1_1trust_1_1TaggedInteger.html">TaggedInteger&lt;tag::Feature, std::uint64_t&gt;</a> <a class="code" href="namespacecore_1_1trust.html#a406cc2dad62ceeee9843b228ce6c7725">Feature</a>;</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;}</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;}</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="preprocessor">#endif // CORE_TRUST_TAGGED_INTEGER_H_</span></div>
<div class="ttc" id="structcore_1_1trust_1_1TaggedInteger_html_a1ee824a7045684d83f8dd4bb74e89dfe"><div class="ttname"><a href="structcore_1_1trust_1_1TaggedInteger.html#a1ee824a7045684d83f8dd4bb74e89dfe">core::trust::TaggedInteger::TagType</a></div><div class="ttdeci">Tag TagType</div><div class="ttdoc">We bail out if the Integral type is not an integral one. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00038">tagged_integer.h:38</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1TaggedInteger_html_af82baa6bacb2ba38b7ff986bba86c699"><div class="ttname"><a href="structcore_1_1trust_1_1TaggedInteger.html#af82baa6bacb2ba38b7ff986bba86c699">core::trust::TaggedInteger::TaggedInteger</a></div><div class="ttdeci">TaggedInteger()</div><div class="ttdoc">Construct an instance with a default value. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00046">tagged_integer.h:46</a></div></div>
<div class="ttc" id="namespacecore_1_1trust_html_a8e42de88fa83e363469e29adfaa9b1b4"><div class="ttname"><a href="namespacecore_1_1trust.html#a8e42de88fa83e363469e29adfaa9b1b4">core::trust::Uid</a></div><div class="ttdeci">TaggedInteger&lt; tag::Uid, uid_t &gt; Uid</div><div class="ttdoc">Our internal user id type. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00104">tagged_integer.h:104</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1tag_1_1Feature_html"><div class="ttname"><a href="structcore_1_1trust_1_1tag_1_1Feature.html">core::trust::tag::Feature</a></div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00096">tagged_integer.h:96</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1tag_1_1Pid_html"><div class="ttname"><a href="structcore_1_1trust_1_1tag_1_1Pid.html">core::trust::tag::Pid</a></div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00092">tagged_integer.h:92</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1tag_1_1Uid_html"><div class="ttname"><a href="structcore_1_1trust_1_1tag_1_1Uid.html">core::trust::tag::Uid</a></div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00094">tagged_integer.h:94</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1TaggedInteger_html_a3cebe0503e40c1d1d9ca29fbb19c5337"><div class="ttname"><a href="structcore_1_1trust_1_1TaggedInteger.html#a3cebe0503e40c1d1d9ca29fbb19c5337">core::trust::TaggedInteger::value</a></div><div class="ttdeci">Integer value</div><div class="ttdoc">The contained integer value. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00056">tagged_integer.h:56</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1tag_1_1Gid_html"><div class="ttname"><a href="structcore_1_1trust_1_1tag_1_1Gid.html">core::trust::tag::Gid</a></div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00090">tagged_integer.h:90</a></div></div>
<div class="ttc" id="namespacecore_html"><div class="ttname"><a href="namespacecore.html">core</a></div><div class="ttdef"><b>Definition:</b> <a href="agent_8h_source.html#l00028">agent.h:28</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1TaggedInteger_html"><div class="ttname"><a href="structcore_1_1trust_1_1TaggedInteger.html">core::trust::TaggedInteger</a></div><div class="ttdoc">Helper structure for tagging integer types with certain semantics. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00035">tagged_integer.h:35</a></div></div>
<div class="ttc" id="structcore_1_1trust_1_1TaggedInteger_html_aa2d16ad37ac75fd988100d657b260bd1"><div class="ttname"><a href="structcore_1_1trust_1_1TaggedInteger.html#aa2d16ad37ac75fd988100d657b260bd1">core::trust::TaggedInteger::TaggedInteger</a></div><div class="ttdeci">TaggedInteger(Integer value)</div><div class="ttdoc">Construct an instance from an existing integer type. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00051">tagged_integer.h:51</a></div></div>
<div class="ttc" id="namespacecore_1_1trust_html_ace438c9a34e9b08a2634322a6c962f41"><div class="ttname"><a href="namespacecore_1_1trust.html#ace438c9a34e9b08a2634322a6c962f41">core::trust::operator!=</a></div><div class="ttdeci">bool operator!=(const TaggedInteger&lt; Tag, Integer &gt; &amp;lhs, const TaggedInteger&lt; Tag, Integer &gt; &amp;rhs)</div><div class="ttdoc">Returns true iff both tagged integer instances are not equal. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00068">tagged_integer.h:68</a></div></div>
<div class="ttc" id="namespacecore_1_1trust_html_ac0757c91ab7d706c0c1ef286a9845b35"><div class="ttname"><a href="namespacecore_1_1trust.html#ac0757c91ab7d706c0c1ef286a9845b35">core::trust::operator==</a></div><div class="ttdeci">CORE_TRUST_DLL_PUBLIC bool operator==(const Agent::RequestParameters &amp;lhs, const Agent::RequestParameters &amp;rhs)</div><div class="ttdoc">Returns true iff lhs and rhs are equal. </div></div>
<div class="ttc" id="structcore_1_1trust_1_1TaggedInteger_html_a35e56376090c8a39ac1d99ddc5805f3e"><div class="ttname"><a href="structcore_1_1trust_1_1TaggedInteger.html#a35e56376090c8a39ac1d99ddc5805f3e">core::trust::TaggedInteger::IntegerType</a></div><div class="ttdeci">Integer IntegerType</div><div class="ttdoc">Stores the Integer type. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00043">tagged_integer.h:43</a></div></div>
<div class="ttc" id="namespacecore_1_1trust_html_ae76dd0ebbd6750c1f0ba60bec8b1b0c2"><div class="ttname"><a href="namespacecore_1_1trust.html#ae76dd0ebbd6750c1f0ba60bec8b1b0c2">core::trust::Gid</a></div><div class="ttdeci">TaggedInteger&lt; tag::Gid, gid_t &gt; Gid</div><div class="ttdoc">Our internal group id type. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00100">tagged_integer.h:100</a></div></div>
<div class="ttc" id="namespacecore_1_1trust_html_a9bfcf7b033fafd1a052c76df4540d720"><div class="ttname"><a href="namespacecore_1_1trust.html#a9bfcf7b033fafd1a052c76df4540d720">core::trust::Pid</a></div><div class="ttdeci">TaggedInteger&lt; tag::Pid, pid_t &gt; Pid</div><div class="ttdoc">Our internal process id type. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00102">tagged_integer.h:102</a></div></div>
<div class="ttc" id="namespacecore_1_1trust_html_a406cc2dad62ceeee9843b228ce6c7725"><div class="ttname"><a href="namespacecore_1_1trust.html#a406cc2dad62ceeee9843b228ce6c7725">core::trust::Feature</a></div><div class="ttdeci">TaggedInteger&lt; tag::Feature, std::uint64_t &gt; Feature</div><div class="ttdoc">Our internal service-feature type. </div><div class="ttdef"><b>Definition:</b> <a href="tagged__integer_8h_source.html#l00106">tagged_integer.h:106</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_3d69f64eaf81436fe2b22361382717e5.html">core</a></li><li class="navelem"><a class="el" href="dir_9048cfa4af9d36bf8e4ac0e0c456350b.html">trust</a></li><li class="navelem"><a class="el" href="tagged__integer_8h.html">tagged_integer.h</a></li>
    <li class="footer">Generated on Tue Jan 19 2016 15:46:53 for trust-store by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
  </ul>
</div>
</body>
</html>