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::level Namespace 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,40 @@
|
||||
</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 class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><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="namespaces.html"><span>Namespace List</span></a></li>
|
||||
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -67,9 +87,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('namespacespdlog_1_1level.html','');});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
@@ -128,15 +146,13 @@ Functions</h2></td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
|
||||
Variables</h2></td></tr>
|
||||
<tr class="memitem:ae7c510cd37fa5221221eb91f03a98655"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespacespdlog.html#af48e310b2f366ac6544701e6a3b56247">string_view_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655">level_string_views</a> [] { "trace", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5">debug</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f">info</a>", "warning", "<a class="el" href="namespacespdlog.html#a84fc1d0e60ec7d333fd4f299f9c1e6b2">error</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58">critical</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">off</a>" }</td></tr>
|
||||
<tr class="memitem:ae7c510cd37fa5221221eb91f03a98655"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespacespdlog.html#af48e310b2f366ac6544701e6a3b56247">string_view_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655">level_string_views</a> [] { "trace", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5">debug</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f">info</a>", "warning", "<a class="el" href="namespacespdlog.html#a5c40a7d8c55fca2ffc801aabaf131515">error</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58">critical</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">off</a>" }</td></tr>
|
||||
<tr class="separator:ae7c510cd37fa5221221eb91f03a98655"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a70535c68de0c12e9854e31928fb2d671"><td class="memItemLeft" align="right" valign="top">static const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacespdlog_1_1level.html#a70535c68de0c12e9854e31928fb2d671">short_level_names</a> [] {"T", "D", "I", "W", "E", "C", "O"}</td></tr>
|
||||
<tr class="separator:a70535c68de0c12e9854e31928fb2d671"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<h2 class="groupheader">Typedef Documentation</h2>
|
||||
<a id="add7f1cc7c1914c6f6a6773cfbd1bb997"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#add7f1cc7c1914c6f6a6773cfbd1bb997">◆ </a></span>level_hasher</h2>
|
||||
|
||||
<a class="anchor" id="add7f1cc7c1914c6f6a6773cfbd1bb997"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -146,14 +162,12 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00159">159</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00159">159</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Enumeration Type Documentation</h2>
|
||||
<a id="a35f5227e5daf228d28a207b7b2aefc8b"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a35f5227e5daf228d28a207b7b2aefc8b">◆ </a></span>level_enum</h2>
|
||||
|
||||
<a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8b"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -163,23 +177,28 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<table class="fieldtable">
|
||||
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8badd5891a1416461ee9e7d7e19d41af51f"></a>trace </td><td class="fielddoc"></td></tr>
|
||||
<tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5"></a>debug </td><td class="fielddoc"></td></tr>
|
||||
<tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f"></a>info </td><td class="fielddoc"></td></tr>
|
||||
<tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8ba6c371ca09668dd308a1997eab47def05"></a>warn </td><td class="fielddoc"></td></tr>
|
||||
<tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8ba4d723e295b98a75c1263d85fc165045f"></a>err </td><td class="fielddoc"></td></tr>
|
||||
<tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58"></a>critical </td><td class="fielddoc"></td></tr>
|
||||
<tr><td class="fieldname"><a id="a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a"></a>off </td><td class="fielddoc"></td></tr>
|
||||
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8badd5891a1416461ee9e7d7e19d41af51f"></a>trace </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
<tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5"></a>debug </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
<tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f"></a>info </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
<tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8ba6c371ca09668dd308a1997eab47def05"></a>warn </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
<tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8ba4d723e295b98a75c1263d85fc165045f"></a>err </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
<tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58"></a>critical </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
<tr><td class="fieldname"><a class="anchor" id="a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a"></a>off </td><td class="fielddoc">
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00111">111</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00111">111</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Function Documentation</h2>
|
||||
<a id="af1f71a172e3626a0271006a3a668e6ff"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#af1f71a172e3626a0271006a3a668e6ff">◆ </a></span>from_str()</h2>
|
||||
|
||||
<a class="anchor" id="af1f71a172e3626a0271006a3a668e6ff"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -201,13 +220,11 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00145">145</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00145">145</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a320d85598eda29f072e343e57ec27ab8"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a320d85598eda29f072e343e57ec27ab8">◆ </a></span>to_short_c_str()</h2>
|
||||
|
||||
<a class="anchor" id="a320d85598eda29f072e343e57ec27ab8"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -229,13 +246,11 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00140">140</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00140">140</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a1ed786fe4b8a5babc3aeaa3eba9a9921"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1ed786fe4b8a5babc3aeaa3eba9a9921">◆ </a></span>to_string_view()</h2>
|
||||
|
||||
<a class="anchor" id="a1ed786fe4b8a5babc3aeaa3eba9a9921"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -257,14 +272,12 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00135">135</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00135">135</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Variable Documentation</h2>
|
||||
<a id="ae7c510cd37fa5221221eb91f03a98655"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ae7c510cd37fa5221221eb91f03a98655">◆ </a></span>level_string_views</h2>
|
||||
|
||||
<a class="anchor" id="ae7c510cd37fa5221221eb91f03a98655"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -272,7 +285,7 @@ Variables</h2></td></tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="el" href="namespacespdlog.html#af48e310b2f366ac6544701e6a3b56247">string_view_t</a> spdlog::level::level_string_views[] { "trace", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5">debug</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f">info</a>", "warning", "<a class="el" href="namespacespdlog.html#a84fc1d0e60ec7d333fd4f299f9c1e6b2">error</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58">critical</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">off</a>" }</td>
|
||||
<td class="memname"><a class="el" href="namespacespdlog.html#af48e310b2f366ac6544701e6a3b56247">string_view_t</a> spdlog::level::level_string_views[] { "trace", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5">debug</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f">info</a>", "warning", "<a class="el" href="namespacespdlog.html#a5c40a7d8c55fca2ffc801aabaf131515">error</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58">critical</a>", "<a class="el" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">off</a>" }</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@@ -282,13 +295,11 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00128">128</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00128">128</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a70535c68de0c12e9854e31928fb2d671"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a70535c68de0c12e9854e31928fb2d671">◆ </a></span>short_level_names</h2>
|
||||
|
||||
<a class="anchor" id="a70535c68de0c12e9854e31928fb2d671"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
@@ -306,7 +317,7 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="common_8h_source.html#l00133">133</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="common_8h_source.html#l00133">133</a> of file <a class="el" href="common_8h_source.html">common.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -318,7 +329,7 @@ Variables</h2></td></tr>
|
||||
<li class="navelem"><a class="el" href="namespacespdlog.html">spdlog</a></li><li class="navelem"><a class="el" href="namespacespdlog_1_1level.html">level</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