Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:21 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:23 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
<divclass="line"><aid="l00078"name="l00078"></a><spanclass="lineno"> 78</span><spanclass="comment">// Convert data character by character.</span></div>
<divclass="line"><aid="l00084"name="l00084"></a><spanclass="lineno"> 84</span><spanclass="comment">// Convert data character by character.</span></div>
<divclass="line"><aid="l00079"name="l00079"></a><spanclass="lineno"> 79</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> i = 0;; i++) {</div>
<divclass="line"><aid="l00085"name="l00085"></a><spanclass="lineno"> 85</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> i = 0;; i++) {</div>
<divclass="line"><aid="l00091"name="l00091"></a><spanclass="lineno"> 91</span><spanclass="comment">// If this is the last block, flush the buffer.</span></div>
<divclass="line"><aid="l00091"name="l00091"></a><spanclass="lineno"> 91</span><spanclass="keywordflow">if</span> (i >= size)</div>
<divclass="line"><aid="l00097"name="l00097"></a><spanclass="lineno"> 97</span><spanclass="comment">// If this is the last block, flush the buffer.</span></div>
<divclass="line"><aid="l00126" name="l00126"></a><spanclass="lineno"> 126</span> out += base64_enc_lookup[((<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[0] << 4) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] >> 4)) & 0x3f];</div>
<divclass="line"><aid="l00132" name="l00132"></a><spanclass="lineno"> 132</span> out += base64_enc_lookup[((<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[0] << 4) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] >> 4)) & 0x3f];</div>
<divclass="line"><aid="l00127" name="l00127"></a><spanclass="lineno"> 127</span> out += base64_enc_lookup[((<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] << 2) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] >> 6)) & 0x3f];</div>
<divclass="line"><aid="l00133" name="l00133"></a><spanclass="lineno"> 133</span> out += base64_enc_lookup[((<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] << 2) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] >> 6)) & 0x3f];</div>
<divclass="line"><aid="l00128" name="l00128"></a><spanclass="lineno"> 128</span> out += base64_enc_lookup[ <aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] & 0x3f];</div>
<divclass="line"><aid="l00134" name="l00134"></a><spanclass="lineno"> 134</span> out += base64_enc_lookup[ <aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] & 0x3f];</div>
<divclass="line"><aid="l00142" name="l00142"></a><spanclass="lineno"> 142</span> out += base64_enc_lookup[((<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] << 2) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] >> 6)) & 0x3f];</div>
<divclass="line"><aid="l00148" name="l00148"></a><spanclass="lineno"> 148</span> out += base64_enc_lookup[((<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] << 2) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] >> 6)) & 0x3f];</div>
<divclass="line"><aid="l00143" name="l00143"></a><spanclass="lineno"> 143</span> out += base64_enc_lookup[<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] & 0x3f];</div>
<divclass="line"><aid="l00149" name="l00149"></a><spanclass="lineno"> 149</span> out += base64_enc_lookup[<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] & 0x3f];</div>
<divclass="line"><aid="l00296"name="l00296"></a><spanclass="lineno"> 296</span><spanclass="comment">// Trim data size to first terminator.</span></div>
<divclass="line"><aid="l00297"name="l00297"></a><spanclass="lineno"> 297</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> k = 0; k < size; k++)</div>
<divclass="line"><aid="l00302"name="l00302"></a><spanclass="lineno"> 302</span><spanclass="comment">// Trim data size to first terminator.</span></div>
<divclass="line"><aid="l00303"name="l00303"></a><spanclass="lineno"> 303</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> k = 0; k < size; k++)</div>
<divclass="line"><aid="l00410"name="l00410"></a><spanclass="lineno"> 410</span><spanclass="keywordflow">return</span> length - to_read; <spanclass="comment">// [1] Code analysis misses `length - to_read` bytes were written to data in previous loop iterations.</span></div>
<divclass="line"><aid="l00417"name="l00417"></a><spanclass="lineno"> 417</span><spanclass="comment">// If Base64 indicates end of data, truncate read to hint the client, end of Base64 data has been reached.</span></div>
<divclass="line"><aid="l00423"name="l00423"></a><spanclass="lineno"> 423</span><spanclass="keywordflow">return</span> length - to_read; <spanclass="comment">// [1] Code analysis misses `length - to_read` bytes were written to data in previous loop iterations.</span></div>
<divclass="line"><aid="l00416"name="l00416"></a><spanclass="lineno"> 416</span><spanclass="keywordflow">return</span> length - to_read; <spanclass="comment">// [1] Code analysis misses `length - to_read` bytes were written to data in previous loop iterations.</span></div>
<divclass="line"><aid="l00423"name="l00423"></a><spanclass="lineno"> 423</span><spanclass="comment">// If Base64 indicates end of data, truncate read to hint the client, end of Base64 data has been reached.</span></div>
<divclass="line"><aid="l00429"name="l00429"></a><spanclass="lineno"> 429</span><spanclass="keywordflow">return</span> length - to_read; <spanclass="comment">// [1] Code analysis misses `length - to_read` bytes were written to data in previous loop iterations.</span></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a04ab92bcef2c304bc7a5d8d2a03c7905"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a04ab92bcef2c304bc7a5d8d2a03c7905">stdex::base64_dec::m_num</a></div><divclass="ttdeci">size_t m_num</div><divclass="ttdoc">Number of bytes used in m_buf</div><divclass="ttdef"><b>Definition</b> base64.hpp:364</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a1beaf09718d63d49f9d95cf0e75a50bf"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a1beaf09718d63d49f9d95cf0e75a50bf">stdex::base64_dec::decode</a></div><divclass="ttdeci">void decode(std::vector< _Ty, _Ax >&out, bool &is_last, const _Tchr *data, size_t size)</div><divclass="ttdoc">Decodes one block of information, and appends it to the output.</div><divclass="ttdef"><b>Definition</b> base64.hpp:292</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a0ee96b5ec63fecc20c44afe1f1df6f04"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a0ee96b5ec63fecc20c44afe1f1df6f04">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< _Elem, _Traits, _Ax >&out, const void *data, size_t size, bool is_last=true)</div><divclass="ttdoc">Encodes one block of information, and appends it to the output.</div><divclass="ttdef"><b>Definition</b> base64.hpp:71</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a04ab92bcef2c304bc7a5d8d2a03c7905"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a04ab92bcef2c304bc7a5d8d2a03c7905">stdex::base64_dec::m_num</a></div><divclass="ttdeci">size_t m_num</div><divclass="ttdoc">Number of bytes used in m_buf</div><divclass="ttdef"><b>Definition</b> base64.hpp:370</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a506985ccd54fd95dbc021457881d77c2"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a506985ccd54fd95dbc021457881d77c2">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< _Elem, _Traits, _Ax >&out)</div><divclass="ttdoc">Encodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:123</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a52f4cc4da6d7d7f4bad7c05a87ecd907"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a52f4cc4da6d7d7f4bad7c05a87ecd907">stdex::base64_enc::m_num</a></div><divclass="ttdeci">size_t m_num</div><divclass="ttdoc">Number of bytes used in m_buf</div><divclass="ttdef"><b>Definition</b> base64.hpp:163</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a1beaf09718d63d49f9d95cf0e75a50bf"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a1beaf09718d63d49f9d95cf0e75a50bf">stdex::base64_dec::decode</a></div><divclass="ttdeci">void decode(std::vector< _Ty, _Ax >&out, bool &is_last, const _Tchr *data, size_t size)</div><divclass="ttdoc">Decodes one block of information, and appends it to the output.</div><divclass="ttdef"><b>Definition</b> base64.hpp:298</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html">stdex::base64_reader</a></div><divclass="ttdoc">Converts from Base64 when reading from a stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:376</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a0ee96b5ec63fecc20c44afe1f1df6f04"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a0ee96b5ec63fecc20c44afe1f1df6f04">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< _Elem, _Traits, _Ax >&out, const void *data, size_t size, bool is_last=true)</div><divclass="ttdoc">Encodes one block of information, and appends it to the output.</div><divclass="ttdef"><b>Definition</b> base64.hpp:77</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_a523ece0190b031882162c7e4edd33fbb"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#a523ece0190b031882162c7e4edd33fbb">stdex::base64_reader::decode</a></div><divclass="ttdeci">void decode()</div><divclass="ttdoc">Decodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:432</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a506985ccd54fd95dbc021457881d77c2"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a506985ccd54fd95dbc021457881d77c2">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< _Elem, _Traits, _Ax >&out)</div><divclass="ttdoc">Encodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:129</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a52f4cc4da6d7d7f4bad7c05a87ecd907"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a52f4cc4da6d7d7f4bad7c05a87ecd907">stdex::base64_enc::m_num</a></div><divclass="ttdeci">size_t m_num</div><divclass="ttdoc">Number of bytes used in m_buf</div><divclass="ttdef"><b>Definition</b> base64.hpp:169</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_ad631499f728824a166843effd7a5eedb"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#ad631499f728824a166843effd7a5eedb">stdex::base64_reader::m_temp_len</a></div><divclass="ttdeci">size_t m_temp_len</div><divclass="ttdoc">Number of bytes of data in m_temp</div><divclass="ttdef"><b>Definition</b> base64.hpp:452</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_af93e15e15612233224b39fc7324cc5ee"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#af93e15e15612233224b39fc7324cc5ee">stdex::base64_reader::read</a></div><divclass="ttdeci">virtual size_t read(_Out_writes_bytes_to_opt_(length, return) void *data, size_t length)</div><divclass="ttdoc">Reads block of data from the stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:385</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_affd26a488ea1b5d8b23cc98be45b2535"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#affd26a488ea1b5d8b23cc98be45b2535">stdex::base64_reader::m_temp_off</a></div><divclass="ttdeci">size_t m_temp_off</div><divclass="ttdoc">Index of data start in m_temp</div><divclass="ttdef"><b>Definition</b> base64.hpp:451</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html">stdex::base64_writer</a></div><divclass="ttdoc">Converts to Base64 when writing to a stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:170</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_a2529c8798fa89be544b12690411e7125"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#a2529c8798fa89be544b12690411e7125">stdex::base64_writer::m_num_blocks</a></div><divclass="ttdeci">size_t m_num_blocks</div><divclass="ttdoc">Maximum number of Base64 blocks (4 chars) to write without a line break (SIZE_MAX no line breaks)</div><divclass="ttdef"><b>Definition</b> base64.hpp:263</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_afbae8f49a0948ea7bb23d0faa8f67f21"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#afbae8f49a0948ea7bb23d0faa8f67f21">stdex::base64_enc::enc_size</a></div><divclass="ttdeci">size_t enc_size(size_t size) const noexcept</div><divclass="ttdoc">Returns maximum encoded size.</div><divclass="ttdef"><b>Definition</b> base64.hpp:119</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_a54f0c38bb19f7757e42f5f76695c3a17"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#a54f0c38bb19f7757e42f5f76695c3a17">stdex::base64_writer::encode</a></div><divclass="ttdeci">void encode()</div><divclass="ttdoc">Encodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:219</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html">stdex::base64_reader</a></div><divclass="ttdoc">Converts from Base64 when reading from a stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:382</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_a60b74be588c41f28c88ca0d49deb53af"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#a60b74be588c41f28c88ca0d49deb53af">stdex::base64_writer::encode</a></div><divclass="ttdeci">void encode(size_t size)</div><divclass="ttdoc">Encodes partial internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:232</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_a523ece0190b031882162c7e4edd33fbb"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#a523ece0190b031882162c7e4edd33fbb">stdex::base64_reader::decode</a></div><divclass="ttdeci">void decode()</div><divclass="ttdoc">Decodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:438</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_aaca6933a48a0266e4e46cc93b03ef410"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#aaca6933a48a0266e4e46cc93b03ef410">stdex::base64_writer::write</a></div><divclass="ttdeci">virtual size_t write(_In_reads_bytes_opt_(length) const void *data, size_t length)</div><divclass="ttdoc">Writes block of data to the stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:190</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_ad631499f728824a166843effd7a5eedb"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#ad631499f728824a166843effd7a5eedb">stdex::base64_reader::m_temp_len</a></div><divclass="ttdeci">size_t m_temp_len</div><divclass="ttdoc">Number of bytes of data in m_temp</div><divclass="ttdef"><b>Definition</b> base64.hpp:458</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_af93e15e15612233224b39fc7324cc5ee"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#af93e15e15612233224b39fc7324cc5ee">stdex::base64_reader::read</a></div><divclass="ttdeci">virtual size_t read(_Out_writes_bytes_to_opt_(length, return) void *data, size_t length)</div><divclass="ttdoc">Reads block of data from the stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:391</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__reader_html_affd26a488ea1b5d8b23cc98be45b2535"><divclass="ttname"><ahref="classstdex_1_1base64__reader.html#affd26a488ea1b5d8b23cc98be45b2535">stdex::base64_reader::m_temp_off</a></div><divclass="ttdeci">size_t m_temp_off</div><divclass="ttdoc">Index of data start in m_temp</div><divclass="ttdef"><b>Definition</b> base64.hpp:457</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html">stdex::base64_writer</a></div><divclass="ttdoc">Converts to Base64 when writing to a stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:176</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_a2529c8798fa89be544b12690411e7125"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#a2529c8798fa89be544b12690411e7125">stdex::base64_writer::m_num_blocks</a></div><divclass="ttdeci">size_t m_num_blocks</div><divclass="ttdoc">Maximum number of Base64 blocks (4 chars) to write without a line break (SIZE_MAX no line breaks)</div><divclass="ttdef"><b>Definition</b> base64.hpp:269</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_a54f0c38bb19f7757e42f5f76695c3a17"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#a54f0c38bb19f7757e42f5f76695c3a17">stdex::base64_writer::encode</a></div><divclass="ttdeci">void encode()</div><divclass="ttdoc">Encodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:225</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_a60b74be588c41f28c88ca0d49deb53af"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#a60b74be588c41f28c88ca0d49deb53af">stdex::base64_writer::encode</a></div><divclass="ttdeci">void encode(size_t size)</div><divclass="ttdoc">Encodes partial internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:238</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__writer_html_aaca6933a48a0266e4e46cc93b03ef410"><divclass="ttname"><ahref="classstdex_1_1base64__writer.html#aaca6933a48a0266e4e46cc93b03ef410">stdex::base64_writer::write</a></div><divclass="ttdeci">virtual size_t write(_In_reads_bytes_opt_(length) const void *data, size_t length)</div><divclass="ttdoc">Writes block of data to the stream.</div><divclass="ttdef"><b>Definition</b> base64.hpp:196</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1basic_html_a0295e4efe18eef2a8962680274957ac1"><divclass="ttname"><ahref="classstdex_1_1stream_1_1basic.html#a0295e4efe18eef2a8962680274957ac1">stdex::stream::basic::ok</a></div><divclass="ttdeci">bool ok() const</div><divclass="ttdoc">Returns true if the stream state is clean i.e. previous operation was succesful.</div><divclass="ttdef"><b>Definition</b> stream.hpp:175</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1basic_html_a0295e4efe18eef2a8962680274957ac1"><divclass="ttname"><ahref="classstdex_1_1stream_1_1basic.html#a0295e4efe18eef2a8962680274957ac1">stdex::stream::basic::ok</a></div><divclass="ttdeci">bool ok() const</div><divclass="ttdoc">Returns true if the stream state is clean i.e. previous operation was succesful.</div><divclass="ttdef"><b>Definition</b> stream.hpp:175</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1basic_html_a2aa36b007017c2052a0118c1df4910d0"><divclass="ttname"><ahref="classstdex_1_1stream_1_1basic.html#a2aa36b007017c2052a0118c1df4910d0">stdex::stream::basic::state</a></div><divclass="ttdeci">state_t state() const</div><divclass="ttdoc">Returns stream state after last operation.</div><divclass="ttdef"><b>Definition</b> stream.hpp:170</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1basic_html_a2aa36b007017c2052a0118c1df4910d0"><divclass="ttname"><ahref="classstdex_1_1stream_1_1basic.html#a2aa36b007017c2052a0118c1df4910d0">stdex::stream::basic::state</a></div><divclass="ttdeci">state_t state() const</div><divclass="ttdoc">Returns stream state after last operation.</div><divclass="ttdef"><b>Definition</b> stream.hpp:170</div></div>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:21 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:21 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:23 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -239,7 +239,7 @@ template<class _Ty , class _Ax , class _Tchr > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -244,7 +244,7 @@ template<class _Elem , class _Traits , class _Ax > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -255,7 +255,7 @@ template<class T > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -245,7 +245,7 @@ template<class T > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -547,7 +547,7 @@ template<class T > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -221,7 +221,7 @@ template<class _Ty , class _Ax , class _Tchr > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -198,7 +198,7 @@ template<class _Elem , class _Traits , class _Ax > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -837,7 +837,7 @@ template<class T , class T_ID , const T_ID ID, class T_SIZE , T_SIZE ALIGN>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -279,7 +279,7 @@ template<class T > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:53 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
@ -188,7 +188,7 @@ class stdex::parser::basic_parser< T ></div><p>Base template for all parse
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Wed Nov 8 2023 17:48:54 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
Generated on Fri Nov 10 2023 07:26:22 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.9.8
</small></address>
</small></address>
</body>
</body>
</html>
</html>
Some files were not shown because too many files have changed in this diff
Show More
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.