feat:replace boost library with C++11 std library
This commit is contained in:
+83
-24
@@ -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: Class Members - Functions</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,81 @@
|
||||
</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 class="current"><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow3" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="functions.html"><span>All</span></a></li>
|
||||
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
|
||||
<li><a href="functions_vars.html"><span>Variables</span></a></li>
|
||||
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
|
||||
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
|
||||
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
|
||||
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow4" class="tabs3">
|
||||
<ul class="tablist">
|
||||
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
|
||||
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
|
||||
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
|
||||
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
|
||||
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
|
||||
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
|
||||
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
|
||||
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
|
||||
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
|
||||
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
|
||||
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
|
||||
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
|
||||
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
|
||||
<li class="current"><a href="functions_func_p.html#index_p"><span>p</span></a></li>
|
||||
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
|
||||
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
|
||||
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
|
||||
<li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
|
||||
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
|
||||
<li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
|
||||
<li><a href="functions_func_x.html#index_x"><span>x</span></a></li>
|
||||
<li><a href="functions_func_y.html#index_y"><span>y</span></a></li>
|
||||
<li><a href="functions_func_z.html#index_z"><span>z</span></a></li>
|
||||
<li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -67,9 +128,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('functions_func_p.html','');});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
@@ -89,7 +148,7 @@ $(document).ready(function(){initNavTree('functions_func_p.html','');});
|
||||
<div class="contents">
|
||||
 
|
||||
|
||||
<h3><a id="index_p"></a>- p -</h3><ul>
|
||||
<h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
|
||||
<li>p_formatter()
|
||||
: <a class="el" href="classspdlog_1_1details_1_1p__formatter.html#a8a8cea56b038ed4d7f6cd6a04db4a135">spdlog::details::p_formatter</a>
|
||||
</li>
|
||||
@@ -152,7 +211,7 @@ $(document).ready(function(){initNavTree('functions_func_p.html','');});
|
||||
: <a class="el" href="structfmt_1_1v5_1_1internal_1_1prettify__handler.html#a4af3a99f9adb0a32c74ce88f1386b986">fmt::v5::internal::prettify_handler</a>
|
||||
</li>
|
||||
<li>print()
|
||||
: <a class="el" href="classfmt_1_1v5_1_1buffered__file.html#a52e4076f24c9a64080ef4828329c1cad">fmt::v5::buffered_file</a>
|
||||
: <a class="el" href="classfmt_1_1v5_1_1buffered__file.html#a3752d877e7c2efd04a2290ae8d852ca5">fmt::v5::buffered_file</a>
|
||||
</li>
|
||||
<li>printf_arg_formatter()
|
||||
: <a class="el" href="classfmt_1_1v5_1_1printf__arg__formatter.html#a1699fc4ff1987dccc2a7958ff3beaf59">fmt::v5::printf_arg_formatter< Range ></a>
|
||||
@@ -175,7 +234,7 @@ $(document).ready(function(){initNavTree('functions_func_p.html','');});
|
||||
<ul>
|
||||
<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