2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!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" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: Bitset64< IndexType > < / 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 = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.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 = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classoperations__research_1_1_bitset64.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
2021-04-27 23:00:03 +02:00
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "classoperations__research_1_1_bitset64-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > Bitset64< IndexType > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2022-01-17 21:42:14 +01:00
< div class = "textblock" > < div class = "compoundTemplParams" > template< typename IndexType = int64_t> < br / >
class operations_research::Bitset64< IndexType > < / div >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00414" > 414< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
2020-09-01 16:00:33 +02:00
Classes< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64_1_1_iterator.html" > Iterator< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2020-09-01 16:00:33 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ab445cb42bc06b03f5e164f99055645d7" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#ab445cb42bc06b03f5e164f99055645d7" > Bitset64< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ab445cb42bc06b03f5e164f99055645d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a4c9691a24d8ee96e1665c2548b31fe4b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a4c9691a24d8ee96e1665c2548b31fe4b" > Bitset64< / a > (IndexType < a class = "el" href = "classoperations__research_1_1_bitset64.html#a1df2b3a4485e328397fda9b5f9b3ea2b" > size< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a4c9691a24d8ee96e1665c2548b31fe4b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a1df2b3a4485e328397fda9b5f9b3ea2b" > < td class = "memItemLeft" align = "right" valign = "top" > IndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a1df2b3a4485e328397fda9b5f9b3ea2b" > size< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a1df2b3a4485e328397fda9b5f9b3ea2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:afc1edb584c61b63496ced749e1a92634" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#afc1edb584c61b63496ced749e1a92634" > PushBack< / a > (bool < a class = "el" href = "primal__dual__hybrid__gradient_8cc.html#a730b1ea892f1f794d9bd5f16027acb63" > value< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:afc1edb584c61b63496ced749e1a92634" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a95a7b1824d872a78f5b53153c8436f36" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a95a7b1824d872a78f5b53153c8436f36" > Resize< / a > (IndexType < a class = "el" href = "classoperations__research_1_1_bitset64.html#a1df2b3a4485e328397fda9b5f9b3ea2b" > size< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a95a7b1824d872a78f5b53153c8436f36" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a039b0192ce008be5451bc87ca5eea65c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a039b0192ce008be5451bc87ca5eea65c" > ClearAndResize< / a > (IndexType < a class = "el" href = "classoperations__research_1_1_bitset64.html#a1df2b3a4485e328397fda9b5f9b3ea2b" > size< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a039b0192ce008be5451bc87ca5eea65c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa7d76b766faf39c1652b6617eac5fe20" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#aa7d76b766faf39c1652b6617eac5fe20" > ClearAll< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa7d76b766faf39c1652b6617eac5fe20" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a61e6f65595ec1afb4b7955f370c67c08" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a61e6f65595ec1afb4b7955f370c67c08" > Clear< / a > (IndexType i)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a61e6f65595ec1afb4b7955f370c67c08" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a0aef51c92ff3f3b715286a88256b915b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a0aef51c92ff3f3b715286a88256b915b" > ClearBucket< / a > (IndexType i)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a0aef51c92ff3f3b715286a88256b915b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ab37281d042575e18ebc25cb0b970e93d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#ab37281d042575e18ebc25cb0b970e93d" > ClearTwoBits< / a > (IndexType i)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ab37281d042575e18ebc25cb0b970e93d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:af8ee09b89dbde91655b7aa7537da21fb" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#af8ee09b89dbde91655b7aa7537da21fb" > AreOneOfTwoBitsSet< / a > (IndexType i) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:af8ee09b89dbde91655b7aa7537da21fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa454a4099ee887726b8f5b4a8ed1a81d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#aa454a4099ee887726b8f5b4a8ed1a81d" > IsSet< / a > (IndexType i) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa454a4099ee887726b8f5b4a8ed1a81d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ad197f61c44fe8fd4d2ef58278be45215" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#ad197f61c44fe8fd4d2ef58278be45215" > operator[]< / a > (IndexType i) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ad197f61c44fe8fd4d2ef58278be45215" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a76e58f3dd327215d28ea8c48f8c86009" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a76e58f3dd327215d28ea8c48f8c86009" > Set< / a > (IndexType i)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a76e58f3dd327215d28ea8c48f8c86009" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a126df5082d4a2c00039417583ab8f0bd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a126df5082d4a2c00039417583ab8f0bd" > Set< / a > (IndexType i, bool < a class = "el" href = "primal__dual__hybrid__gradient_8cc.html#a730b1ea892f1f794d9bd5f16027acb63" > value< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a126df5082d4a2c00039417583ab8f0bd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac455173bbee06de96840b6980cb20dff" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#ac455173bbee06de96840b6980cb20dff" > CopyBucket< / a > (const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > & other, IndexType i)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ac455173bbee06de96840b6980cb20dff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a83a9e2ac64c481c6772ea2204fbd3ebb" > < td class = "memTemplParams" colspan = "2" > template< typename OtherIndexType > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a83a9e2ac64c481c6772ea2204fbd3ebb" > < td class = "memTemplItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a83a9e2ac64c481c6772ea2204fbd3ebb" > SetContentFromBitset< / a > (const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < OtherIndexType > & other)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a83a9e2ac64c481c6772ea2204fbd3ebb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e8761187def0ec75ce81cb07cb7bb62" > < td class = "memTemplParams" colspan = "2" > template< typename OtherIndexType > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a1e8761187def0ec75ce81cb07cb7bb62" > < td class = "memTemplItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a1e8761187def0ec75ce81cb07cb7bb62" > SetContentFromBitsetOfSameSize< / a > (const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < OtherIndexType > & other)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a1e8761187def0ec75ce81cb07cb7bb62" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a85894bdc427b871f2140cc0fb1967aa5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a85894bdc427b871f2140cc0fb1967aa5" > Intersection< / a > (const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > & other)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a85894bdc427b871f2140cc0fb1967aa5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a6c28e2e61b6d0fddca6ec153bbb574c2" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a6c28e2e61b6d0fddca6ec153bbb574c2" > Union< / a > (const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > & other)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a6c28e2e61b6d0fddca6ec153bbb574c2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a09dd208593b9721a30a83ed978ede577" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_bitset64_1_1_iterator.html" > Iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a09dd208593b9721a30a83ed978ede577" > begin< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a09dd208593b9721a30a83ed978ede577" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a62469461ed7c932afba3808f4da0fe3d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_bitset64_1_1_iterator.html" > Iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a62469461ed7c932afba3808f4da0fe3d" > end< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a62469461ed7c932afba3808f4da0fe3d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a764be64f3029f8b8e23511061d8de355" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a764be64f3029f8b8e23511061d8de355" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-static-methods" name = "pub-static-methods" > < / a >
2021-04-27 23:00:03 +02:00
Static Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:af3f6c35f8d82633642cc87510743fdd6" > < td class = "memItemLeft" align = "right" valign = "top" > static uint64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_bitset64.html#af3f6c35f8d82633642cc87510743fdd6" > ConditionalXorOfTwoBits< / a > (IndexType i, uint64_t use1, const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > & set1, uint64_t use2, const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > & set2)< / td > < / tr >
< tr class = "separator:af3f6c35f8d82633642cc87510743fdd6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "ab445cb42bc06b03f5e164f99055645d7" name = "ab445cb42bc06b03f5e164f99055645d7" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab445cb42bc06b03f5e164f99055645d7" > ◆ < / a > < / span > Bitset64() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00416" > 416< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a4c9691a24d8ee96e1665c2548b31fe4b" name = "a4c9691a24d8ee96e1665c2548b31fe4b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4c9691a24d8ee96e1665c2548b31fe4b" > ◆ < / a > < / span > Bitset64() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > size< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00417" > 417< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "af8ee09b89dbde91655b7aa7537da21fb" name = "af8ee09b89dbde91655b7aa7537da21fb" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af8ee09b89dbde91655b7aa7537da21fb" > ◆ < / a > < / span > AreOneOfTwoBitsSet()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool AreOneOfTwoBitsSet < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00478" > 478< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a09dd208593b9721a30a83ed978ede577" name = "a09dd208593b9721a30a83ed978ede577" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a09dd208593b9721a30a83ed978ede577" > ◆ < / a > < / span > begin()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_bitset64_1_1_iterator.html" > Iterator< / a > begin < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00638" > 638< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a61e6f65595ec1afb4b7955f370c67c08" name = "a61e6f65595ec1afb4b7955f370c67c08" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a61e6f65595ec1afb4b7955f370c67c08" > ◆ < / a > < / span > Clear()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Clear < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00457" > 457< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa7d76b766faf39c1652b6617eac5fe20" name = "aa7d76b766faf39c1652b6617eac5fe20" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7d76b766faf39c1652b6617eac5fe20" > ◆ < / a > < / span > ClearAll()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ClearAll < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00454" > 454< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a039b0192ce008be5451bc87ca5eea65c" name = "a039b0192ce008be5451bc87ca5eea65c" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a039b0192ce008be5451bc87ca5eea65c" > ◆ < / a > < / span > ClearAndResize()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ClearAndResize < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > size< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00440" > 440< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0aef51c92ff3f3b715286a88256b915b" name = "a0aef51c92ff3f3b715286a88256b915b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0aef51c92ff3f3b715286a88256b915b" > ◆ < / a > < / span > ClearBucket()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ClearBucket < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00464" > 464< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab37281d042575e18ebc25cb0b970e93d" name = "ab37281d042575e18ebc25cb0b970e93d" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab37281d042575e18ebc25cb0b970e93d" > ◆ < / a > < / span > ClearTwoBits()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ClearTwoBits < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00471" > 471< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "af3f6c35f8d82633642cc87510743fdd6" name = "af3f6c35f8d82633642cc87510743fdd6" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af3f6c35f8d82633642cc87510743fdd6" > ◆ < / a > < / span > ConditionalXorOfTwoBits()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static uint64_t ConditionalXorOfTwoBits < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t  < / td >
< td class = "paramname" > < em > use1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > &   < / td >
< td class = "paramname" > < em > set1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t  < / td >
< td class = "paramname" > < em > use2< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > &   < / td >
< td class = "paramname" > < em > set2< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00643" > 643< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ac455173bbee06de96840b6980cb20dff" name = "ac455173bbee06de96840b6980cb20dff" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac455173bbee06de96840b6980cb20dff" > ◆ < / a > < / span > CopyBucket()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void CopyBucket < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > other< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00511" > 511< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a764be64f3029f8b8e23511061d8de355" name = "a764be64f3029f8b8e23511061d8de355" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a764be64f3029f8b8e23511061d8de355" > ◆ < / a > < / span > DebugString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string DebugString < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00657" > 657< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a62469461ed7c932afba3808f4da0fe3d" name = "a62469461ed7c932afba3808f4da0fe3d" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a62469461ed7c932afba3808f4da0fe3d" > ◆ < / a > < / span > end()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_bitset64_1_1_iterator.html" > Iterator< / a > end < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00639" > 639< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a85894bdc427b871f2140cc0fb1967aa5" name = "a85894bdc427b871f2140cc0fb1967aa5" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a85894bdc427b871f2140cc0fb1967aa5" > ◆ < / a > < / span > Intersection()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Intersection < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00543" > 543< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa454a4099ee887726b8f5b4a8ed1a81d" name = "aa454a4099ee887726b8f5b4a8ed1a81d" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa454a4099ee887726b8f5b4a8ed1a81d" > ◆ < / a > < / span > IsSet()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsSet < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00485" > 485< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ad197f61c44fe8fd4d2ef58278be45215" name = "ad197f61c44fe8fd4d2ef58278be45215" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad197f61c44fe8fd4d2ef58278be45215" > ◆ < / a > < / span > operator[]()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operator[] < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00492" > 492< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "afc1edb584c61b63496ced749e1a92634" name = "afc1edb584c61b63496ced749e1a92634" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc1edb584c61b63496ced749e1a92634" > ◆ < / a > < / span > PushBack()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void PushBack < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00426" > 426< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a95a7b1824d872a78f5b53153c8436f36" name = "a95a7b1824d872a78f5b53153c8436f36" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a95a7b1824d872a78f5b53153c8436f36" > ◆ < / a > < / span > Resize()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Resize < / td >
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > size< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00433" > 433< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a76e58f3dd327215d28ea8c48f8c86009" name = "a76e58f3dd327215d28ea8c48f8c86009" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a76e58f3dd327215d28ea8c48f8c86009" > ◆ < / a > < / span > Set() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > void < a class = "el" href = "classoperations__research_1_1_set.html" > Set< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00495" > 495< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a126df5082d4a2c00039417583ab8f0bd" name = "a126df5082d4a2c00039417583ab8f0bd" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a126df5082d4a2c00039417583ab8f0bd" > ◆ < / a > < / span > Set() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > void < a class = "el" href = "classoperations__research_1_1_set.html" > Set< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > IndexType  < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00502" > 502< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a83a9e2ac64c481c6772ea2204fbd3ebb" name = "a83a9e2ac64c481c6772ea2204fbd3ebb" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a83a9e2ac64c481c6772ea2204fbd3ebb" > ◆ < / a > < / span > SetContentFromBitset()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void SetContentFromBitset < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < OtherIndexType > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00520" > 520< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a1e8761187def0ec75ce81cb07cb7bb62" name = "a1e8761187def0ec75ce81cb07cb7bb62" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1e8761187def0ec75ce81cb07cb7bb62" > ◆ < / a > < / span > SetContentFromBitsetOfSameSize()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void SetContentFromBitsetOfSameSize < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < OtherIndexType > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00535" > 535< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a1df2b3a4485e328397fda9b5f9b3ea2b" name = "a1df2b3a4485e328397fda9b5f9b3ea2b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1df2b3a4485e328397fda9b5f9b3ea2b" > ◆ < / a > < / span > size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > IndexType size < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00423" > 423< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a6c28e2e61b6d0fddca6ec153bbb574c2" name = "a6c28e2e61b6d0fddca6ec153bbb574c2" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c28e2e61b6d0fddca6ec153bbb574c2" > ◆ < / a > < / span > Union()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Union < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < IndexType > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "bitset_8h_source.html#l00556" > 556< / a > of file < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "bitset_8h_source.html" > bitset.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-10-09 12:00:09 +02:00
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a > < / li >
2020-09-01 16:00:33 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >