mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
162 lines
21 KiB
HTML
162 lines
21 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: Slot.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="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a62226f9e3a6c7c5a3be455e2f87ae01.html">xrpld</a></li><li class="navelem"><a class="el" href="dir_89046728185f0c274a4164d3e2cb38fb.html">peerfinder</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">peerfinder/Slot.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef XRPL_PEERFINDER_SLOT_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_PEERFINDER_SLOT_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <xrpl/beast/net/IPEndpoint.h></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <xrpl/protocol/PublicKey.h></span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a>></span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">namespace </span>PeerFinder {</div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
|
|
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html"> 13</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1PeerFinder_1_1Slot.html">Slot</a></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span>{</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a1f281260a0f70450cf00c6231fb47653"> 16</a></span> <span class="keyword">using </span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">ptr</a> = <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Slot></a>;</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54"> 18</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe">State</a> { <a class="code hl_enumvalue" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54">accept</a>, <a class="code hl_enumvalue" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feaabad7159e651d717b0c7d100c507d2b2">connect</a>, <a class="code hl_enumvalue" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea488267e5b4e7d9c0602ed78161301ded">connected</a>, <a class="code hl_enumvalue" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac795f97229ae813282d51a668a48df57">active</a>, <a class="code hl_enumvalue" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea6e8b8dbe8eae258de16200a7a3625726">closing</a> };</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#ab74dc02fff51cd2d959e40c3ad241772"> 20</a></span> <span class="keyword">virtual</span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#ab74dc02fff51cd2d959e40c3ad241772">~Slot</a>() = 0;</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a2037b5bfb655be89f5b3c0ec3541864a"> 24</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#a2037b5bfb655be89f5b3c0ec3541864a">inbound</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a49830f0b6511b04f30fbcacab8dee405"> 31</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#a49830f0b6511b04f30fbcacab8dee405">fixed</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#ab978acf7e9bf6cd5a59543b780e6bad4"> 38</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#ab978acf7e9bf6cd5a59543b780e6bad4">reserved</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">virtual</span> <a class="code hl_enumeration" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe">State</a></div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a851a0fddcbf2d00f142723fb17acd40b"> 42</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#a851a0fddcbf2d00f142723fb17acd40b">state</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a37e6d2e891817ebd8e27c3446ff361ea"> 46</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#a37e6d2e891817ebd8e27c3446ff361ea">remote_endpoint</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<beast::IP::Endpoint></a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#adcc4075fbe94e38e0a880c493ca3159b"> 50</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#adcc4075fbe94e38e0a880c493ca3159b">local_endpoint</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::uint16_t></a></div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a56bfd479d532b3f6b18078e1ee6f400d"> 53</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#a56bfd479d532b3f6b18078e1ee6f400d">listening_port</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">virtual</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<PublicKey></a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#ac3053328d5c94eb145c844644b0a051b"> 59</a></span> <a class="code hl_function" href="classripple_1_1PeerFinder_1_1Slot.html#ac3053328d5c94eb145c844644b0a051b">public_key</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span>} <span class="comment">// namespace PeerFinder</span></div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span>} <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#endif</span></div>
|
|
<div class="ttc" id="aclassbeast_1_1IP_1_1Endpoint_html"><div class="ttname"><a href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a></div><div class="ttdoc">A version-independent IP address and port combination.</div><div class="ttdef"><b>Definition</b> <a href="IPEndpoint_8h_source.html#l00018">IPEndpoint.h:19</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html">ripple::PeerFinder::Slot</a></div><div class="ttdoc">Properties and state associated with a peer to peer overlay connection.</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00013">peerfinder/Slot.h:14</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a2037b5bfb655be89f5b3c0ec3541864a"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a2037b5bfb655be89f5b3c0ec3541864a">ripple::PeerFinder::Slot::inbound</a></div><div class="ttdeci">virtual bool inbound() const =0</div><div class="ttdoc">Returns true if this is an inbound connection.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a37e6d2e891817ebd8e27c3446ff361ea"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a37e6d2e891817ebd8e27c3446ff361ea">ripple::PeerFinder::Slot::remote_endpoint</a></div><div class="ttdeci">virtual beast::IP::Endpoint const & remote_endpoint() const =0</div><div class="ttdoc">The remote endpoint of socket.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a49830f0b6511b04f30fbcacab8dee405"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a49830f0b6511b04f30fbcacab8dee405">ripple::PeerFinder::Slot::fixed</a></div><div class="ttdeci">virtual bool fixed() const =0</div><div class="ttdoc">Returns true if this is a fixed connection.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a56bfd479d532b3f6b18078e1ee6f400d"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a56bfd479d532b3f6b18078e1ee6f400d">ripple::PeerFinder::Slot::listening_port</a></div><div class="ttdeci">virtual std::optional< std::uint16_t > listening_port() const =0</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a851a0fddcbf2d00f142723fb17acd40b"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a851a0fddcbf2d00f142723fb17acd40b">ripple::PeerFinder::Slot::state</a></div><div class="ttdeci">virtual State state() const =0</div><div class="ttdoc">Returns the state of the connection.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ab74dc02fff51cd2d959e40c3ad241772"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ab74dc02fff51cd2d959e40c3ad241772">ripple::PeerFinder::Slot::~Slot</a></div><div class="ttdeci">virtual ~Slot()=0</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ab978acf7e9bf6cd5a59543b780e6bad4"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ab978acf7e9bf6cd5a59543b780e6bad4">ripple::PeerFinder::Slot::reserved</a></div><div class="ttdeci">virtual bool reserved() const =0</div><div class="ttdoc">Returns true if this is a reserved connection.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ac3053328d5c94eb145c844644b0a051b"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ac3053328d5c94eb145c844644b0a051b">ripple::PeerFinder::Slot::public_key</a></div><div class="ttdeci">virtual std::optional< PublicKey > const & public_key() const =0</div><div class="ttdoc">The peer's public key, when known.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_adcc4075fbe94e38e0a880c493ca3159b"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#adcc4075fbe94e38e0a880c493ca3159b">ripple::PeerFinder::Slot::local_endpoint</a></div><div class="ttdeci">virtual std::optional< beast::IP::Endpoint > const & local_endpoint() const =0</div><div class="ttdoc">The local endpoint of the socket, when known.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1fe"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe">ripple::PeerFinder::Slot::State</a></div><div class="ttdeci">State</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00018">peerfinder/Slot.h:18</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1fea488267e5b4e7d9c0602ed78161301ded"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea488267e5b4e7d9c0602ed78161301ded">ripple::PeerFinder::Slot::connected</a></div><div class="ttdeci">@ connected</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00018">peerfinder/Slot.h:18</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1fea6e8b8dbe8eae258de16200a7a3625726"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea6e8b8dbe8eae258de16200a7a3625726">ripple::PeerFinder::Slot::closing</a></div><div class="ttdeci">@ closing</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00018">peerfinder/Slot.h:18</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1feaabad7159e651d717b0c7d100c507d2b2"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feaabad7159e651d717b0c7d100c507d2b2">ripple::PeerFinder::Slot::connect</a></div><div class="ttdeci">@ connect</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00018">peerfinder/Slot.h:18</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1feac795f97229ae813282d51a668a48df57"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac795f97229ae813282d51a668a48df57">ripple::PeerFinder::Slot::active</a></div><div class="ttdeci">@ active</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00018">peerfinder/Slot.h:18</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54">ripple::PeerFinder::Slot::accept</a></div><div class="ttdeci">@ accept</div><div class="ttdef"><b>Definition</b> <a href="peerfinder_2Slot_8h_source.html#l00018">peerfinder/Slot.h:18</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
|
|
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
|
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|