2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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" / >
< title > PhasicFlow: stridedRange< T > Class Template Reference< / 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 >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.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;" >
2023-04-02 14:53:54 -07:00
< div id = "projectname" > < a href = "www.github.com/PhasicFlow" > PhasicFlow< / a >
  < span id = "projectnumber" > < a href = "www.github.com/PhasicFlow" > v0.1< / a > < / span >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "projectbrief" > < a href = "https://cemf.ir" > www.cemf.ir< / a > < / div >
2023-03-27 10:16:23 -07:00
< / td >
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / 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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1stridedRange.html',''); initResizable(); });
/* @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 = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "#pro-static-attribs" > Static Protected Attributes< / a > |
< a href = "classpFlow_1_1stridedRange-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > stridedRange< T > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for stridedRange< T > :< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1stridedRange__inherit__graph.png" border = "0" usemap = "#stridedRange_3_01T_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "stridedRange_3_01T_01_4_inherit__map" id = "stridedRange_3_01T_01_4_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "112,5,259,32" / >
< area shape = "rect" href = "classpFlow_1_1stridedRange.html" title = " " alt = "" coords = "5,95,176,121" / >
< area shape = "rect" href = "classpFlow_1_1stridedRange.html" title = " " alt = "" coords = "200,95,363,121" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a512c66eb506a5be36cf59423198dacd9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a512c66eb506a5be36cf59423198dacd9" > TypeInfoTemplateNV< / a > (" stridedRange" , T)< / td > < / tr >
< tr class = "separator:a512c66eb506a5be36cf59423198dacd9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9b987e04bb2acc210633080eac1ce28a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a9b987e04bb2acc210633080eac1ce28a" > stridedRange< / a > (T < a class = "el" href = "classpFlow_1_1stridedRange.html#a66b56ad16ed6691f634c418b77f7b5f9" > begin< / a > , T < a class = "el" href = "classpFlow_1_1stridedRange.html#ab2f052e4a350d7ade62a5ec1b22b1a3f" > end< / a > , T < a class = "el" href = "classpFlow_1_1stridedRange.html#a2731fe62ddef40abedae4b80102bf8d8" > stride< / a > )< / td > < / tr >
< tr class = "separator:a9b987e04bb2acc210633080eac1ce28a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4211d50e66ef95f4d53b0642cb2f7476" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a4211d50e66ef95f4d53b0642cb2f7476" > stridedRange< / a > (T < a class = "el" href = "classpFlow_1_1stridedRange.html#a66b56ad16ed6691f634c418b77f7b5f9" > begin< / a > , T < a class = "el" href = "classpFlow_1_1stridedRange.html#a2731fe62ddef40abedae4b80102bf8d8" > stride< / a > )< / td > < / tr >
< tr class = "separator:a4211d50e66ef95f4d53b0642cb2f7476" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b726da27c4a8e3c5015bce9f4ec5e3a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a7b726da27c4a8e3c5015bce9f4ec5e3a" > stridedRange< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & rangeString)< / td > < / tr >
< tr class = "separator:a7b726da27c4a8e3c5015bce9f4ec5e3a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add300761925299847a1638498aafef7a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#add300761925299847a1638498aafef7a" > stridedRange< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:add300761925299847a1638498aafef7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a66b56ad16ed6691f634c418b77f7b5f9" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a66b56ad16ed6691f634c418b77f7b5f9" > begin< / a > () const< / td > < / tr >
< tr class = "separator:a66b56ad16ed6691f634c418b77f7b5f9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab2f052e4a350d7ade62a5ec1b22b1a3f" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#ab2f052e4a350d7ade62a5ec1b22b1a3f" > end< / a > () const< / td > < / tr >
< tr class = "separator:ab2f052e4a350d7ade62a5ec1b22b1a3f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2731fe62ddef40abedae4b80102bf8d8" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a2731fe62ddef40abedae4b80102bf8d8" > stride< / a > () const< / td > < / tr >
< tr class = "separator:a2731fe62ddef40abedae4b80102bf8d8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0ca2050caf024eff74f7dc1b942f1788" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a0ca2050caf024eff74f7dc1b942f1788" > isMember< / a > (T val, T epsilon=0) const< / td > < / tr >
< tr class = "separator:a0ca2050caf024eff74f7dc1b942f1788" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a862698fba81c111cbfaca5ea0528e5dd" > < td class = "memItemLeft" align = "right" valign = "top" > static bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a862698fba81c111cbfaca5ea0528e5dd" > parseRange< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & rangeString, T & < a class = "el" href = "classpFlow_1_1stridedRange.html#a66b56ad16ed6691f634c418b77f7b5f9" > begin< / a > , T & < a class = "el" href = "classpFlow_1_1stridedRange.html#ab2f052e4a350d7ade62a5ec1b22b1a3f" > end< / a > , T & < a class = "el" href = "classpFlow_1_1stridedRange.html#a2731fe62ddef40abedae4b80102bf8d8" > stride< / a > )< / td > < / tr >
< tr class = "separator:a862698fba81c111cbfaca5ea0528e5dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:ad543e853981e56c8ae28a8b8b8ca01ac" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#ad543e853981e56c8ae28a8b8b8ca01ac" > begin_< / a > < / td > < / tr >
< tr class = "separator:ad543e853981e56c8ae28a8b8b8ca01ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2c7d06a54745697d21bed0107ce26432" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a2c7d06a54745697d21bed0107ce26432" > end_< / a > < / td > < / tr >
< tr class = "separator:a2c7d06a54745697d21bed0107ce26432" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad3862eecfb2dc23710a234fb0919f54d" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#ad3862eecfb2dc23710a234fb0919f54d" > stride_< / a > < / td > < / tr >
< tr class = "separator:ad3862eecfb2dc23710a234fb0919f54d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-static-attribs" > < / a >
Static Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:afda6cc7253daf42d2e083c4232237ae0" > < td class = "memItemLeft" align = "right" valign = "top" > static const T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#afda6cc7253daf42d2e083c4232237ae0" > maxVal< / a > = < a class = "el" href = "namespacepFlow.html#a1a6444472664b73ca86d9c96154ea1da" > largestPositive< / a > < T> ()< / td > < / tr >
< tr class = "separator:afda6cc7253daf42d2e083c4232237ae0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9232c7f0c9938e0d3d5dbeaeb4521e5e" > < td class = "memItemLeft" align = "right" valign = "top" > static const T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1stridedRange.html#a9232c7f0c9938e0d3d5dbeaeb4521e5e" > minVal< / a > = < a class = "el" href = "namespacepFlow.html#ae2e45e2e2b81a1f4b9b843330fdb96b0" > largestNegative< / a > < T> ()< / td > < / tr >
< tr class = "separator:a9232c7f0c9938e0d3d5dbeaeb4521e5e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename T> < br / >
class pFlow::stridedRange< T > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a9b987e04bb2acc210633080eac1ce28a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9b987e04bb2acc210633080eac1ce28a" > ◆ < / a > < / span > stridedRange() < span class = "overload" > [1/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > begin< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > end< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > stride< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a4211d50e66ef95f4d53b0642cb2f7476" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4211d50e66ef95f4d53b0642cb2f7476" > ◆ < / a > < / span > stridedRange() < span class = "overload" > [2/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > begin< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > stride< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a7b726da27c4a8e3c5015bce9f4ec5e3a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b726da27c4a8e3c5015bce9f4ec5e3a" > ◆ < / a > < / span > stridedRange() < span class = "overload" > [3/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > rangeString< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00067" > 67< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "add300761925299847a1638498aafef7a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add300761925299847a1638498aafef7a" > ◆ < / a > < / span > stridedRange() < span class = "overload" > [4/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a512c66eb506a5be36cf59423198dacd9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a512c66eb506a5be36cf59423198dacd9" > ◆ < / a > < / span > TypeInfoTemplateNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplateNV < / td >
< td > (< / td >
< td class = "paramtype" > " stridedRange< T > "   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a66b56ad16ed6691f634c418b77f7b5f9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a66b56ad16ed6691f634c418b77f7b5f9" > ◆ < / a > < / span > begin()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T begin < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00085" > 85< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ab2f052e4a350d7ade62a5ec1b22b1a3f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab2f052e4a350d7ade62a5ec1b22b1a3f" > ◆ < / a > < / span > end()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T end < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a2731fe62ddef40abedae4b80102bf8d8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2731fe62ddef40abedae4b80102bf8d8" > ◆ < / a > < / span > stride()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T stride < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00095" > 95< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a0ca2050caf024eff74f7dc1b942f1788" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0ca2050caf024eff74f7dc1b942f1788" > ◆ < / a > < / span > isMember()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool isMember < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > val< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > epsilon< / em > = < code > 0< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00100" > 100< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "timeControl_8cpp_source.html#l00026" > timeControl::screenReport()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1stridedRange_a0ca2050caf024eff74f7dc1b942f1788_icgraph.png" border = "0" usemap = "#classpFlow_1_1stridedRange_a0ca2050caf024eff74f7dc1b942f1788_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1stridedRange_a0ca2050caf024eff74f7dc1b942f1788_icgraph" id = "classpFlow_1_1stridedRange_a0ca2050caf024eff74f7dc1b942f1788_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "199,13,285,39" / >
< area shape = "rect" href = "classpFlow_1_1timeControl.html#ab052b8178ea1879a0ef0a0edde4a0056" title = " " alt = "" coords = "5,5,151,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a862698fba81c111cbfaca5ea0528e5dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a862698fba81c111cbfaca5ea0528e5dd" > ◆ < / a > < / span > parseRange()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static bool parseRange < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > rangeString< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T &   < / td >
< td class = "paramname" > < em > begin< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T &   < / td >
< td class = "paramname" > < em > end< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T &   < / td >
< td class = "paramname" > < em > stride< / 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 = "stridedRange_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00080" > combinedRange< T > ::addStridedRange()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1stridedRange_a862698fba81c111cbfaca5ea0528e5dd_icgraph.png" border = "0" usemap = "#classpFlow_1_1stridedRange_a862698fba81c111cbfaca5ea0528e5dd_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1stridedRange_a862698fba81c111cbfaca5ea0528e5dd_icgraph" id = "classpFlow_1_1stridedRange_a862698fba81c111cbfaca5ea0528e5dd_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "227,13,325,39" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a2174415fd682f88846895dafefee9d31" title = " " alt = "" coords = "5,5,179,47" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ad543e853981e56c8ae28a8b8b8ca01ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad543e853981e56c8ae28a8b8b8ca01ac" > ◆ < / a > < / span > begin_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T begin_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a2c7d06a54745697d21bed0107ce26432" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c7d06a54745697d21bed0107ce26432" > ◆ < / a > < / span > end_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T end_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ad3862eecfb2dc23710a234fb0919f54d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad3862eecfb2dc23710a234fb0919f54d" > ◆ < / a > < / span > stride_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T stride_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "afda6cc7253daf42d2e083c4232237ae0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afda6cc7253daf42d2e083c4232237ae0" > ◆ < / a > < / span > maxVal< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const T maxVal = < a class = "el" href = "namespacepFlow.html#a1a6444472664b73ca86d9c96154ea1da" > largestPositive< / a > < T> ()< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a9232c7f0c9938e0d3d5dbeaeb4521e5e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9232c7f0c9938e0d3d5dbeaeb4521e5e" > ◆ < / a > < / span > minVal< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const T minVal = < a class = "el" href = "namespacepFlow.html#ae2e45e2e2b81a1f4b9b843330fdb96b0" > largestNegative< / a > < T> ()< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "stridedRange_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/phasicFlow/ranges/< a class = "el" href = "stridedRange_8hpp_source.html" > stridedRange.hpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >