http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
new file mode 100644
index 0000000..b6a80a3
--- /dev/null
+++ 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
@@ -0,0 +1,184 @@
+<!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.5"/>
+<title>Apache Mesos: 3rdparty/libprocess/include/process/logging.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="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">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.5 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</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><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" 
href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li 
class="navelem"><a class="el" 
href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li 
class="navelem"><a class="el" 
href="dir_eac18f7a64f6f8afbd1493ef4e09abdb.html">include</a></li><li 
class="navelem"><a class="el" 
href="dir_1894286df79cf582d947dbc4268b06cf.html">process</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="headertitle">
+<div class="title">logging.hpp</div>  </div>
+</div><!--header-->
+<div class="contents">
+<a href="3rdparty_2libprocess_2include_2process_2logging_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>&#160;<span 
class="comment">// Licensed under the Apache License, Version 2.0 (the 
&quot;License&quot;);</span></div>
+<div class="line"><a name="l00002"></a><span class="lineno">    
2</span>&#160;<span class="comment">// you may not use this file except in 
compliance with the License.</span></div>
+<div class="line"><a name="l00003"></a><span class="lineno">    
3</span>&#160;<span class="comment">// You may obtain a copy of the License 
at</span></div>
+<div class="line"><a name="l00004"></a><span class="lineno">    
4</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00005"></a><span class="lineno">    
5</span>&#160;<span class="comment">//     
http://www.apache.org/licenses/LICENSE-2.0</span></div>
+<div class="line"><a name="l00006"></a><span class="lineno">    
6</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00007"></a><span class="lineno">    
7</span>&#160;<span class="comment">// Unless required by applicable law or 
agreed to in writing, software</span></div>
+<div class="line"><a name="l00008"></a><span class="lineno">    
8</span>&#160;<span class="comment">// distributed under the License is 
distributed on an &quot;AS IS&quot; BASIS,</span></div>
+<div class="line"><a name="l00009"></a><span class="lineno">    
9</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.</span></div>
+<div class="line"><a name="l00010"></a><span class="lineno">   
10</span>&#160;<span class="comment">// See the License for the specific 
language governing permissions and</span></div>
+<div class="line"><a name="l00011"></a><span class="lineno">   
11</span>&#160;<span class="comment">// limitations under the 
License</span></div>
+<div class="line"><a name="l00012"></a><span class="lineno">   
12</span>&#160;</div>
+<div class="line"><a name="l00013"></a><span class="lineno">   
13</span>&#160;<span class="preprocessor">#ifndef 
__PROCESS_LOGGING_HPP__</span></div>
+<div class="line"><a name="l00014"></a><span class="lineno">   
14</span>&#160;<span class="preprocessor"></span><span 
class="preprocessor">#define __PROCESS_LOGGING_HPP__</span></div>
+<div class="line"><a name="l00015"></a><span class="lineno">   
15</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00016"></a><span class="lineno">   
16</span>&#160;<span class="preprocessor">#include 
&lt;glog/logging.h&gt;</span></div>
+<div class="line"><a name="l00017"></a><span class="lineno">   
17</span>&#160;</div>
+<div class="line"><a name="l00018"></a><span class="lineno">   
18</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="future_8hpp.html">process/future.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00019"></a><span class="lineno">   
19</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="3rdparty_2libprocess_2include_2process_2http_8hpp.html">process/http.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00020"></a><span class="lineno">   
20</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="libprocess_2include_2process_2process_8hpp.html">process/process.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00021"></a><span class="lineno">   
21</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="timeout_8hpp.html">process/timeout.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00022"></a><span class="lineno">   
22</span>&#160;</div>
+<div class="line"><a name="l00023"></a><span class="lineno">   
23</span>&#160;<span class="keyword">namespace </span><a class="code" 
href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">process</a> {</div>
+<div class="line"><a name="l00024"></a><span class="lineno">   
24</span>&#160;</div>
+<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" 
href="classprocess_1_1Logging.html">   25</a></span>&#160;<span 
class="keyword">class </span><a class="code" 
href="classprocess_1_1Logging.html">Logging</a> : <span 
class="keyword">public</span> <a class="code" 
href="classprocess_1_1Process.html">Process</a>&lt;Logging&gt;</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="keyword">public</span>:</div>
+<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" 
href="classprocess_1_1Logging.html#a33d14fbf25fd137a1482d43b9d81369c">   
28</a></span>&#160;  <a class="code" 
href="classprocess_1_1Logging.html#a33d14fbf25fd137a1482d43b9d81369c">Logging</a>(<a
 class="code" href="classOption.html">Option&lt;std::string&gt;</a> 
_authenticationRealm)</div>
+<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160; 
   : <a class="code" 
href="classprocess_1_1ProcessBase.html">ProcessBase</a>(<span 
class="stringliteral">&quot;logging&quot;</span>),</div>
+<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160; 
     original(FLAGS_v),</div>
+<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160; 
     authenticationRealm(_authenticationRealm)</div>
+<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160; 
 {</div>
+<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160; 
   <span class="comment">// Make sure all reads/writes can be done atomically 
(i.e., to</span></div>
+<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160; 
   <span class="comment">// make sure VLOG(*) statements don&#39;t read partial 
writes).</span></div>
+<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160; 
   <span class="comment">// TODO(benh): Use &quot;atomics&quot; primitives for 
doing reads/writes of</span></div>
+<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160; 
   <span class="comment">// FLAGS_v anyway to account for proper memory 
barriers.</span></div>
+<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160; 
   CHECK(<span class="keyword">sizeof</span>(FLAGS_v) == <span 
class="keyword">sizeof</span>(int32_t));</div>
+<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160; 
 }</div>
+<div class="line"><a name="l00039"></a><span class="lineno">   
39</span>&#160;</div>
+<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" 
href="classprocess_1_1Logging.html#af746e42f1e6f322b6902a2e5ffb84be8">   
40</a></span>&#160;  <span class="keyword">virtual</span> <a class="code" 
href="classprocess_1_1Logging.html#af746e42f1e6f322b6902a2e5ffb84be8">~Logging</a>()
 {}</div>
+<div class="line"><a name="l00041"></a><span class="lineno">   
41</span>&#160;</div>
+<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160; 
 <a class="code" href="classprocess_1_1Future.html">Future&lt;Nothing&gt;</a> 
