2021-07-25 12:33:20 +02:00
< head >
< title > RenderD7< / title >
< / head >
2021-07-24 23:48:15 +02:00
<!-- Generated by Doxygen 1.8.17 -->
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('structnlohmann_1_1detail_1_1position__t.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structnlohmann_1_1detail_1_1position__t-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > nlohmann::detail::position_t Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > struct to capture the start position of the current token
< a href = "structnlohmann_1_1detail_1_1position__t.html#details" > More...< / a > < / p >
< p > < code > #include < json.hpp> < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ac9ad1e0f143f162e2e0c979cd678d683" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ac9ad1e0f143f162e2e0c979cd678d683" > < / a >
constexpr  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structnlohmann_1_1detail_1_1position__t.html#ac9ad1e0f143f162e2e0c979cd678d683" > operator size_t< / a > () const< / td > < / tr >
< tr class = "memdesc:ac9ad1e0f143f162e2e0c979cd678d683" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > conversion to size_t to preserve SAX interface < br / > < / td > < / tr >
< tr class = "separator:ac9ad1e0f143f162e2e0c979cd678d683" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a94cf85cd91d478c20ae143eba906ea1a" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a94cf85cd91d478c20ae143eba906ea1a" > < / a >
std::size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structnlohmann_1_1detail_1_1position__t.html#a94cf85cd91d478c20ae143eba906ea1a" > chars_read_total< / a > = 0< / td > < / tr >
< tr class = "memdesc:a94cf85cd91d478c20ae143eba906ea1a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > the total number of characters read < br / > < / td > < / tr >
< tr class = "separator:a94cf85cd91d478c20ae143eba906ea1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a74df94563dd32102152ceb8c6d9041d8" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a74df94563dd32102152ceb8c6d9041d8" > < / a >
std::size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structnlohmann_1_1detail_1_1position__t.html#a74df94563dd32102152ceb8c6d9041d8" > chars_read_current_line< / a > = 0< / td > < / tr >
< tr class = "memdesc:a74df94563dd32102152ceb8c6d9041d8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > the number of characters read in the current line < br / > < / td > < / tr >
< tr class = "separator:a74df94563dd32102152ceb8c6d9041d8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4bbad8bc2c0d17c1b61c3ce729908b71" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a4bbad8bc2c0d17c1b61c3ce729908b71" > < / a >
std::size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structnlohmann_1_1detail_1_1position__t.html#a4bbad8bc2c0d17c1b61c3ce729908b71" > lines_read< / a > = 0< / td > < / tr >
< tr class = "memdesc:a4bbad8bc2c0d17c1b61c3ce729908b71" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > the number of lines read < br / > < / td > < / tr >
< tr class = "separator:a4bbad8bc2c0d17c1b61c3ce729908b71" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > struct to capture the start position of the current token < / p >
< / div > < / div > <!-- contents -->
< / div > <!-- doc - content -->
2021-07-25 12:33:20 +02:00
< head >
< title > RenderD7 2020-2021 NPI-D7< / title >
< / head >