feat:replace boost library with C++11 std library
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!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.16"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||
<title>Livox SDK API: spdlog::details::thread_pool Class Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
@@ -14,12 +13,15 @@
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(initResizable);
|
||||
/* @license-end */</script>
|
||||
$(window).load(resizeHeight);
|
||||
</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>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() { init_search(); });
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -31,7 +33,7 @@
|
||||
<td id="projectlogo"><img alt="Logo" src="1.png"/></td>
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">Livox SDK API
|
||||
 <span id="projectnumber">V2.0.0</span>
|
||||
 <span id="projectnumber">V2.1.0</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -39,22 +41,42 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.16 -->
|
||||
<!-- Generated by Doxygen 1.8.11 -->
|
||||
<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>
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
||||
<li><a href="files.html"><span>Files</span></a></li>
|
||||
<li>
|
||||
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -67,9 +89,7 @@ $(function() {
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('classspdlog_1_1details_1_1thread__pool.html','');});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
@@ -124,11 +144,9 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock">
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00118">118</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00118">118</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
</div><h2 class="groupheader">Member Typedef Documentation</h2>
|
||||
<a id="a997d954a51e8fa8aa92071d1a9c08536"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a997d954a51e8fa8aa92071d1a9c08536">◆ </a></span>item_type</h2>
|
||||
|
||||
<a class="anchor" id="a997d954a51e8fa8aa92071d1a9c08536"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -138,13 +156,11 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00121">121</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00121">121</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a77d633d56b0b5e1fe37965faa4642df5"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a77d633d56b0b5e1fe37965faa4642df5">◆ </a></span>q_type</h2>
|
||||
|
||||
<a class="anchor" id="a77d633d56b0b5e1fe37965faa4642df5"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -154,14 +170,12 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00122">122</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00122">122</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="a2ac821eb936f7373cc51949fb05e841c"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a2ac821eb936f7373cc51949fb05e841c">◆ </a></span>thread_pool() <span class="overload">[1/2]</span></h2>
|
||||
|
||||
<a class="anchor" id="a2ac821eb936f7373cc51949fb05e841c"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -193,13 +207,11 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00124">124</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00124">124</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a27e41d821a8aa8137bc0e64df031ccd4"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a27e41d821a8aa8137bc0e64df031ccd4">◆ </a></span>~thread_pool()</h2>
|
||||
|
||||
<a class="anchor" id="a27e41d821a8aa8137bc0e64df031ccd4"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -220,13 +232,11 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00141">141</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00141">141</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a5e8f86d40f81af1d22a21ee0368287b2"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a5e8f86d40f81af1d22a21ee0368287b2">◆ </a></span>thread_pool() <span class="overload">[2/2]</span></h2>
|
||||
|
||||
<a class="anchor" id="a5e8f86d40f81af1d22a21ee0368287b2"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -251,9 +261,7 @@ Public Member Functions</h2></td></tr>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="a1a62f3ab1474d69cd1e25143664e856d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1a62f3ab1474d69cd1e25143664e856d">◆ </a></span>operator=()</h2>
|
||||
|
||||
<a class="anchor" id="a1a62f3ab1474d69cd1e25143664e856d"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -277,9 +285,7 @@ Public Member Functions</h2></td></tr>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="adc34920f65797d8f54986dc1894a8804"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#adc34920f65797d8f54986dc1894a8804">◆ </a></span>overrun_counter()</h2>
|
||||
|
||||
<a class="anchor" id="adc34920f65797d8f54986dc1894a8804"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -300,13 +306,11 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00174">174</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00174">174</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="aa851092603e816f78dd81bb980232048"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aa851092603e816f78dd81bb980232048">◆ </a></span>post_flush()</h2>
|
||||
|
||||
<a class="anchor" id="aa851092603e816f78dd81bb980232048"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -338,13 +342,11 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00169">169</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00169">169</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a70cc09729d82174d84640eaface150e0"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a70cc09729d82174d84640eaface150e0">◆ </a></span>post_log()</h2>
|
||||
|
||||
<a class="anchor" id="a70cc09729d82174d84640eaface150e0"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -382,7 +384,7 @@ Public Member Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="thread__pool_8h_source.html#l00163">163</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="thread__pool_8h_source.html#l00163">163</a> of file <a class="el" href="thread__pool_8h_source.html">thread_pool.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -397,7 +399,7 @@ Public Member Functions</h2></td></tr>
|
||||
<li class="navelem"><a class="el" href="namespacespdlog.html">spdlog</a></li><li class="navelem"><a class="el" href="namespacespdlog_1_1details.html">details</a></li><li class="navelem"><a class="el" href="classspdlog_1_1details_1_1thread__pool.html">thread_pool</a></li>
|
||||
<li class="footer">Generated by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user