This commit is contained in:
nbougalis
2020-12-05 06:17:37 +00:00
parent 27ba201b4c
commit ee2b4c457d
4211 changed files with 96026 additions and 94287 deletions

View File

@@ -96,15 +96,15 @@ $(function() {
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;ripple/beast/container/detail/aged_associative_container.h&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;ripple/beast/container/detail/aged_container_iterator.h&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;ripple/beast/container/detail/empty_base_optimization.h&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;ripple/beast/cxx17/type_traits.h&gt;</span> <span class="comment">// &lt;type_traits&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;boost/intrusive/list.hpp&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;boost/intrusive/set.hpp&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;boost/version.hpp&gt;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a>&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/functional.html">functional</a>&gt;</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/initializer_list.html">initializer_list</a>&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/iterator.html">iterator</a>&gt;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;boost/intrusive/list.hpp&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;boost/intrusive/set.hpp&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;boost/version.hpp&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a>&gt;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/functional.html">functional</a>&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/initializer_list.html">initializer_list</a>&gt;</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/iterator.html">iterator</a>&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>&gt;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/type_traits.html">type_traits</a>&gt;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a>&gt;</span></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;<span class="keyword">namespace </span><a class="code" href="namespacebeast.html">beast</a> {</div>
@@ -704,21 +704,21 @@ $(function() {
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160; Allocator <span class="keyword">const</span>&amp; alloc);</div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160; </div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a873e2fbe029198a6686f3af1f6fe069d">aged_ordered_container</a>(</div>
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>,</div>
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init,</div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160; <a class="code" href="classbeast_1_1abstract__clock.html">clock_type</a>&amp; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#ab7c1dd3925fe3f6a938e61070c8c0f22">clock</a>);</div>
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160; </div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a873e2fbe029198a6686f3af1f6fe069d">aged_ordered_container</a>(</div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>,</div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init,</div>
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160; <a class="code" href="classbeast_1_1abstract__clock.html">clock_type</a>&amp; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#ab7c1dd3925fe3f6a938e61070c8c0f22">clock</a>,</div>
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160; Compare <span class="keyword">const</span>&amp; comp);</div>
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160; </div>
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a873e2fbe029198a6686f3af1f6fe069d">aged_ordered_container</a>(</div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>,</div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init,</div>
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160; <a class="code" href="classbeast_1_1abstract__clock.html">clock_type</a>&amp; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#ab7c1dd3925fe3f6a938e61070c8c0f22">clock</a>,</div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160; Allocator <span class="keyword">const</span>&amp; alloc);</div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160; </div>
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a873e2fbe029198a6686f3af1f6fe069d">aged_ordered_container</a>(</div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>,</div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init,</div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; <a class="code" href="classbeast_1_1abstract__clock.html">clock_type</a>&amp; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#ab7c1dd3925fe3f6a938e61070c8c0f22">clock</a>,</div>
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160; Compare <span class="keyword">const</span>&amp; comp,</div>
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span>&#160; Allocator <span class="keyword">const</span>&amp; alloc);</div>
@@ -732,7 +732,7 @@ $(function() {
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a52a1b0882688a402bad462b0dace1014">operator=</a>(<a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html">aged_ordered_container</a>&amp;&amp; other);</div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160; </div>
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html">aged_ordered_container</a>&amp;</div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a52a1b0882688a402bad462b0dace1014">operator=</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>);</div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a52a1b0882688a402bad462b0dace1014">operator=</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init);</div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160; </div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a69da9f77ace9411b1b9de67447b43a0b">allocator_type</a></div>
<div class="line"><a name="l00683"></a><span class="lineno"><a class="line" href="classbeast_1_1detail_1_1aged__ordered__container.html#a7f2fd1fa5ff9334751c960a385d8b708"> 683</a></span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a7f2fd1fa5ff9334751c960a385d8b708">get_allocator</a>()<span class="keyword"> const</span></div>
@@ -1008,9 +1008,9 @@ $(function() {
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span>&#160; }</div>
<div class="line"><a name="l00954"></a><span class="lineno"> 954</span>&#160; </div>
<div class="line"><a name="l00955"></a><span class="lineno"> 955</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00956"></a><span class="lineno"><a class="line" href="classbeast_1_1detail_1_1aged__ordered__container.html#a6acc857c6e9286a3ca1007b594fdf7b4"> 956</a></span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a6acc857c6e9286a3ca1007b594fdf7b4">insert</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>)</div>
<div class="line"><a name="l00956"></a><span class="lineno"><a class="line" href="classbeast_1_1detail_1_1aged__ordered__container.html#a6acc857c6e9286a3ca1007b594fdf7b4"> 956</a></span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a6acc857c6e9286a3ca1007b594fdf7b4">insert</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init)</div>
<div class="line"><a name="l00957"></a><span class="lineno"> 957</span>&#160; {</div>
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a076852dc66b9f7ec844ea7fd24709d92">insert</a>(<a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.begin(), <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.end());</div>
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span>&#160; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html#a076852dc66b9f7ec844ea7fd24709d92">insert</a>(init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/begin.html">begin</a>(), init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/end.html">end</a>());</div>
<div class="line"><a name="l00959"></a><span class="lineno"> 959</span>&#160; }</div>
<div class="line"><a name="l00960"></a><span class="lineno"> 960</span>&#160; </div>
<div class="line"><a name="l00961"></a><span class="lineno"> 961</span>&#160; <span class="comment">// map, set</span></div>
@@ -1561,7 +1561,7 @@ $(function() {
<div class="line"><a name="l01506"></a><span class="lineno"> 1506</span>&#160; <a class="code" href="classbeast_1_1abstract__clock.html">clock_type</a>&amp; clock)</div>
<div class="line"><a name="l01507"></a><span class="lineno"> 1507</span>&#160; : m_config(clock)</div>
<div class="line"><a name="l01508"></a><span class="lineno"> 1508</span>&#160;{</div>
<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>&#160; insert(<a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.begin(), <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.end());</div>
<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>&#160; insert(init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/begin.html">begin</a>(), init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/end.html">end</a>());</div>
<div class="line"><a name="l01510"></a><span class="lineno"> 1510</span>&#160;}</div>
<div class="line"><a name="l01511"></a><span class="lineno"> 1511</span>&#160; </div>
<div class="line"><a name="l01512"></a><span class="lineno"> 1512</span>&#160;<span class="keyword">template</span> &lt;</div>
@@ -1579,7 +1579,7 @@ $(function() {
<div class="line"><a name="l01524"></a><span class="lineno"> 1524</span>&#160; Compare <span class="keyword">const</span>&amp; comp)</div>
<div class="line"><a name="l01525"></a><span class="lineno"> 1525</span>&#160; : m_config(clock, comp), m_cont(comp)</div>
<div class="line"><a name="l01526"></a><span class="lineno"> 1526</span>&#160;{</div>
<div class="line"><a name="l01527"></a><span class="lineno"> 1527</span>&#160; insert(<a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.begin(), <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.end());</div>
<div class="line"><a name="l01527"></a><span class="lineno"> 1527</span>&#160; insert(init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/begin.html">begin</a>(), init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/end.html">end</a>());</div>
<div class="line"><a name="l01528"></a><span class="lineno"> 1528</span>&#160;}</div>
<div class="line"><a name="l01529"></a><span class="lineno"> 1529</span>&#160; </div>
<div class="line"><a name="l01530"></a><span class="lineno"> 1530</span>&#160;<span class="keyword">template</span> &lt;</div>
@@ -1597,7 +1597,7 @@ $(function() {
<div class="line"><a name="l01542"></a><span class="lineno"> 1542</span>&#160; Allocator <span class="keyword">const</span>&amp; alloc)</div>
<div class="line"><a name="l01543"></a><span class="lineno"> 1543</span>&#160; : m_config(clock, alloc)</div>
<div class="line"><a name="l01544"></a><span class="lineno"> 1544</span>&#160;{</div>
<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160; insert(<a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.begin(), <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.end());</div>
<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160; insert(init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/begin.html">begin</a>(), init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/end.html">end</a>());</div>
<div class="line"><a name="l01546"></a><span class="lineno"> 1546</span>&#160;}</div>
<div class="line"><a name="l01547"></a><span class="lineno"> 1547</span>&#160; </div>
<div class="line"><a name="l01548"></a><span class="lineno"> 1548</span>&#160;<span class="keyword">template</span> &lt;</div>
@@ -1616,7 +1616,7 @@ $(function() {
<div class="line"><a name="l01561"></a><span class="lineno"> 1561</span>&#160; Allocator <span class="keyword">const</span>&amp; alloc)</div>
<div class="line"><a name="l01562"></a><span class="lineno"> 1562</span>&#160; : m_config(clock, comp, alloc), m_cont(comp)</div>
<div class="line"><a name="l01563"></a><span class="lineno"> 1563</span>&#160;{</div>
<div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>&#160; insert(<a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.begin(), <a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>.end());</div>
<div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>&#160; insert(init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/begin.html">begin</a>(), init.<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list/end.html">end</a>());</div>
<div class="line"><a name="l01565"></a><span class="lineno"> 1565</span>&#160;}</div>
<div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160; </div>
<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160;<span class="keyword">template</span> &lt;</div>
@@ -1686,7 +1686,7 @@ $(function() {
<div class="line"><a name="l01631"></a><span class="lineno"><a class="line" href="classbeast_1_1detail_1_1aged__ordered__container.html#a1ecaae43de6cee54042e557f5600ae37"> 1631</a></span>&#160;<a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html">operator=</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/initializer_list.html">std::initializer_list&lt;value_type&gt;</a> init) -&gt; <a class="code" href="classbeast_1_1detail_1_1aged__ordered__container.html">aged_ordered_container</a>&amp;</div>
<div class="line"><a name="l01632"></a><span class="lineno"> 1632</span>&#160;{</div>
<div class="line"><a name="l01633"></a><span class="lineno"> 1633</span>&#160; clear();</div>
<div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160; insert(<a class="code" href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">init</a>);</div>
<div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160; insert(init);</div>
<div class="line"><a name="l01635"></a><span class="lineno"> 1635</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l01636"></a><span class="lineno"> 1636</span>&#160;}</div>
<div class="line"><a name="l01637"></a><span class="lineno"> 1637</span>&#160; </div>
@@ -2494,7 +2494,6 @@ $(function() {
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_1_1config__t_html_a17bc03df73b8f26ccb79b63c6ce463a8"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container_1_1config__t.html#a17bc03df73b8f26ccb79b63c6ce463a8">beast::detail::aged_ordered_container::config_t::config_t</a></div><div class="ttdeci">config_t(config_t const &amp;other, Allocator const &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00314">aged_ordered_container.h:314</a></div></div>
<div class="ttc" id="anamespacebeast_html_a0d4902fd756aee03082ffc8a6f528792"><div class="ttname"><a href="namespacebeast.html#a0d4902fd756aee03082ffc8a6f528792">beast::expire</a></div><div class="ttdeci">std::enable_if&lt; is_aged_container&lt; AgedContainer &gt;::value, std::size_t &gt;::type expire(AgedContainer &amp;c, std::chrono::duration&lt; Rep, Period &gt; const &amp;age)</div><div class="ttdoc">Expire aged container items past the specified age.</div><div class="ttdef"><b>Definition:</b> <a href="aged__container__utility_8h_source.html#l00033">aged_container_utility.h:33</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_ad3c6291994b00c93bf54507dc0c253a9"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#ad3c6291994b00c93bf54507dc0c253a9">beast::detail::aged_ordered_container::clock_type</a></div><div class="ttdeci">abstract_clock&lt; Clock &gt; clock_type</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00085">aged_ordered_container.h:85</a></div></div>
<div class="ttc" id="anamespacebeast_1_1detail_html_a0a40082e87e5a1c26002b84a060d189a"><div class="ttname"><a href="namespacebeast_1_1detail.html#a0a40082e87e5a1c26002b84a060d189a">beast::detail::init</a></div><div class="ttdeci">void init(ripemd160_context &amp;ctx) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="ripemd__context_8h_source.html#l00364">ripemd_context.h:364</a></div></div>
<div class="ttc" id="aforward_as_tuple_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/tuple/forward_as_tuple.html">std::forward_as_tuple</a></div><div class="ttdeci">T forward_as_tuple(T... args)</div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_ada05dfc075a10118785678bec1ab23b5"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#ada05dfc075a10118785678bec1ab23b5">beast::detail::aged_ordered_container::crbegin</a></div><div class="ttdeci">const_reverse_iterator crbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00791">aged_ordered_container.h:791</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_ad8bdd3a04c13ef03041794d09fb85736"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#ad8bdd3a04c13ef03041794d09fb85736">beast::detail::aged_ordered_container::upper_bound</a></div><div class="ttdeci">iterator upper_bound(K const &amp;k)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l01105">aged_ordered_container.h:1105</a></div></div>
@@ -2525,6 +2524,7 @@ $(function() {
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a8fe9a3c5857c8f34f33fae0f9f2c0d6c"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a8fe9a3c5857c8f34f33fae0f9f2c0d6c">beast::detail::aged_ordered_container::operator&lt;</a></div><div class="ttdeci">bool operator&lt;(aged_ordered_container&lt; OtherIsMulti, OtherIsMap, Key, OtherT, OtherDuration, Compare, OtherAllocator &gt; const &amp;other) const</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l01191">aged_ordered_container.h:1191</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_ab1e066841c79c561a607a728770b4f85"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#ab1e066841c79c561a607a728770b4f85">beast::detail::aged_ordered_container::chronological</a></div><div class="ttdeci">class beast::detail::aged_ordered_container::chronological_t chronological</div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_1_1config__t_html_a642c58dc48bad586e9c34d4db004ff66"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container_1_1config__t.html#a642c58dc48bad586e9c34d4db004ff66">beast::detail::aged_ordered_container::config_t::compare</a></div><div class="ttdeci">Compare const &amp; compare() const</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00364">aged_ordered_container.h:364</a></div></div>
<div class="ttc" id="abegin_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/initializer_list/begin.html">std::initializer_list::begin</a></div><div class="ttdeci">T begin(T... args)</div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a6acc857c6e9286a3ca1007b594fdf7b4"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a6acc857c6e9286a3ca1007b594fdf7b4">beast::detail::aged_ordered_container::insert</a></div><div class="ttdeci">void insert(std::initializer_list&lt; value_type &gt; init)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00956">aged_ordered_container.h:956</a></div></div>
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t_html_a81a895a2407b1fb38103890da5e10217"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#a81a895a2407b1fb38103890da5e10217">beast::detail::aged_ordered_container::chronological_t::reverse_iterator</a></div><div class="ttdeci">beast::detail::aged_container_iterator&lt; !IsMap, typename list_type::reverse_iterator &gt; reverse_iterator</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00485">aged_ordered_container.h:485</a></div></div>
@@ -2542,6 +2542,7 @@ $(function() {
<div class="ttc" id="amake_pair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair/make_pair.html">std::make_pair</a></div><div class="ttdeci">T make_pair(T... args)</div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_1_1config__t_html_a1fabcd21ae43d2958d9868a5af7e5e41"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container_1_1config__t.html#a1fabcd21ae43d2958d9868a5af7e5e41">beast::detail::aged_ordered_container::config_t::alloc</a></div><div class="ttdeci">ElementAllocator &amp; alloc()</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00382">aged_ordered_container.h:382</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_1_1config__t_html"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container_1_1config__t.html">beast::detail::aged_ordered_container::config_t</a></div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00275">aged_ordered_container.h:275</a></div></div>
<div class="ttc" id="aend_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/initializer_list/end.html">std::initializer_list::end</a></div><div class="ttdeci">T end(T... args)</div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a42df61575d0c38f25d196b2c37085fae"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a42df61575d0c38f25d196b2c37085fae">beast::detail::aged_ordered_container::const_reverse_iterator</a></div><div class="ttdeci">beast::detail::aged_container_iterator&lt; true, typename cont_type::reverse_iterator &gt; const_reverse_iterator</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00463">aged_ordered_container.h:463</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a555ec0a9ccbc5fdadf40648c2ff32fc7"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a555ec0a9ccbc5fdadf40648c2ff32fc7">beast::detail::aged_ordered_container::insert</a></div><div class="ttdeci">void insert(InputIt first, InputIt last)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00949">aged_ordered_container.h:949</a></div></div>
<div class="ttc" id="aconditional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/conditional.html">std::conditional</a></div></div>
@@ -2560,6 +2561,7 @@ $(function() {
<div class="ttc" id="aclassbeast_1_1abstract__clock_html_a4e16832b0bdf9392c5138bbbde024d8e"><div class="ttname"><a href="classbeast_1_1abstract__clock.html#a4e16832b0bdf9392c5138bbbde024d8e">beast::abstract_clock::time_point</a></div><div class="ttdeci">typename Clock::time_point time_point</div><div class="ttdef"><b>Definition:</b> <a href="abstract__clock_8h_source.html#l00063">abstract_clock.h:63</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_abc7318a0fff570751d51c6c2c03ac1ae"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#abc7318a0fff570751d51c6c2c03ac1ae">beast::detail::aged_ordered_container::delete_element</a></div><div class="ttdeci">void delete_element(element const *p)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00428">aged_ordered_container.h:428</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a2768d61413ad542f6901605b54f18f7e"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a2768d61413ad542f6901605b54f18f7e">beast::detail::aged_ordered_container::find</a></div><div class="ttdeci">const_iterator find(K const &amp;k) const</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l01059">aged_ordered_container.h:1059</a></div></div>
<div class="ttc" id="atype_traits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/type_traits.html">type_traits</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__container__iterator_html"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__container__iterator.html">beast::detail::aged_container_iterator</a></div><div class="ttdef"><b>Definition:</b> <a href="aged__container__iterator_8h_source.html#l00047">aged_container_iterator.h:47</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a9fed52b7e2126fce4163b36773146eaa"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a9fed52b7e2126fce4163b36773146eaa">beast::detail::aged_ordered_container&lt; beast::IP::Address &gt;::duration</a></div><div class="ttdeci">typename clock_type::duration duration</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00087">aged_ordered_container.h:87</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a5517ab844ef9b5d3d90956306bd1c910"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a5517ab844ef9b5d3d90956306bd1c910">beast::detail::aged_ordered_container::insert</a></div><div class="ttdeci">std::enable_if&lt; maybe_multi, iterator &gt;::type insert(const_iterator, value_type &amp;&amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00917">aged_ordered_container.h:917</a></div></div>
@@ -2576,7 +2578,7 @@ $(function() {
<div class="ttc" id="ainitializer_list_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/initializer_list.html">initializer_list</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_ad64fc1dcf202be0de3465c2a1105e11a"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#ad64fc1dcf202be0de3465c2a1105e11a">beast::detail::aged_ordered_container::touch</a></div><div class="ttdeci">void touch(beast::detail::aged_container_iterator&lt; is_const, Iterator, Base &gt; pos)</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l01025">aged_ordered_container.h:1025</a></div></div>
<div class="ttc" id="aclassbeast_1_1detail_1_1aged__ordered__container_html_a69da9f77ace9411b1b9de67447b43a0b"><div class="ttname"><a href="classbeast_1_1detail_1_1aged__ordered__container.html#a69da9f77ace9411b1b9de67447b43a0b">beast::detail::aged_ordered_container::allocator_type</a></div><div class="ttdeci">Allocator allocator_type</div><div class="ttdef"><b>Definition:</b> <a href="aged__ordered__container_8h_source.html#l00447">aged_ordered_container.h:447</a></div></div>
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00646">base_uint.h:646</a></div></div>
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00585">base_uint.h:585</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">