<a class="code" 
href="classprocess_1_1Logging.html#a1ac031b63eb2a359579e55fc49c2c577">set_level</a>(<span
 class="keywordtype">int</span> level, <span class="keyword">const</span> <a 
class="code" href="classDuration.html">Duration</a>&amp; duration);</div>
+<div class="line"><a name="l00043"></a><span class="lineno">   
43</span>&#160;</div>
+<div class="line"><a name="l00044"></a><span class="lineno">   
44</span>&#160;<span class="keyword">protected</span>:</div>
+<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" 
href="classprocess_1_1Logging.html#aadc2611836b2e3e9f6ea667e06da4fa5">   
45</a></span>&#160;  <span class="keyword">virtual</span> <span 
class="keywordtype">void</span> <a class="code" 
href="classprocess_1_1Logging.html#aadc2611836b2e3e9f6ea667e06da4fa5">initialize</a>()</div>
+<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160; 
 {</div>
+<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160; 
   <span class="keywordflow">if</span> (authenticationRealm.<a class="code" 
href="classOption.html#a4e3bf8416d95246f43c91f1b5c309323">isSome</a>()) {</div>
+<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160; 
     <a class="code" 
href="classprocess_1_1ProcessBase.html#af0d1a6f8da798dfb2b6ea92550b8c6f5">route</a>(<span
 class="stringliteral">&quot;/toggle&quot;</span>, authenticationRealm.<a 
class="code" 
href="classOption.html#a21358442c0fac1cc978a67a9a9089a79">get</a>(), 
TOGGLE_HELP(), &amp;This::toggle);</div>
+<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160; 
   } <span class="keywordflow">else</span> {</div>
+<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160; 
     <a class="code" 
href="classprocess_1_1ProcessBase.html#af0d1a6f8da798dfb2b6ea92550b8c6f5">route</a>(<span
 class="stringliteral">&quot;/toggle&quot;</span>,</div>
+<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160; 
           TOGGLE_HELP(),</div>
+<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160; 
           [<span class="keyword">this</span>](<span 
class="keyword">const</span> <a class="code" 
href="structprocess_1_1http_1_1Request.html">http::Request</a>&amp; <a 
class="code" 
href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">request</a>)
 {</div>
+<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160; 
             <span class="keywordflow">return</span> This::toggle(request, <a 
class="code" href="structNone.html">None</a>());</div>
+<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160; 
           });</div>
+<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160; 
   }</div>
+<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160; 
 }</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;<span class="keyword">private</span>:</div>
+<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">Future&lt;http::Response&gt;</a> 
toggle(</div>
+<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="structprocess_1_1http_1_1Request.html">http::Request</a>&amp; <a 
class="code" 
href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">request</a>,</div>
+<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;http::authentication::Principal&gt;</a>&amp;);</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="keywordtype">void</span> set(<span class="keywordtype">int</span> 
v)</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; 
   <span class="keywordflow">if</span> (FLAGS_v != v) {</div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160; 
     VLOG(FLAGS_v) &lt;&lt; <span class="stringliteral">&quot;Setting verbose 
logging level to &quot;</span> &lt;&lt; v;</div>
+<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160; 
     FLAGS_v = v;</div>
+<div class="line"><a name="l00068"></a><span class="lineno">   
68</span>&#160;</div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160; 
     <span class="comment">// Ensure &#39;FLAGS_v&#39; visible in other 
threads.</span></div>
+<div class="line"><a name="l00070"></a><span class="lineno">   
70</span>&#160;<span class="preprocessor">#ifdef __WINDOWS__</span></div>
+<div class="line"><a name="l00071"></a><span class="lineno">   
71</span>&#160;<span class="preprocessor"></span>      MemoryBarrier();</div>
+<div class="line"><a name="l00072"></a><span class="lineno">   
72</span>&#160;<span class="preprocessor">#else</span></div>
+<div class="line"><a name="l00073"></a><span class="lineno">   
73</span>&#160;<span class="preprocessor"></span>      
__sync_synchronize();</div>
+<div class="line"><a name="l00074"></a><span class="lineno">   
74</span>&#160;<span class="preprocessor">#endif // __WINDOWS__</span></div>
+<div class="line"><a name="l00075"></a><span class="lineno">   
75</span>&#160;<span class="preprocessor"></span>    }</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;</div>
+<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160; 
 <span class="keywordtype">void</span> revert()</div>
+<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160; 
 {</div>
+<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160; 
   <span class="keywordflow">if</span> (timeout.<a class="code" 
href="classprocess_1_1Timeout.html#a154543bc53bace270ac54a12b52a1833">remaining</a>()
 == <a class="code" href="classSeconds.html">Seconds</a>(0)) {</div>
+<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160; 
     set(original);</div>
+<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160; 
   }</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;</div>
+<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160; 
 <span class="keyword">static</span> <span class="keyword">const</span> 
std::string TOGGLE_HELP();</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">   87</span>&#160; 
 Timeout timeout;</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="keyword">const</span> int32_t original; <span class="comment">// 
Original value of FLAGS_v.</span></div>
+<div class="line"><a name="l00090"></a><span class="lineno">   
90</span>&#160;</div>
+<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160; 
 <span class="comment">// The authentication realm that the `/logging/toggle` 
endpoint will be</span></div>
+<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160; 
 <span class="comment">// installed into.</span></div>
+<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160; 
 <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;std::string&gt;</a> authenticationRealm;</div>
+<div class="line"><a name="l00094"></a><span class="lineno">   
94</span>&#160;};</div>
+<div class="line"><a name="l00095"></a><span class="lineno">   
95</span>&#160;</div>
+<div class="line"><a name="l00096"></a><span class="lineno">   
96</span>&#160;} <span class="comment">// namespace process {</span></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;<span class="preprocessor">#endif // 
__PROCESS_LOGGING_HPP__</span></div>
+<div class="ttc" 
id="classprocess_1_1Logging_html_aadc2611836b2e3e9f6ea667e06da4fa5"><div 
class="ttname"><a 
href="classprocess_1_1Logging.html#aadc2611836b2e3e9f6ea667e06da4fa5">process::Logging::initialize</a></div><div
 class="ttdeci">virtual void initialize()</div><div class="ttdoc">Invoked when 
a process gets spawned. </div><div class="ttdef"><b>Definition:</b> 
logging.hpp:45</div></div>
+<div class="ttc" id="classOption_html"><div class="ttname"><a 
href="classOption.html">Option&lt; std::string &gt;</a></div></div>
+<div class="ttc" 
id="namespaceprocess_1_1http_html_ad8f400b5e54038df7e5662ec35da05fa"><div 
class="ttname"><a 
href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">process::http::request</a></div><div
 class="ttdeci">Future&lt; Response &gt; request(const Request &amp;request, 
bool streamedResponse=false)</div><div class="ttdoc">Asynchronously sends an 
HTTP request to the process and returns the HTTP response once the entire 
res...</div></div>
+<div class="ttc" id="timeout_8hpp_html"><div class="ttname"><a 
href="timeout_8hpp.html">timeout.hpp</a></div></div>
+<div class="ttc" 
id="classprocess_1_1Logging_html_a33d14fbf25fd137a1482d43b9d81369c"><div 
class="ttname"><a 
href="classprocess_1_1Logging.html#a33d14fbf25fd137a1482d43b9d81369c">process::Logging::Logging</a></div><div
 class="ttdeci">Logging(Option&lt; std::string &gt; 
_authenticationRealm)</div><div class="ttdef"><b>Definition:</b> 
logging.hpp:28</div></div>
+<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a 
href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div 
class="ttdef"><b>Definition:</b> process.hpp:69</div></div>
+<div class="ttc" 
id="classprocess_1_1ProcessBase_html_af0d1a6f8da798dfb2b6ea92550b8c6f5"><div 
class="ttname"><a 
href="classprocess_1_1ProcessBase.html#af0d1a6f8da798dfb2b6ea92550b8c6f5">process::ProcessBase::route</a></div><div
 class="ttdeci">void route(const std::string &amp;name, const Option&lt; 
std::string &gt; &amp;help, const HttpRequestHandler &amp;handler, const 
RouteOptions &amp;options=RouteOptions())</div><div class="ttdoc">Sets up a 
handler for HTTP requests with the specified name. </div></div>
+<div class="ttc" id="classDuration_html"><div class="ttname"><a 
href="classDuration.html">Duration</a></div><div 
class="ttdef"><b>Definition:</b> duration.hpp:32</div></div>
+<div class="ttc" id="classOption_html_a4e3bf8416d95246f43c91f1b5c309323"><div 
class="ttname"><a 
href="classOption.html#a4e3bf8416d95246f43c91f1b5c309323">Option::isSome</a></div><div
 class="ttdeci">bool isSome() const </div><div class="ttdef"><b>Definition:</b> 
option.hpp:108</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Request_html"><div 
class="ttname"><a 
href="structprocess_1_1http_1_1Request.html">process::http::Request</a></div><div
 class="ttdef"><b>Definition:</b> http.hpp:511</div></div>
+<div class="ttc" id="classprocess_1_1Logging_html"><div class="ttname"><a 
href="classprocess_1_1Logging.html">process::Logging</a></div><div 
class="ttdef"><b>Definition:</b> logging.hpp:25</div></div>
+<div class="ttc" id="classSeconds_html"><div class="ttname"><a 
href="classSeconds.html">Seconds</a></div><div class="ttdef"><b>Definition:</b> 
duration.hpp:243</div></div>
+<div class="ttc" id="classOption_html_a21358442c0fac1cc978a67a9a9089a79"><div 
class="ttname"><a 
href="classOption.html#a21358442c0fac1cc978a67a9a9089a79">Option::get</a></div><div
 class="ttdeci">const T &amp; get() const &amp;</div><div 
class="ttdef"><b>Definition:</b> option.hpp:111</div></div>
+<div class="ttc" id="future_8hpp_html"><div class="ttname"><a 
href="future_8hpp.html">future.hpp</a></div></div>
+<div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div 
class="ttname"><a 
href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div
 class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div 
class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
+<div class="ttc" id="structNone_html"><div class="ttname"><a 
href="structNone.html">None</a></div><div class="ttdef"><b>Definition:</b> 
none.hpp:27</div></div>
+<div class="ttc" 
id="classprocess_1_1Logging_html_a1ac031b63eb2a359579e55fc49c2c577"><div 
class="ttname"><a 
href="classprocess_1_1Logging.html#a1ac031b63eb2a359579e55fc49c2c577">process::Logging::set_level</a></div><div
 class="ttdeci">Future&lt; Nothing &gt; set_level(int level, const Duration 
&amp;duration)</div></div>
+<div class="ttc" 
id="3rdparty_2libprocess_2include_2process_2http_8hpp_html"><div 
class="ttname"><a 
href="3rdparty_2libprocess_2include_2process_2http_8hpp.html">http.hpp</a></div></div>
+<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a 
href="classprocess_1_1Process.html">process::Process</a></div><div 
class="ttdef"><b>Definition:</b> process.hpp:490</div></div>
+<div class="ttc" id="libprocess_2include_2process_2process_8hpp_html"><div 
class="ttname"><a 
href="libprocess_2include_2process_2process_8hpp.html">process.hpp</a></div></div>
+<div class="ttc" 
id="classprocess_1_1Logging_html_af746e42f1e6f322b6902a2e5ffb84be8"><div 
class="ttname"><a 
href="classprocess_1_1Logging.html#af746e42f1e6f322b6902a2e5ffb84be8">process::Logging::~Logging</a></div><div
 class="ttdeci">virtual ~Logging()</div><div class="ttdef"><b>Definition:</b> 
logging.hpp:40</div></div>
+<div class="ttc" 
id="classprocess_1_1Timeout_html_a154543bc53bace270ac54a12b52a1833"><div 
class="ttname"><a 
href="classprocess_1_1Timeout.html#a154543bc53bace270ac54a12b52a1833">process::Timeout::remaining</a></div><div
 class="ttdeci">Duration remaining() const </div><div 
class="ttdef"><b>Definition:</b> timeout.hpp:77</div></div>
+<div class="ttc" id="classprocess_1_1Future_html"><div class="ttname"><a 
href="classprocess_1_1Future.html">process::Future&lt; Nothing 
&gt;</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html";>
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp.html
 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp.html
new file mode 100644
index 0000000..bcec484
--- /dev/null
+++ 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp.html
@@ -0,0 +1,81 @@
+<!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.5"/>
+<title>Apache Mesos: 3rdparty/libprocess/include/process/message.hpp File 
Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="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">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.5 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</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><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" 
href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li 
class="navelem"><a class="el" 
href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li 
class="navelem"><a class="el" 
href="dir_eac18f7a64f6f8afbd1493ef4e09abdb.html">include</a></li><li 
class="navelem"><a class="el" 
href="dir_1894286df79cf582d947dbc4268b06cf.html">process</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="summary">
+<a href="#nested-classes">Classes</a> &#124;
+<a href="#namespaces">Namespaces</a>  </div>
+  <div class="headertitle">
+<div class="title">message.hpp File Reference</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><code>#include &lt;string&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="3rdparty_2libprocess_2include_2process_2pid_8hpp_source.html">process/pid.hpp</a>&gt;</code><br/>
+</div>
+<p><a 
href="3rdparty_2libprocess_2include_2process_2message_8hpp_source.html">Go to 
the source code of this file.</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="nested-classes"></a>
+Classes</h2></td></tr>
+<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="structprocess_1_1Message.html">process::Message</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="namespaces"></a>
+Namespaces</h2></td></tr>
+<tr class="memitem:namespaceprocess"><td class="memItemLeft" align="right" 
valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="namespaceprocess.html">process</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+</div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html";>
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp_source.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp_source.html
 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp_source.html
new file mode 100644
index 0000000..adf93a3
--- /dev/null
+++ 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2message_8hpp_source.html
@@ -0,0 +1,103 @@
+<!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.5"/>
+<title>Apache Mesos: 3rdparty/libprocess/include/process/message.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="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">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.5 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</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><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" 
href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li 
class="navelem"><a class="el" 
href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li 
class="navelem"><a class="el" 
href="dir_eac18f7a64f6f8afbd1493ef4e09abdb.html">include</a></li><li 
class="navelem"><a class="el" 
href="dir_1894286df79cf582d947dbc4268b06cf.html">process</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="headertitle">
+<div class="title">message.hpp</div>  </div>
+</div><!--header-->
+<div class="contents">
+<a href="3rdparty_2libprocess_2include_2process_2message_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>&#160;<span 
class="comment">// Licensed under the Apache License, Version 2.0 (the 
&quot;License&quot;);</span></div>
+<div class="line"><a name="l00002"></a><span class="lineno">    
2</span>&#160;<span class="comment">// you may not use this file except in 
compliance with the License.</span></div>
+<div class="line"><a name="l00003"></a><span class="lineno">    
3</span>&#160;<span class="comment">// You may obtain a copy of the License 
at</span></div>
+<div class="line"><a name="l00004"></a><span class="lineno">    
4</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00005"></a><span class="lineno">    
5</span>&#160;<span class="comment">//     
http://www.apache.org/licenses/LICENSE-2.0</span></div>
+<div class="line"><a name="l00006"></a><span class="lineno">    
6</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00007"></a><span class="lineno">    
7</span>&#160;<span class="comment">// Unless required by applicable law or 
agreed to in writing, software</span></div>
+<div class="line"><a name="l00008"></a><span class="lineno">    
8</span>&#160;<span class="comment">// distributed under the License is 
distributed on an &quot;AS IS&quot; BASIS,</span></div>
+<div class="line"><a name="l00009"></a><span class="lineno">    
9</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.</span></div>
+<div class="line"><a name="l00010"></a><span class="lineno">   
10</span>&#160;<span class="comment">// See the License for the specific 
language governing permissions and</span></div>
+<div class="line"><a name="l00011"></a><span class="lineno">   
11</span>&#160;<span class="comment">// limitations under the 
License</span></div>
+<div class="line"><a name="l00012"></a><span class="lineno">   
12</span>&#160;</div>
+<div class="line"><a name="l00013"></a><span class="lineno">   
13</span>&#160;<span class="preprocessor">#ifndef 
__PROCESS_MESSAGE_HPP__</span></div>
+<div class="line"><a name="l00014"></a><span class="lineno">   
14</span>&#160;<span class="preprocessor"></span><span 
class="preprocessor">#define __PROCESS_MESSAGE_HPP__</span></div>
+<div class="line"><a name="l00015"></a><span class="lineno">   
15</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00016"></a><span class="lineno">   
16</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
+<div class="line"><a name="l00017"></a><span class="lineno">   
17</span>&#160;</div>
+<div class="line"><a name="l00018"></a><span class="lineno">   
18</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="3rdparty_2libprocess_2include_2process_2pid_8hpp.html">process/pid.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00019"></a><span class="lineno">   
19</span>&#160;</div>
+<div class="line"><a name="l00020"></a><span class="lineno">   
20</span>&#160;<span class="keyword">namespace </span><a class="code" 
href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">process</a> {</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"><a class="line" 
href="structprocess_1_1Message.html">   22</a></span>&#160;<span 
class="keyword">struct </span><a class="code" 
href="structprocess_1_1Message.html">Message</a></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"><a class="line" 
href="structprocess_1_1Message.html#a97a2032a98cf03075101d02dbc50539c">   
24</a></span>&#160;  std::string <a class="code" 
href="structprocess_1_1Message.html#a97a2032a98cf03075101d02dbc50539c">name</a>;</div>
+<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" 
href="structprocess_1_1Message.html#a34b9bf104323f4cb48049c00046bf02c">   
25</a></span>&#160;  <a class="code" href="structprocess_1_1UPID.html">UPID</a> 
<a class="code" 
href="structprocess_1_1Message.html#a34b9bf104323f4cb48049c00046bf02c">from</a>;</div>
+<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" 
href="structprocess_1_1Message.html#a8a407ef45ff459747256f8d701951d28">   
26</a></span>&#160;  <a class="code" href="structprocess_1_1UPID.html">UPID</a> 
<a class="code" 
href="structprocess_1_1Message.html#a8a407ef45ff459747256f8d701951d28">to</a>;</div>
+<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" 
href="structprocess_1_1Message.html#aba0d1f741d939864cf287833dd14792e">   
27</a></span>&#160;  std::string <a class="code" 
href="structprocess_1_1Message.html#aba0d1f741d939864cf287833dd14792e">body</a>;</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;</div>
+<div class="line"><a name="l00030"></a><span class="lineno">   
30</span>&#160;} <span class="comment">// namespace process {</span></div>
+<div class="line"><a name="l00031"></a><span class="lineno">   
31</span>&#160;</div>
+<div class="line"><a name="l00032"></a><span class="lineno">   
32</span>&#160;<span class="preprocessor">#endif // 
__PROCESS_MESSAGE_HPP__</span></div>
+<div class="ttc" id="structprocess_1_1Message_html"><div class="ttname"><a 
href="structprocess_1_1Message.html">process::Message</a></div><div 
class="ttdef"><b>Definition:</b> message.hpp:22</div></div>
+<div class="ttc" 
id="structprocess_1_1Message_html_a8a407ef45ff459747256f8d701951d28"><div 
class="ttname"><a 
href="structprocess_1_1Message.html#a8a407ef45ff459747256f8d701951d28">process::Message::to</a></div><div
 class="ttdeci">UPID to</div><div class="ttdef"><b>Definition:</b> 
message.hpp:26</div></div>
+<div class="ttc" 
id="structprocess_1_1Message_html_a34b9bf104323f4cb48049c00046bf02c"><div 
class="ttname"><a 
href="structprocess_1_1Message.html#a34b9bf104323f4cb48049c00046bf02c">process::Message::from</a></div><div
 class="ttdeci">UPID from</div><div class="ttdef"><b>Definition:</b> 
message.hpp:25</div></div>
+<div class="ttc" id="structprocess_1_1UPID_html"><div class="ttname"><a 
href="structprocess_1_1UPID.html">process::UPID</a></div><div class="ttdoc">An 
&amp;quot;untyped&amp;quot; PID, used to encapsulate the process ID for 
lower-layer abstractions (eg...</div><div class="ttdef"><b>Definition:</b> 
pid.hpp:39</div></div>
+<div class="ttc" 
id="3rdparty_2libprocess_2include_2process_2pid_8hpp_html"><div 
class="ttname"><a 
href="3rdparty_2libprocess_2include_2process_2pid_8hpp.html">pid.hpp</a></div></div>
+<div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div 
class="ttname"><a 
href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div
 class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div 
class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
+<div class="ttc" 
id="structprocess_1_1Message_html_aba0d1f741d939864cf287833dd14792e"><div 
class="ttname"><a 
href="structprocess_1_1Message.html#aba0d1f741d939864cf287833dd14792e">process::Message::body</a></div><div
 class="ttdeci">std::string body</div><div class="ttdef"><b>Definition:</b> 
message.hpp:27</div></div>
+<div class="ttc" 
id="structprocess_1_1Message_html_a97a2032a98cf03075101d02dbc50539c"><div 
class="ttname"><a 
href="structprocess_1_1Message.html#a97a2032a98cf03075101d02dbc50539c">process::Message::name</a></div><div
 class="ttdeci">std::string name</div><div class="ttdef"><b>Definition:</b> 
message.hpp:24</div></div>
+</div><!-- fragment --></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html";>
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp.html
 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp.html
new file mode 100644
index 0000000..0550793
--- /dev/null
+++ 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp.html
@@ -0,0 +1,111 @@
+<!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.5"/>
+<title>Apache Mesos: 3rdparty/libprocess/include/process/metrics/metrics.hpp 
File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="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">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.5 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</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><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" 
href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li 
class="navelem"><a class="el" 
href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li 
class="navelem"><a class="el" 
href="dir_eac18f7a64f6f8afbd1493ef4e09abdb.html">include</a></li><li 
class="navelem"><a class="el" 
href="dir_1894286df79cf582d947dbc4268b06cf.html">process</a></li><li 
class="navelem"><a class="el" 
href="dir_0c2042cbda9076eebbde73e7b1892dff.html">metrics</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="summary">
+<a href="#nested-classes">Classes</a> &#124;
+<a href="#namespaces">Namespaces</a> &#124;
+<a href="#func-members">Functions</a> &#124;
+<a href="#var-members">Variables</a>  </div>
+  <div class="headertitle">
+<div class="title">metrics.hpp File Reference</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><code>#include &lt;string&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="dispatch_8hpp_source.html">process/dispatch.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="future_8hpp_source.html">process/future.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="3rdparty_2libprocess_2include_2process_2limiter_8hpp_source.html">process/limiter.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="owned_8hpp_source.html">process/owned.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="libprocess_2include_2process_2process_8hpp_source.html">process/process.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="metric_8hpp_source.html">process/metrics/metric.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="hashmap_8hpp_source.html">stout/hashmap.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="nothing_8hpp_source.html">stout/nothing.hpp</a>&gt;</code><br/>
+<code>#include &lt;<a class="el" 
href="option_8hpp_source.html">stout/option.hpp</a>&gt;</code><br/>
+</div>
+<p><a 
href="3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp_source.html">Go
 to the source code of this file.</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="nested-classes"></a>
+Classes</h2></td></tr>
+<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">process::metrics::internal::MetricsProcess</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="namespaces"></a>
+Namespaces</h2></td></tr>
+<tr class="memitem:namespaceprocess"><td class="memItemLeft" align="right" 
valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="namespaceprocess.html">process</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:namespaceprocess_1_1metrics"><td class="memItemLeft" 
align="right" valign="top">&#160;</td><td class="memItemRight" 
valign="bottom"><a class="el" 
href="namespaceprocess_1_1metrics.html">process::metrics</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:namespaceprocess_1_1metrics_1_1internal"><td 
class="memItemLeft" align="right" valign="top">&#160;</td><td 
class="memItemRight" valign="bottom"><a class="el" 
href="namespaceprocess_1_1metrics_1_1internal.html">process::metrics::internal</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="func-members"></a>
+Functions</h2></td></tr>
+<tr class="memitem:a15af50f3f4dbcca2f7c619ccfbaa70b2"><td 
class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
+<tr class="memitem:a15af50f3f4dbcca2f7c619ccfbaa70b2"><td 
class="memTemplItemLeft" align="right" valign="top">Future&lt; <a class="el" 
href="structNothing.html">Nothing</a> &gt;&#160;</td><td 
class="memTemplItemRight" valign="bottom"><a class="el" 
href="namespaceprocess_1_1metrics.html#a15af50f3f4dbcca2f7c619ccfbaa70b2">process::metrics::add</a>
 (const T &amp;metric)</td></tr>
+<tr class="separator:a15af50f3f4dbcca2f7c619ccfbaa70b2"><td 
class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ad561ce447753dc2edad5d52a8776a141"><td class="memItemLeft" 
align="right" valign="top">Future&lt; <a class="el" 
href="structNothing.html">Nothing</a> &gt;&#160;</td><td class="memItemRight" 
valign="bottom"><a class="el" 
href="namespaceprocess_1_1metrics.html#ad561ce447753dc2edad5d52a8776a141">process::metrics::remove</a>
 (const Metric &amp;metric)</td></tr>
+<tr class="separator:ad561ce447753dc2edad5d52a8776a141"><td 
class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a767a7c1dc04bf1c7c0445657baa0a475"><td class="memItemLeft" 
align="right" valign="top">Future&lt; <a class="el" 
href="classhashmap.html">hashmap</a>&lt; std::string, <br class="typebreak"/>
+double &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a 
class="el" 
href="namespaceprocess_1_1metrics.html#a767a7c1dc04bf1c7c0445657baa0a475">process::metrics::snapshot</a>
 (const <a class="el" href="classOption.html">Option</a>&lt; <a class="el" 
href="classDuration.html">Duration</a> &gt; &amp;timeout)</td></tr>
+<tr class="separator:a767a7c1dc04bf1c7c0445657baa0a475"><td 
class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="var-members"></a>
+Variables</h2></td></tr>
+<tr class="memitem:aaa37243f659788386a13de558eba70a7"><td class="memItemLeft" 
align="right" valign="top">PID&lt; MetricsProcess &gt;&#160;</td><td 
class="memItemRight" valign="bottom"><a class="el" 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">process::metrics::internal::metrics</a></td></tr>
+<tr class="separator:aaa37243f659788386a13de558eba70a7"><td 
class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+</div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html";>
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a3206036/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp_source.html
----------------------------------------------------------------------
diff --git 
a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp_source.html
 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp_source.html
new file mode 100644
index 0000000..570a867
--- /dev/null
+++ 
b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2metrics_2metrics_8hpp_source.html
@@ -0,0 +1,233 @@
+<!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.5"/>
+<title>Apache Mesos: 3rdparty/libprocess/include/process/metrics/metrics.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="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">Apache Mesos
+   </div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.5 -->
+  <div id="navrow1" class="tabs">
+    <ul class="tablist">
+      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&#160;Pages</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><a href="examples.html"><span>Examples</span></a></li>
+    </ul>
+  </div>
+  <div id="navrow2" class="tabs2">
+    <ul class="tablist">
+      <li><a href="files.html"><span>File&#160;List</span></a></li>
+      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
+    </ul>
+  </div>
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" 
href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li 
class="navelem"><a class="el" 
href="dir_043a76de98701f9bddf61b5e98f305ff.html">libprocess</a></li><li 
class="navelem"><a class="el" 
href="dir_eac18f7a64f6f8afbd1493ef4e09abdb.html">include</a></li><li 
class="navelem"><a class="el" 
href="dir_1894286df79cf582d947dbc4268b06cf.html">process</a></li><li 
class="navelem"><a class="el" 
href="dir_0c2042cbda9076eebbde73e7b1892dff.html">metrics</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="headertitle">
+<div class="title">metrics.hpp</div>  </div>
+</div><!--header-->
+<div class="contents">
+<a 
href="3rdparty_2libprocess_2include_2process_2metrics_2metrics_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>&#160;<span 
class="comment">// Licensed under the Apache License, Version 2.0 (the 
&quot;License&quot;);</span></div>
+<div class="line"><a name="l00002"></a><span class="lineno">    
2</span>&#160;<span class="comment">// you may not use this file except in 
compliance with the License.</span></div>
+<div class="line"><a name="l00003"></a><span class="lineno">    
3</span>&#160;<span class="comment">// You may obtain a copy of the License 
at</span></div>
+<div class="line"><a name="l00004"></a><span class="lineno">    
4</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00005"></a><span class="lineno">    
5</span>&#160;<span class="comment">//     
http://www.apache.org/licenses/LICENSE-2.0</span></div>
+<div class="line"><a name="l00006"></a><span class="lineno">    
6</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00007"></a><span class="lineno">    
7</span>&#160;<span class="comment">// Unless required by applicable law or 
agreed to in writing, software</span></div>
+<div class="line"><a name="l00008"></a><span class="lineno">    
8</span>&#160;<span class="comment">// distributed under the License is 
distributed on an &quot;AS IS&quot; BASIS,</span></div>
+<div class="line"><a name="l00009"></a><span class="lineno">    
9</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.</span></div>
+<div class="line"><a name="l00010"></a><span class="lineno">   
10</span>&#160;<span class="comment">// See the License for the specific 
language governing permissions and</span></div>
+<div class="line"><a name="l00011"></a><span class="lineno">   
11</span>&#160;<span class="comment">// limitations under the 
License</span></div>
+<div class="line"><a name="l00012"></a><span class="lineno">   
12</span>&#160;</div>
+<div class="line"><a name="l00013"></a><span class="lineno">   
13</span>&#160;<span class="preprocessor">#ifndef 
__PROCESS_METRICS_METRICS_HPP__</span></div>
+<div class="line"><a name="l00014"></a><span class="lineno">   
14</span>&#160;<span class="preprocessor"></span><span 
class="preprocessor">#define __PROCESS_METRICS_METRICS_HPP__</span></div>
+<div class="line"><a name="l00015"></a><span class="lineno">   
15</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00016"></a><span class="lineno">   
16</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
+<div class="line"><a name="l00017"></a><span class="lineno">   
17</span>&#160;</div>
+<div class="line"><a name="l00018"></a><span class="lineno">   
18</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="dispatch_8hpp.html">process/dispatch.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00019"></a><span class="lineno">   
19</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="future_8hpp.html">process/future.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00020"></a><span class="lineno">   
20</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="3rdparty_2libprocess_2include_2process_2limiter_8hpp.html">process/limiter.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00021"></a><span class="lineno">   
21</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="owned_8hpp.html">process/owned.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00022"></a><span class="lineno">   
22</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="libprocess_2include_2process_2process_8hpp.html">process/process.hpp</a>&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;<a class="code" 
href="metric_8hpp.html">process/metrics/metric.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00025"></a><span class="lineno">   
25</span>&#160;</div>
+<div class="line"><a name="l00026"></a><span class="lineno">   
26</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="hashmap_8hpp.html">stout/hashmap.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00027"></a><span class="lineno">   
27</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="nothing_8hpp.html">stout/nothing.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00028"></a><span class="lineno">   
28</span>&#160;<span class="preprocessor">#include &lt;<a class="code" 
href="option_8hpp.html">stout/option.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00029"></a><span class="lineno">   
29</span>&#160;</div>
+<div class="line"><a name="l00030"></a><span class="lineno">   
30</span>&#160;<span class="keyword">namespace </span><a class="code" 
href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">process</a> {</div>
+<div class="line"><a name="l00031"></a><span class="lineno">   
31</span>&#160;<span class="keyword">namespace </span><a class="code" 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">metrics</a>
 {</div>
+<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" 
href="namespaceprocess_1_1metrics_1_1internal.html">   32</a></span>&#160;<span 
class="keyword">namespace </span>internal {</div>
+<div class="line"><a name="l00033"></a><span class="lineno">   
33</span>&#160;</div>
+<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">   
34</a></span>&#160;<span class="keyword">class </span><a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>
 : <span class="keyword">public</span> <a class="code" 
href="classprocess_1_1Process.html">Process</a>&lt;MetricsProcess&gt;</div>
+<div class="line"><a name="l00035"></a><span class="lineno">   
35</span>&#160;{</div>
+<div class="line"><a name="l00036"></a><span class="lineno">   
36</span>&#160;<span class="keyword">public</span>:</div>
+<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160; 
 <span class="keyword">static</span> <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>*
 <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a1b0e6141bb79047bf1247e27c2befcfd">create</a>(<span
 class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;std::string&gt;</a>&amp; 
authenticationRealm);</div>
+<div class="line"><a name="l00038"></a><span class="lineno">   
38</span>&#160;</div>
+<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160; 
 <a class="code" href="classprocess_1_1Future.html">Future&lt;Nothing&gt;</a> 
<a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a06759b57c213fa98c8d957e347f2a9b5">add</a>(<a
 class="code" href="classprocess_1_1Owned.html">Owned&lt;Metric&gt;</a> 
metric);</div>
+<div class="line"><a name="l00040"></a><span class="lineno">   
40</span>&#160;</div>
+<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160; 
 <a class="code" href="classprocess_1_1Future.html">Future&lt;Nothing&gt;</a> 
<span class="keyword">remove</span>(<span class="keyword">const</span> 
std::string&amp; <a class="code" 
href="namespaceos_1_1Shell.html#acfe16ef2b1146ad49a8651c0a457ce46">name</a>);</div>
+<div class="line"><a name="l00042"></a><span class="lineno">   
42</span>&#160;</div>
+<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">Future&lt;hashmap&lt;std::string, 
double&gt;</a>&gt; <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#ab276c60b63527c1a94d5ece44efe63ce">snapshot</a>(</div>
+<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a>&amp; timeout);</div>
+<div class="line"><a name="l00045"></a><span class="lineno">   
45</span>&#160;</div>
+<div class="line"><a name="l00046"></a><span class="lineno">   
46</span>&#160;<span class="keyword">protected</span>:</div>
+<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160; 
 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a 
class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a481de823013045447009d4554fdaf69d">initialize</a>();</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;<span class="keyword">private</span>:</div>
+<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160; 
 <span class="keyword">static</span> std::string help();</div>
+<div class="line"><a name="l00051"></a><span class="lineno">   
51</span>&#160;</div>
+<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160; 
 <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>(</div>
+<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option</a>&lt;<a class="code" 
href="classprocess_1_1Owned.html">Owned&lt;RateLimiter&gt;</a>&gt;&amp; 
_limiter,</div>
+<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;std::string&gt;</a>&amp; 
_authenticationRealm)</div>
+<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160; 
   : <a class="code" 
href="classprocess_1_1ProcessBase.html#a318038bacd95e4260864533f7cfe12fd">ProcessBase</a>(<span
 class="stringliteral">&quot;metrics&quot;</span>),</div>
+<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160; 
     limiter(_limiter),</div>
+<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160; 
     authenticationRealm(_authenticationRealm)</div>
+<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160; 
 {}</div>
+<div class="line"><a name="l00059"></a><span class="lineno">   
59</span>&#160;</div>
+<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160; 
 <span class="comment">// Non-copyable, non-assignable.</span></div>
+<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160; 
 <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>(<span
 class="keyword">const</span> <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>&amp;);</div>
+<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160; 
 <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>&amp;
 operator=(<span class="keyword">const</span> <a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">MetricsProcess</a>&amp;);</div>
+<div class="line"><a name="l00063"></a><span class="lineno">   
63</span>&#160;</div>
+<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">Future&lt;http::Response&gt;</a> 
_snapshot(</div>
+<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="structprocess_1_1http_1_1Request.html">http::Request</a>&amp; <a 
class="code" 
href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">request</a>,</div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;http::authentication::Principal&gt;</a>&amp;);</div>
+<div class="line"><a name="l00067"></a><span class="lineno">   
67</span>&#160;</div>
+<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160; 
 <span class="keyword">static</span> std::list&lt;Future&lt;double&gt;&gt; 
_snapshotTimeout(</div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="namespacecgroups_1_1devices.html#a22494291bc2cb89697dcd2b5f288bdd3">std::list</a>&lt;<a
 class="code" 
href="classprocess_1_1Future.html">Future&lt;double&gt;</a>&gt;&amp; 
futures);</div>
+<div class="line"><a name="l00070"></a><span class="lineno">   
70</span>&#160;</div>
+<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160; 
 <span class="keyword">static</span> <a class="code" 
href="classprocess_1_1Future.html">Future&lt;hashmap&lt;std::string, 
double&gt;</a>&gt; __snapshot(</div>
+<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a>&amp; timeout,</div>
+<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classhashmap.html">hashmap</a>&lt;std::string, <a class="code" 
href="classprocess_1_1Future.html">Future&lt;double&gt;</a>&gt;&amp; 
metrics,</div>
+<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classhashmap.html">hashmap</a>&lt;std::string, <a class="code" 
href="classOption.html">Option</a>&lt;<a class="code" 
href="structprocess_1_1Statistics.html">Statistics&lt;double&gt;</a>&gt;&gt;&amp;
 <a class="code" 
href="namespacerouting_1_1link.html#a8486fce953717fcb949bfdc17a2dd3e1">statistics</a>);</div>
+<div class="line"><a name="l00075"></a><span class="lineno">   
75</span>&#160;</div>
+<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160; 
 <span class="comment">// The Owned&lt;Metric&gt; is an explicit copy of the 
Metric passed to &#39;add&#39;.</span></div>
+<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160; 
 <a class="code" href="classhashmap.html">hashmap&lt;std::string, 
Owned&lt;Metric&gt;</a>&gt; metrics;</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; 
 <span class="comment">// Used to rate limit the snapshot endpoint.</span></div>
+<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160; 
 <a class="code" 
href="classOption.html">Option&lt;Owned&lt;RateLimiter&gt;</a>&gt; 
limiter;</div>
+<div class="line"><a name="l00081"></a><span class="lineno">   
81</span>&#160;</div>
+<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160; 
 <span class="comment">// The authentication realm that metrics HTTP endpoints 
are installed into.</span></div>
+<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160; 
 <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;std::string&gt;</a> authenticationRealm;</div>
+<div class="line"><a name="l00084"></a><span class="lineno">   
84</span>&#160;};</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">   
87</span>&#160;<span class="comment">// Global metrics process. Defined in 
process.cpp.</span></div>
+<div class="line"><a name="l00088"></a><span class="lineno">   
88</span>&#160;<span class="keyword">extern</span> <a class="code" 
href="structprocess_1_1PID.html">PID&lt;MetricsProcess&gt;</a> <a class="code" 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">metrics</a>;</div>
+<div class="line"><a name="l00089"></a><span class="lineno">   
89</span>&#160;</div>
+<div class="line"><a name="l00090"></a><span class="lineno">   
90</span>&#160;}  <span class="comment">// namespace internal {</span></div>
+<div class="line"><a name="l00091"></a><span class="lineno">   
91</span>&#160;</div>
+<div class="line"><a name="l00092"></a><span class="lineno">   
92</span>&#160;</div>
+<div class="line"><a name="l00093"></a><span class="lineno">   
93</span>&#160;<span class="keyword">template</span> &lt;<span 
class="keyword">typename</span> T&gt;</div>
+<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" 
href="namespaceprocess_1_1metrics.html#a15af50f3f4dbcca2f7c619ccfbaa70b2">   
94</a></span>&#160;<a class="code" 
href="classprocess_1_1Future.html">Future&lt;Nothing&gt;</a> <a class="code" 
href="namespaceprocess_1_1metrics.html#a15af50f3f4dbcca2f7c619ccfbaa70b2">add</a>(<span
 class="keyword">const</span> T&amp; metric)</div>
+<div class="line"><a name="l00095"></a><span class="lineno">   
95</span>&#160;{</div>
+<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160; 
 <span class="comment">// The metrics process is instantiated in 
`process::initialize`.</span></div>
+<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160; 
 <a class="code" 
href="namespaceprocess.html#a6c9cd01950a98038b2a6df3e5066418f">process::initialize</a>();</div>
+<div class="line"><a name="l00098"></a><span class="lineno">   
98</span>&#160;</div>
+<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160; 
 <span class="comment">// There is an explicit copy in this call to ensure we 
end up owning</span></div>
+<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160; 
 <span class="comment">// the last copy of a Metric when we remove 
it.</span></div>
+<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160; 
 <span class="keywordflow">return</span> <a class="code" 
href="namespaceprocess.html#acfbc29404bc653268289691b0dd59e22">dispatch</a>(</div>
+<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160; 
     <a class="code" 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">internal::metrics</a>,</div>
+<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160; 
     &amp;<a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a06759b57c213fa98c8d957e347f2a9b5">internal::MetricsProcess::add</a>,</div>
+<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160; 
     <a class="code" 
href="classprocess_1_1Owned.html">Owned&lt;Metric&gt;</a>(<span 
class="keyword">new</span> T(metric)));</div>
+<div class="line"><a name="l00105"></a><span class="lineno">  
105</span>&#160;}</div>
+<div class="line"><a name="l00106"></a><span class="lineno">  
106</span>&#160;</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"><a class="line" 
href="namespaceprocess_1_1metrics.html#ad561ce447753dc2edad5d52a8776a141">  
108</a></span>&#160;<span class="keyword">inline</span> <a class="code" 
href="classprocess_1_1Future.html">Future&lt;Nothing&gt;</a> <span 
class="keyword">remove</span>(<span class="keyword">const</span> <a 
class="code" href="classprocess_1_1metrics_1_1Metric.html">Metric</a>&amp; 
metric)</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="comment">// The metrics process is instantiated in 
`process::initialize`.</span></div>
+<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160; 
 <a class="code" 
href="namespaceprocess.html#a6c9cd01950a98038b2a6df3e5066418f">process::initialize</a>();</div>
+<div class="line"><a name="l00112"></a><span class="lineno">  
112</span>&#160;</div>
+<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160; 
 <span class="keywordflow">return</span> <a class="code" 
href="namespaceprocess.html#acfbc29404bc653268289691b0dd59e22">dispatch</a>(</div>
+<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160; 
     <a class="code" 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">internal::metrics</a>,</div>
+<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160; 
     &amp;<a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#ad5879be2708a6b45ee29fe4acfe0eece">internal::MetricsProcess::remove</a>,</div>
+<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160; 
     metric.name());</div>
+<div class="line"><a name="l00117"></a><span class="lineno">  
117</span>&#160;}</div>
+<div class="line"><a name="l00118"></a><span class="lineno">  
118</span>&#160;</div>
+<div class="line"><a name="l00119"></a><span class="lineno">  
119</span>&#160;</div>
+<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" 
href="namespaceprocess_1_1metrics.html#a767a7c1dc04bf1c7c0445657baa0a475">  
120</a></span>&#160;<span class="keyword">inline</span> <a class="code" 
href="classprocess_1_1Future.html">Future&lt;hashmap&lt;std::string, 
double&gt;</a>&gt; <a class="code" 
href="namespaceprocess_1_1metrics.html#a767a7c1dc04bf1c7c0445657baa0a475">snapshot</a>(</div>
+<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160; 
   <span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a>&amp; timeout)</div>
+<div class="line"><a name="l00122"></a><span class="lineno">  
122</span>&#160;{</div>
+<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160; 
 <span class="comment">// The metrics process is instantiated in 
`process::initialize`.</span></div>
+<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160; 
 <a class="code" 
href="namespaceprocess.html#a6c9cd01950a98038b2a6df3e5066418f">process::initialize</a>();</div>
+<div class="line"><a name="l00125"></a><span class="lineno">  
125</span>&#160;</div>
+<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160; 
 <span class="keywordflow">return</span> <a class="code" 
href="namespaceprocess.html#acfbc29404bc653268289691b0dd59e22">dispatch</a>(</div>
+<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160; 
     <a class="code" 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">internal::metrics</a>,</div>
+<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160; 
     &amp;<a class="code" 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#ab276c60b63527c1a94d5ece44efe63ce">internal::MetricsProcess::snapshot</a>,</div>
+<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160; 
     timeout);</div>
+<div class="line"><a name="l00130"></a><span class="lineno">  
130</span>&#160;}</div>
+<div class="line"><a name="l00131"></a><span class="lineno">  
131</span>&#160;</div>
+<div class="line"><a name="l00132"></a><span class="lineno">  
132</span>&#160;}  <span class="comment">// namespace metrics {</span></div>
+<div class="line"><a name="l00133"></a><span class="lineno">  
133</span>&#160;}  <span class="comment">// namespace process {</span></div>
+<div class="line"><a name="l00134"></a><span class="lineno">  
134</span>&#160;</div>
+<div class="line"><a name="l00135"></a><span class="lineno">  
135</span>&#160;<span class="preprocessor">#endif // 
__PROCESS_METRICS_METRICS_HPP__</span></div>
+<div class="ttc" id="classOption_html"><div class="ttname"><a 
href="classOption.html">Option&lt; std::string &gt;</a></div></div>
+<div class="ttc" 
id="namespaceprocess_1_1http_html_ad8f400b5e54038df7e5662ec35da05fa"><div 
class="ttname"><a 
href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">process::http::request</a></div><div
 class="ttdeci">Future&lt; Response &gt; request(const Request &amp;request, 
bool streamedResponse=false)</div><div class="ttdoc">Asynchronously sends an 
HTTP request to the process and returns the HTTP response once the entire 
res...</div></div>
+<div class="ttc" id="metric_8hpp_html"><div class="ttname"><a 
href="metric_8hpp.html">metric.hpp</a></div></div>
+<div class="ttc" 
id="classprocess_1_1ProcessBase_html_a318038bacd95e4260864533f7cfe12fd"><div 
class="ttname"><a 
href="classprocess_1_1ProcessBase.html#a318038bacd95e4260864533f7cfe12fd">process::ProcessBase::ProcessBase</a></div><div
 class="ttdeci">ProcessBase(const std::string &amp;id=&quot;&quot;)</div></div>
+<div class="ttc" 
id="classprocess_1_1metrics_1_1internal_1_1MetricsProcess_html"><div 
class="ttname"><a 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html">process::metrics::internal::MetricsProcess</a></div><div
 class="ttdef"><b>Definition:</b> metrics.hpp:34</div></div>
+<div class="ttc" 
id="namespaceprocess_html_a6c9cd01950a98038b2a6df3e5066418f"><div 
class="ttname"><a 
href="namespaceprocess.html#a6c9cd01950a98038b2a6df3e5066418f">process::initialize</a></div><div
 class="ttdeci">bool initialize(const Option&lt; std::string &gt; 
&amp;delegate=None(), const Option&lt; std::string &gt; 
&amp;readwriteAuthenticationRealm=None(), const Option&lt; std::string &gt; 
&amp;readonlyAuthenticationRealm=None())</div><div class="ttdoc">Initialize the 
library. </div></div>
+<div class="ttc" id="classprocess_1_1metrics_1_1Metric_html"><div 
class="ttname"><a 
href="classprocess_1_1metrics_1_1Metric.html">process::metrics::Metric</a></div><div
 class="ttdef"><b>Definition:</b> metric.hpp:33</div></div>
+<div class="ttc" 
id="classprocess_1_1metrics_1_1internal_1_1MetricsProcess_html_ad5879be2708a6b45ee29fe4acfe0eece"><div
 class="ttname"><a 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#ad5879be2708a6b45ee29fe4acfe0eece">process::metrics::internal::MetricsProcess::remove</a></div><div
 class="ttdeci">Future&lt; Nothing &gt; remove(const std::string 
&amp;name)</div></div>
+<div class="ttc" 
id="namespacerouting_1_1link_html_a8486fce953717fcb949bfdc17a2dd3e1"><div 
class="ttname"><a 
href="namespacerouting_1_1link.html#a8486fce953717fcb949bfdc17a2dd3e1">routing::link::statistics</a></div><div
 class="ttdeci">Result&lt; hashmap&lt; std::string, uint64_t &gt; &gt; 
statistics(const std::string &amp;link)</div></div>
+<div class="ttc" id="dispatch_8hpp_html"><div class="ttname"><a 
href="dispatch_8hpp.html">dispatch.hpp</a></div></div>
+<div class="ttc" 
id="namespaceprocess_1_1metrics_html_a15af50f3f4dbcca2f7c619ccfbaa70b2"><div 
class="ttname"><a 
href="namespaceprocess_1_1metrics.html#a15af50f3f4dbcca2f7c619ccfbaa70b2">process::metrics::add</a></div><div
 class="ttdeci">Future&lt; Nothing &gt; add(const T &amp;metric)</div><div 
class="ttdef"><b>Definition:</b> metrics.hpp:94</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Request_html"><div 
class="ttname"><a 
href="structprocess_1_1http_1_1Request.html">process::http::Request</a></div><div
 class="ttdef"><b>Definition:</b> http.hpp:511</div></div>
+<div class="ttc" id="classhashmap_html"><div class="ttname"><a 
href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> 
hashmap.hpp:36</div></div>
+<div class="ttc" 
id="namespaceprocess_html_acfbc29404bc653268289691b0dd59e22"><div 
class="ttname"><a 
href="namespaceprocess.html#acfbc29404bc653268289691b0dd59e22">process::dispatch</a></div><div
 class="ttdeci">void dispatch(const PID&lt; T &gt; &amp;pid, 
void(T::*method)())</div><div class="ttdef"><b>Definition:</b> 
dispatch.hpp:157</div></div>
+<div class="ttc" id="nothing_8hpp_html"><div class="ttname"><a 
href="nothing_8hpp.html">nothing.hpp</a></div></div>
+<div class="ttc" 
id="classprocess_1_1metrics_1_1internal_1_1MetricsProcess_html_a481de823013045447009d4554fdaf69d"><div
 class="ttname"><a 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a481de823013045447009d4554fdaf69d">process::metrics::internal::MetricsProcess::initialize</a></div><div
 class="ttdeci">virtual void initialize()</div><div class="ttdoc">Invoked when 
a process gets spawned. </div></div>
+<div class="ttc" 
id="classprocess_1_1metrics_1_1internal_1_1MetricsProcess_html_ab276c60b63527c1a94d5ece44efe63ce"><div
 class="ttname"><a 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#ab276c60b63527c1a94d5ece44efe63ce">process::metrics::internal::MetricsProcess::snapshot</a></div><div
 class="ttdeci">Future&lt; hashmap&lt; std::string, double &gt; &gt; 
snapshot(const Option&lt; Duration &gt; &amp;timeout)</div></div>
+<div class="ttc" 
id="classprocess_1_1metrics_1_1internal_1_1MetricsProcess_html_a1b0e6141bb79047bf1247e27c2befcfd"><div
 class="ttname"><a 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a1b0e6141bb79047bf1247e27c2befcfd">process::metrics::internal::MetricsProcess::create</a></div><div
 class="ttdeci">static MetricsProcess * create(const Option&lt; std::string 
&gt; &amp;authenticationRealm)</div></div>
+<div class="ttc" id="option_8hpp_html"><div class="ttname"><a 
href="option_8hpp.html">option.hpp</a></div></div>
+<div class="ttc" 
id="namespacecgroups_1_1devices_html_a22494291bc2cb89697dcd2b5f288bdd3"><div 
class="ttname"><a 
href="namespacecgroups_1_1devices.html#a22494291bc2cb89697dcd2b5f288bdd3">cgroups::devices::list</a></div><div
 class="ttdeci">Try&lt; std::vector&lt; Entry &gt; &gt; list(const std::string 
&amp;hierarchy, const std::string &amp;cgroup)</div></div>
+<div class="ttc" id="future_8hpp_html"><div class="ttname"><a 
href="future_8hpp.html">future.hpp</a></div></div>
+<div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div 
class="ttname"><a 
href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div
 class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div 
class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
+<div class="ttc" id="structprocess_1_1PID_html"><div class="ttname"><a 
href="structprocess_1_1PID.html">process::PID</a></div><div class="ttdoc">A 
&amp;quot;process identifier&amp;quot; used to uniquely identify a process when 
dispatching messages. </div><div class="ttdef"><b>Definition:</b> 
pid.hpp:127</div></div>
+<div class="ttc" id="owned_8hpp_html"><div class="ttname"><a 
href="owned_8hpp.html">owned.hpp</a></div></div>
+<div class="ttc" 
id="3rdparty_2libprocess_2include_2process_2limiter_8hpp_html"><div 
class="ttname"><a 
href="3rdparty_2libprocess_2include_2process_2limiter_8hpp.html">limiter.hpp</a></div></div>
+<div class="ttc" 
id="namespaceprocess_1_1metrics_html_a767a7c1dc04bf1c7c0445657baa0a475"><div 
class="ttname"><a 
href="namespaceprocess_1_1metrics.html#a767a7c1dc04bf1c7c0445657baa0a475">process::metrics::snapshot</a></div><div
 class="ttdeci">Future&lt; hashmap&lt; std::string, double &gt; &gt; 
snapshot(const Option&lt; Duration &gt; &amp;timeout)</div><div 
class="ttdef"><b>Definition:</b> metrics.hpp:120</div></div>
+<div class="ttc" id="classprocess_1_1Owned_html"><div class="ttname"><a 
href="classprocess_1_1Owned.html">process::Owned</a></div><div 
class="ttdef"><b>Definition:</b> owned.hpp:35</div></div>
+<div class="ttc" 
id="classprocess_1_1metrics_1_1internal_1_1MetricsProcess_html_a06759b57c213fa98c8d957e347f2a9b5"><div
 class="ttname"><a 
href="classprocess_1_1metrics_1_1internal_1_1MetricsProcess.html#a06759b57c213fa98c8d957e347f2a9b5">process::metrics::internal::MetricsProcess::add</a></div><div
 class="ttdeci">Future&lt; Nothing &gt; add(Owned&lt; Metric &gt; 
metric)</div></div>
+<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a 
href="classprocess_1_1Process.html">process::Process</a></div><div 
class="ttdef"><b>Definition:</b> process.hpp:490</div></div>
+<div class="ttc" 
id="namespaceprocess_1_1metrics_1_1internal_html_aaa37243f659788386a13de558eba70a7"><div
 class="ttname"><a 
href="namespaceprocess_1_1metrics_1_1internal.html#aaa37243f659788386a13de558eba70a7">process::metrics::internal::metrics</a></div><div
 class="ttdeci">PID&lt; MetricsProcess &gt; metrics</div></div>
+<div class="ttc" id="libprocess_2include_2process_2process_8hpp_html"><div 
class="ttname"><a 
href="libprocess_2include_2process_2process_8hpp.html">process.hpp</a></div></div>
+<div class="ttc" 
id="namespaceos_1_1Shell_html_acfe16ef2b1146ad49a8651c0a457ce46"><div 
class="ttname"><a 
href="namespaceos_1_1Shell.html#acfe16ef2b1146ad49a8651c0a457ce46">os::Shell::name</a></div><div
 class="ttdeci">constexpr const char * name</div><div 
class="ttdef"><b>Definition:</b> shell.hpp:41</div></div>
+<div class="ttc" id="structprocess_1_1Statistics_html"><div class="ttname"><a 
href="structprocess_1_1Statistics.html">process::Statistics</a></div><div 
class="ttdef"><b>Definition:</b> statistics.hpp:30</div></div>
+<div class="ttc" id="hashmap_8hpp_html"><div class="ttname"><a 
href="hashmap_8hpp.html">hashmap.hpp</a></div></div>
+<div class="ttc" id="classprocess_1_1Future_html"><div class="ttname"><a 
href="classprocess_1_1Future.html">process::Future&lt; Nothing 
&gt;</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html";>
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>

Reply via email to