1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BitMagic-C++: Data Fields - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">BitMagic-C++
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="contents">
 
<h3><a id="index_v"></a>- v -</h3><ul>
<li>valid()
: <a class="el" href="classbm_1_1bvector_1_1iterator__base.html#a3f6af7f5b46c0219b28916187d302c43">bm::bvector< Alloc >::iterator_base</a>
, <a class="el" href="classbm_1_1interval__enumerator.html#a2dc3006cac5c4cb7b8335fb4f0d394a7">bm::interval_enumerator< BV ></a>
, <a class="el" href="classbm_1_1rsc__sparse__vector_1_1const__iterator.html#ab3600c674e34baf7e8bb922e903a2db6">bm::rsc_sparse_vector< Val, SV >::const_iterator</a>
, <a class="el" href="classbm_1_1sparse__vector_1_1const__iterator.html#aafd9102486c96de0a6a5cd649937cfca">bm::sparse_vector< Val, BV >::const_iterator</a>
, <a class="el" href="classbm_1_1str__sparse__vector_1_1const__iterator.html#acc05d75bc441479e35af52a08b915e69">bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::const_iterator</a>
</li>
<li>validate_found()
: <a class="el" href="classbm_1_1xor__scanner.html#a16dc9d1122988befa86baaffbca17a8c">bm::xor_scanner< BV ></a>
</li>
<li>value()
: <a class="el" href="classbm_1_1bvector_1_1enumerator.html#a5ab63705117aaf1d95a145fd5e0bc04a">bm::bvector< Alloc >::enumerator</a>
, <a class="el" href="classbm_1_1rsc__sparse__vector_1_1const__iterator.html#af5916f57fbce0d4ab7decacf2fb99320">bm::rsc_sparse_vector< Val, SV >::const_iterator</a>
, <a class="el" href="classbm_1_1sparse__vector_1_1const__iterator.html#ad40904ccdaf4ebf9fcd60333e0ce45fe">bm::sparse_vector< Val, BV >::const_iterator</a>
, <a class="el" href="classbm_1_1str__sparse__vector_1_1const__iterator.html#a2d8eb1fa6bad91eab6af3e533f14becc">bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::const_iterator</a>
</li>
<li>value_bits()
: <a class="el" href="classbm_1_1base__sparse__vector.html#a44ae64b8a6fecf40e3297294220062c3">bm::base_sparse_vector< Val, BV, MAX_SIZE ></a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>
|