Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:12 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:18 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:16 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
<divclass="line"><aid="l00082"name="l00082"></a><spanclass="lineno"> 82</span><spanclass="comment">// Convert data character by character.</span></div>
<divclass="line"><aid="l00083"name="l00083"></a><spanclass="lineno"> 83</span><spanclass="comment">// Convert data character by character.</span></div>
<divclass="line"><aid="l00083"name="l00083"></a><spanclass="lineno"> 83</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> i = 0;; i++) {</div>
<divclass="line"><aid="l00084"name="l00084"></a><spanclass="lineno"> 84</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> i = 0;; i++) {</div>
<divclass="line"><aid="l00095"name="l00095"></a><spanclass="lineno"> 95</span><spanclass="comment">// If this is the last block, flush the buffer.</span></div>
<divclass="line"><aid="l00096"name="l00096"></a><spanclass="lineno"> 96</span><spanclass="comment">// If this is the last block, flush the buffer.</span></div>
<divclass="line"><aid="l00130" name="l00130"></a><spanclass="lineno"> 130</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="l00131" name="l00131"></a><spanclass="lineno"> 131</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="l00131" name="l00131"></a><spanclass="lineno"> 131</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="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>[1] << 2) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] >> 6)) & 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>[2] & 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>[2] & 0x3f];</div>
<divclass="line"><aid="l00146"name="l00146"></a><spanclass="lineno"> 146</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="l00147"name="l00147"></a><spanclass="lineno"> 147</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="l00147"name="l00147"></a><spanclass="lineno"> 147</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="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>[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>[1] << 2) & 0x3f];</div>
<divclass="line"><aid="l00150"name="l00150"></a><spanclass="lineno"> 150</span> out += base64_enc_lookup[(<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[1] << 2) & 0x3f];</div>
<divclass="line"><aid="l00150"name="l00150"></a><spanclass="lineno"> 150</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00151"name="l00151"></a><spanclass="lineno"> 151</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00153"name="l00153"></a><spanclass="lineno"> 153</span> out += base64_enc_lookup[(<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[0] << 4) & 0x3f];</div>
<divclass="line"><aid="l00154"name="l00154"></a><spanclass="lineno"> 154</span> out += base64_enc_lookup[(<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[0] << 4) & 0x3f];</div>
<divclass="line"><aid="l00154"name="l00154"></a><spanclass="lineno"> 154</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00155"name="l00155"></a><spanclass="lineno"> 155</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00155"name="l00155"></a><spanclass="lineno"> 155</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00300"name="l00300"></a><spanclass="lineno"> 300</span><spanclass="comment">// Trim data size to first terminator.</span></div>
<divclass="line"><aid="l00301"name="l00301"></a><spanclass="lineno"> 301</span><spanclass="comment">// Trim data size to first terminator.</span></div>
<divclass="line"><aid="l00301"name="l00301"></a><spanclass="lineno"> 301</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="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> k = 0; k < size; k++)</div>
<divclass="line"><aid="l00320"name="l00320"></a><spanclass="lineno"> 320</span><spanclass="keywordtype">size_t</span> x = <spanclass="keyword">static_cast<</span><spanclass="keywordtype">size_t</span><spanclass="keyword">></span>(data[i]);</div>
<divclass="line"><aid="l00321"name="l00321"></a><spanclass="lineno"> 321</span><spanclass="keywordtype">size_t</span> x = <spanclass="keyword">static_cast<</span><spanclass="keywordtype">size_t</span><spanclass="keyword">></span>(data[i]);</div>
<divclass="line"><aid="l00413"name="l00413"></a><spanclass="lineno"> 413</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="l00414"name="l00414"></a><spanclass="lineno"> 414</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="l00420"name="l00420"></a><spanclass="lineno"> 420</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="l00421"name="l00421"></a><spanclass="lineno"> 421</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="l00426"name="l00426"></a><spanclass="lineno"> 426</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="l00427"name="l00427"></a><spanclass="lineno"> 427</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:369</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__dec_html_a07976a85f83981a29f9e1395d883a36d"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a07976a85f83981a29f9e1395d883a36d">stdex::base64_dec::decode</a></div><divclass="ttdeci">size_t decode(std::vector< T, AX >&out)</div><divclass="ttdoc">Decodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:352</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a07976a85f83981a29f9e1395d883a36d"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a07976a85f83981a29f9e1395d883a36d">stdex::base64_dec::decode</a></div><divclass="ttdeci">size_t decode(std::vector< T, AX >&out)</div><divclass="ttdoc">Decodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:353</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a94b0860b19c61f53208b79fcfd1ac32f"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a94b0860b19c61f53208b79fcfd1ac32f">stdex::base64_dec::decode</a></div><divclass="ttdeci">void decode(std::vector< T_to, AX >&out, bool &is_last, const T_from *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:296</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__dec_html_a94b0860b19c61f53208b79fcfd1ac32f"><divclass="ttname"><ahref="classstdex_1_1base64__dec.html#a94b0860b19c61f53208b79fcfd1ac32f">stdex::base64_dec::decode</a></div><divclass="ttdeci">void decode(std::vector< T_to, AX >&out, bool &is_last, const T_from *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:297</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a2f43e0f7787bdbea112f7eb52880d898"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a2f43e0f7787bdbea112f7eb52880d898">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< T, TR, AX >&out)</div><divclass="ttdoc">Encodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:127</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a2f43e0f7787bdbea112f7eb52880d898"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a2f43e0f7787bdbea112f7eb52880d898">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< T, TR, AX >&out)</div><divclass="ttdoc">Encodes one complete internal buffer of data.</div><divclass="ttdef"><b>Definition</b> base64.hpp:128</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a3f2a19f9afe1fb83200c4f7623d62a80"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a3f2a19f9afe1fb83200c4f7623d62a80">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< T, TR, 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:75</div></div>
<divclass="ttc"id="aclassstdex_1_1base64__enc_html_a3f2a19f9afe1fb83200c4f7623d62a80"><divclass="ttname"><ahref="classstdex_1_1base64__enc.html#a3f2a19f9afe1fb83200c4f7623d62a80">stdex::base64_enc::encode</a></div><divclass="ttdeci">void encode(std::basic_string< T, TR, 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:76</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:167</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:168</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:117</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:118</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:379</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:380</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:435</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:436</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:455</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:456</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:388</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:389</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:454</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:455</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:174</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:175</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:267</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:268</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:223</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:224</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:236</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:237</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:194</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:195</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 successful.</div><divclass="ttdef"><b>Definition</b> stream.hpp:180</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 successful.</div><divclass="ttdef"><b>Definition</b> stream.hpp:181</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: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:176</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1basic_html_af6c10ec4ab181b5ed5b061d115059b7a"><divclass="ttname"><ahref="classstdex_1_1stream_1_1basic.html#af6c10ec4ab181b5ed5b061d115059b7a">stdex::stream::basic::write_array</a></div><divclass="ttdeci">size_t write_array(_In_reads_bytes_opt_(size *count) const void *array, size_t size, size_t count)</div><divclass="ttdoc">Writes an array of data to the stream.</div><divclass="ttdef"><b>Definition</b> stream.hpp:393</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1basic_html_af6c10ec4ab181b5ed5b061d115059b7a"><divclass="ttname"><ahref="classstdex_1_1stream_1_1basic.html#af6c10ec4ab181b5ed5b061d115059b7a">stdex::stream::basic::write_array</a></div><divclass="ttdeci">size_t write_array(_In_reads_bytes_opt_(size *count) const void *array, size_t size, size_t count)</div><divclass="ttdoc">Writes an array of data to the stream.</div><divclass="ttdef"><b>Definition</b> stream.hpp:394</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1converter_html"><divclass="ttname"><ahref="classstdex_1_1stream_1_1converter.html">stdex::stream::converter</a></div><divclass="ttdoc">Modifies data on the fly when reading from/writing to a source stream. Could also be used to modify r...</div><divclass="ttdef"><b>Definition</b> stream.hpp:1022</div></div>
<divclass="ttc"id="aclassstdex_1_1stream_1_1converter_html"><divclass="ttname"><ahref="classstdex_1_1stream_1_1converter.html">stdex::stream::converter</a></div><divclass="ttdoc">Modifies data on the fly when reading from/writing to a source stream. Could also be used to modify r...</div><divclass="ttdef"><b>Definition</b> stream.hpp:1023</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:10 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:16 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:10 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:16 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:12 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:18 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -298,7 +298,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -341,7 +341,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -244,7 +244,7 @@ template<class T_to , class AX , class T_from > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -249,7 +249,7 @@ template<class T , class TR , 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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -259,7 +259,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -188,7 +188,7 @@ template<class T = sys_handle, class TR = sys_object_traits> </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -253,7 +253,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -536,7 +536,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -226,7 +226,7 @@ template<class T_to , class AX , class T_from > </div>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -204,7 +204,7 @@ template<class T , class TR , 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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -177,7 +177,7 @@ template<class T > </td></tr>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -577,7 +577,7 @@ template<class T , class TR , 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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -183,7 +183,7 @@ class stdex::html::text_token< T, TR, AX ></div><p>Token representing part
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -777,7 +777,7 @@ template<class T , class T_id , const T_id ID, class T_size , T_size N_align&
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -285,7 +285,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -127,7 +127,7 @@ Public Member Functions</h2></td></tr>
</div><!-- contents -->
</div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -256,7 +256,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -203,7 +203,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -210,7 +210,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -261,7 +261,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -251,7 +251,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -252,7 +252,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -196,7 +196,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -196,7 +196,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -236,7 +236,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -236,7 +236,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -236,7 +236,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -236,7 +236,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
@ -213,7 +213,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 Mon May 27 2024 13:06:11 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
Generated on Tue May 28 2024 08:26:17 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.11.0
</small></address>
</small></address>
</div><!-- doc-content -->
</div><!-- doc-content -->
</body>
</body>
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.