Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:03 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:15 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
<divclass="line"><aid="l00077" name="l00077"></a><spanclass="lineno">77</span><spanclass="comment">// Convert data character by character.</span></div>
<divclass="line"><aid="l00078" name="l00078"></a><spanclass="lineno">78</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> i = 0;; i++) {</div>
<divclass="line"><aid="l00090" name="l00090"></a><spanclass="lineno"> 90</span><spanclass="comment">// If this is the last block, flush the buffer.</span></div>
<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="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="l00125" name="l00125"></a><spanclass="lineno"> 125</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="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>[1] << 2) | (<aclass="code hl_variable"href="classstdex_1_1base64__enc.html#a567a2a3aeda13b50e31d48ba32236adf">m_buf</a>[2] >> 6)) & 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>[2] & 0x3f];</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>[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="l00141"name="l00141"></a><spanclass="lineno"> 141</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="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>[2] & 0x3f];</div>
<divclass="line"><aid="l00144"name="l00144"></a><spanclass="lineno"> 144</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="l00145"name="l00145"></a><spanclass="lineno"> 145</span> out += <spanclass="charliteral">'='</span>;</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>[0] << 4) & 0x3f];</div>
<divclass="line"><aid="l00149"name="l00149"></a><spanclass="lineno"> 149</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00150"name="l00150"></a><spanclass="lineno"> 150</span> out += <spanclass="charliteral">'='</span>;</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>[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 += <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 += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00155"name="l00155"></a><spanclass="lineno"> 155</span> out += <spanclass="charliteral">'='</span>;</div>
<divclass="line"><aid="l00295" name="l00295"></a><spanclass="lineno">295</span><spanclass="comment">// Trim data size to first terminator.</span></div>
<divclass="line"><aid="l00296" name="l00296"></a><spanclass="lineno">296</span><spanclass="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> k = 0; k < size; k++)</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="keywordflow">for</span> (<spanclass="keywordtype">size_t</span> k = 0; k < size; k++)</div>
<divclass="line"><aid="l00409"name="l00409"></a><spanclass="lineno"> 409</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="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="l00422"name="l00422"></a><spanclass="lineno"> 422</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="l00412"name="l00412"></a><spanclass="lineno"> 412</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="l00419"name="l00419"></a><spanclass="lineno"> 419</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="l00425"name="l00425"></a><spanclass="lineno"> 425</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:363</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:346</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:291</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:122</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:70</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:162</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:112</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:375</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:431</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:451</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:384</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:450</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:169</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:262</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:218</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:231</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:189</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_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:388</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:1012</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:368</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:351</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__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_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_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_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__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:378</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:434</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:454</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:387</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:453</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_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_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_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_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_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:180</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_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_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>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:03 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:15 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -285,7 +285,7 @@ template<class T > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -328,7 +328,7 @@ template<class T > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -231,7 +231,7 @@ template<class T_to , class AX , class T_from > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -236,7 +236,7 @@ template<class T , class TR , class AX > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -250,7 +250,7 @@ template<class T > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -240,7 +240,7 @@ template<class T > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -523,7 +523,7 @@ template<class T > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -213,7 +213,7 @@ template<class T_to , class AX , class T_from > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -191,7 +191,7 @@ template<class T , class TR , class AX > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -164,7 +164,7 @@ template<class T > </td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -564,7 +564,7 @@ template<class T , class TR , class AX > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -170,7 +170,7 @@ class stdex::html::text_token< T, TR, AX ></div><p>Token representing part
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
<p>This is the complete list of members for <aclass="el"href="classstdex_1_1idrec_1_1record.html">stdex::idrec::record< T, T_id, ID, T_size, N_align ></a>, including all inherited members.</p>
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -764,7 +764,7 @@ template<class T , class T_id , const T_id ID, class T_size , T_size N_align&
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -272,7 +272,7 @@ template<class T > </div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:01 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
@ -114,7 +114,7 @@ Public Member Functions</h2></td></tr>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:13 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Mon Feb 12 2024 12:04:02 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
Generated on Wed Feb 14 2024 11:35:14 for stdex by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.10.0
</small></address>
</body>
</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.