mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
deploy: 020b285808
This commit is contained in:
201
SemanticVersion_8h_source.html
Normal file
201
SemanticVersion_8h_source.html
Normal file
@@ -0,0 +1,201 @@
|
||||
<!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">
|
||||
<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.17"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>rippled: SemanticVersion.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 style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">rippled
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.17 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */</script>
|
||||
<div id="main-nav"></div>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||
</div>
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<iframe src="javascript:void(0)" frameborder="0"
|
||||
name="MSearchResults" id="MSearchResults">
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<div id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_875063d0bf0fe9cb23dcbe977d2f1b80.html">beast</a></li><li class="navelem"><a class="el" href="dir_e5649611bbe5c9ce048f27b7e2080ec6.html">core</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">SemanticVersion.h</div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
||||
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
||||
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of Beast: https://github.com/vinniefalco/Beast</span></div>
|
||||
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright 2013, Vinnie Falco <vinnie.falco@gmail.com></span></div>
|
||||
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
||||
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
||||
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
||||
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
||||
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
||||
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
||||
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
||||
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
||||
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
||||
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
||||
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
||||
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
||||
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
||||
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef BEAST_MODULE_CORE_DIAGNOSTIC_SEMANTICVERSION_H_INCLUDED</span></div>
|
||||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define BEAST_MODULE_CORE_DIAGNOSTIC_SEMANTICVERSION_H_INCLUDED</span></div>
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/vector.html">vector</a>></span></div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/string.html">string</a>></span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span><a class="code" href="namespacebeast.html">beast</a> {</div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html"> 35</a></span> <span class="keyword">class </span><a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a></div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> {</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#aac4371b3963c7ac5131b8da40e1dcc07"> 38</a></span>  <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">identifier_list</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::string></a>;</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#a3d40c91af64add6f3e203cdc82c26fe9"> 40</a></span>  <span class="keywordtype">int</span> <a class="code" href="classbeast_1_1SemanticVersion.html#a3d40c91af64add6f3e203cdc82c26fe9">majorVersion</a>;</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#a45d6e4026174cc0f6e438fe0671da05f"> 41</a></span>  <span class="keywordtype">int</span> <a class="code" href="classbeast_1_1SemanticVersion.html#a45d6e4026174cc0f6e438fe0671da05f">minorVersion</a>;</div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#a5615f1c172f1a5bd6c2320d84a05ced8"> 42</a></span>  <span class="keywordtype">int</span> <a class="code" href="classbeast_1_1SemanticVersion.html#a5615f1c172f1a5bd6c2320d84a05ced8">patchVersion</a>;</div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#a4460d92c59be39768ae1e1027c4da84f"> 44</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">identifier_list</a> <a class="code" href="classbeast_1_1SemanticVersion.html#a4460d92c59be39768ae1e1027c4da84f">preReleaseIdentifiers</a>;</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#ac0318236460e8de0fd5b7575b9d0d067"> 45</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">identifier_list</a> <a class="code" href="classbeast_1_1SemanticVersion.html#ac0318236460e8de0fd5b7575b9d0d067">metaData</a>;</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classbeast_1_1SemanticVersion.html#ab10dfaa6c9c66701308e6cf9b64f6878">SemanticVersion</a> ();</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <a class="code" href="classbeast_1_1SemanticVersion.html#ab10dfaa6c9c66701308e6cf9b64f6878">SemanticVersion</a> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& version);</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordtype">bool</span> <a class="code" href="classbeast_1_1SemanticVersion.html#a01022f7948e17111af4ab0796331d7c6">parse</a> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& input);</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code" href="classbeast_1_1SemanticVersion.html#aab2063f8b5f916d56d34c81bad003ec3">print</a> () <span class="keyword">const</span>;</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#abcf5f833e4322c0e814c2c017371f504"> 60</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classbeast_1_1SemanticVersion.html#abcf5f833e4322c0e814c2c017371f504">isRelease</a> () const noexcept</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  {</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordflow">return</span> <a class="code" href="classbeast_1_1SemanticVersion.html#a4460d92c59be39768ae1e1027c4da84f">preReleaseIdentifiers</a>.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/empty.html">empty</a>();</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  }</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classbeast_1_1SemanticVersion.html#a5ba5401c0650a03066fa886650e7e497"> 64</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classbeast_1_1SemanticVersion.html#a5ba5401c0650a03066fa886650e7e497">isPreRelease</a> () const noexcept</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  {</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordflow">return</span> !<a class="code" href="classbeast_1_1SemanticVersion.html#abcf5f833e4322c0e814c2c017371f504">isRelease</a> ();</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  }</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> };</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keywordtype">int</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (SemanticVersion <span class="keyword">const</span>& lhs, SemanticVersion <span class="keyword">const</span>& rhs);</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="namespacebeast.html#a570f1cc92e1748c5bd95a843853d1a63"> 76</a></span> <a class="code" href="namespacebeast.html#abe39345843815f6a125b8679bf0896f6">operator== </a>(<a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& lhs, <a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& rhs)</div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> {</div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">return</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (lhs, rhs) == 0;</div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> }</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="namespacebeast.html#a6217f0baa50907efb4b158761271464f"> 82</a></span> <a class="code" href="namespacebeast.html#abf1fc3e5efef3302b3037704024a2cce">operator!= </a>(<a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& lhs, <a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& rhs)</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> {</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordflow">return</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (lhs, rhs) != 0;</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> }</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="namespacebeast.html#a1fc3fed57bea615111c82799724f9581"> 88</a></span> <a class="code" href="namespacebeast.html#a1fc3fed57bea615111c82799724f9581">operator>= </a>(<a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& lhs, <a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& rhs)</div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> {</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (lhs, rhs) >= 0;</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> }</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="namespacebeast.html#a16d9c6d7573e0efbd63c1db2bf8116d7"> 94</a></span> <a class="code" href="namespacebeast.html#a16d9c6d7573e0efbd63c1db2bf8116d7">operator<= </a>(<a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& lhs, <a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& rhs)</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> {</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keywordflow">return</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (lhs, rhs) <= 0;</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> }</div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="namespacebeast.html#a5be32b6206719809af31bd797acf98da"> 100</a></span> <a class="code" href="namespacebeast.html#a5be32b6206719809af31bd797acf98da">operator> </a>(<a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& lhs, <a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& rhs)</div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> {</div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">return</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (lhs, rhs) > 0;</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> }</div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="namespacebeast.html#abe13cdac8dc5b49ebcc089c4519f1cab"> 106</a></span> <a class="code" href="namespacebeast.html#abe13cdac8dc5b49ebcc089c4519f1cab">operator< </a>(<a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& lhs, <a class="code" href="classbeast_1_1SemanticVersion.html">SemanticVersion</a> <span class="keyword">const</span>& rhs)</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> {</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">return</span> <a class="code" href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">compare</a> (lhs, rhs) < 0;</div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> }</div>
|
||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> } <span class="comment">// beast</span></div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="preprocessor">#endif</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_abcf5f833e4322c0e814c2c017371f504"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#abcf5f833e4322c0e814c2c017371f504">beast::SemanticVersion::isRelease</a></div><div class="ttdeci">bool isRelease() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00060">SemanticVersion.h:60</a></div></div>
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_abe39345843815f6a125b8679bf0896f6"><div class="ttname"><a href="namespacebeast.html#abe39345843815f6a125b8679bf0896f6">beast::operator==</a></div><div class="ttdeci">bool operator==(LockFreeStackIterator< Container, LhsIsConst > const &lhs, LockFreeStackIterator< Container, RhsIsConst > const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="LockFreeStack_8h_source.html#l00115">LockFreeStack.h:115</a></div></div>
|
||||
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/vector.html">vector</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_aab2063f8b5f916d56d34c81bad003ec3"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#aab2063f8b5f916d56d34c81bad003ec3">beast::SemanticVersion::print</a></div><div class="ttdeci">std::string print() const</div><div class="ttdoc">Produce a string from semantic version components.</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8cpp_source.html#l00228">SemanticVersion.cpp:228</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a16d9c6d7573e0efbd63c1db2bf8116d7"><div class="ttname"><a href="namespacebeast.html#a16d9c6d7573e0efbd63c1db2bf8116d7">beast::operator<=</a></div><div class="ttdeci">bool operator<=(SemanticVersion const &lhs, SemanticVersion const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00094">SemanticVersion.h:94</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a5be32b6206719809af31bd797acf98da"><div class="ttname"><a href="namespacebeast.html#a5be32b6206719809af31bd797acf98da">beast::operator></a></div><div class="ttdeci">bool operator>(SemanticVersion const &lhs, SemanticVersion const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00100">SemanticVersion.h:100</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a9d4b4c77a888ac5ace71c766b9dbcfce"><div class="ttname"><a href="namespacebeast.html#a9d4b4c77a888ac5ace71c766b9dbcfce">beast::compare</a></div><div class="ttdeci">int compare(SemanticVersion const &lhs, SemanticVersion const &rhs)</div><div class="ttdoc">Compare two SemanticVersions against each other.</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8cpp_source.html#l00251">SemanticVersion.cpp:251</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_a5ba5401c0650a03066fa886650e7e497"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#a5ba5401c0650a03066fa886650e7e497">beast::SemanticVersion::isPreRelease</a></div><div class="ttdeci">bool isPreRelease() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00064">SemanticVersion.h:64</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html">beast::SemanticVersion</a></div><div class="ttdoc">A Semantic Version number.</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00035">SemanticVersion.h:35</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a1fc3fed57bea615111c82799724f9581"><div class="ttname"><a href="namespacebeast.html#a1fc3fed57bea615111c82799724f9581">beast::operator>=</a></div><div class="ttdeci">bool operator>=(SemanticVersion const &lhs, SemanticVersion const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00088">SemanticVersion.h:88</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_ab10dfaa6c9c66701308e6cf9b64f6878"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#ab10dfaa6c9c66701308e6cf9b64f6878">beast::SemanticVersion::SemanticVersion</a></div><div class="ttdeci">SemanticVersion()</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8cpp_source.html#l00148">SemanticVersion.cpp:148</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_abf1fc3e5efef3302b3037704024a2cce"><div class="ttname"><a href="namespacebeast.html#abf1fc3e5efef3302b3037704024a2cce">beast::operator!=</a></div><div class="ttdeci">bool operator!=(LockFreeStackIterator< Container, LhsIsConst > const &lhs, LockFreeStackIterator< Container, RhsIsConst > const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="LockFreeStack_8h_source.html#l00122">LockFreeStack.h:122</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_a45d6e4026174cc0f6e438fe0671da05f"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#a45d6e4026174cc0f6e438fe0671da05f">beast::SemanticVersion::minorVersion</a></div><div class="ttdeci">int minorVersion</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00041">SemanticVersion.h:41</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_a4460d92c59be39768ae1e1027c4da84f"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#a4460d92c59be39768ae1e1027c4da84f">beast::SemanticVersion::preReleaseIdentifiers</a></div><div class="ttdeci">identifier_list preReleaseIdentifiers</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00044">SemanticVersion.h:44</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_ac0318236460e8de0fd5b7575b9d0d067"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#ac0318236460e8de0fd5b7575b9d0d067">beast::SemanticVersion::metaData</a></div><div class="ttdeci">identifier_list metaData</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00045">SemanticVersion.h:45</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_a3d40c91af64add6f3e203cdc82c26fe9"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#a3d40c91af64add6f3e203cdc82c26fe9">beast::SemanticVersion::majorVersion</a></div><div class="ttdeci">int majorVersion</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00040">SemanticVersion.h:40</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_a01022f7948e17111af4ab0796331d7c6"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#a01022f7948e17111af4ab0796331d7c6">beast::SemanticVersion::parse</a></div><div class="ttdeci">bool parse(std::string const &input)</div><div class="ttdoc">Parse a semantic version string.</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8cpp_source.html#l00162">SemanticVersion.cpp:162</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_abe13cdac8dc5b49ebcc089c4519f1cab"><div class="ttname"><a href="namespacebeast.html#abe13cdac8dc5b49ebcc089c4519f1cab">beast::operator<</a></div><div class="ttdeci">bool operator<(SemanticVersion const &lhs, SemanticVersion const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00106">SemanticVersion.h:106</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_a5615f1c172f1a5bd6c2320d84a05ced8"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#a5615f1c172f1a5bd6c2320d84a05ced8">beast::SemanticVersion::patchVersion</a></div><div class="ttdeci">int patchVersion</div><div class="ttdef"><b>Definition:</b> <a href="SemanticVersion_8h_source.html#l00042">SemanticVersion.h:42</a></div></div>
|
||||
<div class="ttc" id="aempty_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/empty.html">std::vector::empty</a></div><div class="ttdeci">T empty(T... args)</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#l00582">base_uint.h:582</a></div></div>
|
||||
<div class="ttc" id="astring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/string.html">string</a></div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.17
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user