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" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: span< 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" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< 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 >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / 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_1span.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-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1span-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > span< T > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a4d1ca55c8c62d4fbf3ea42d9919125a0" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a4d1ca55c8c62d4fbf3ea42d9919125a0" > iterator< / a > = T *< / td > < / tr >
< tr class = "separator:a4d1ca55c8c62d4fbf3ea42d9919125a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7a87f910baaebc396ded9a2508e37f42" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a > = const T *< / td > < / tr >
< tr class = "separator:a7a87f910baaebc396ded9a2508e37f42" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c5a1541ecf7ad17925583cf6abd2c65" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a0c5a1541ecf7ad17925583cf6abd2c65" > reference< / a > = T & < / td > < / tr >
< tr class = "separator:a0c5a1541ecf7ad17925583cf6abd2c65" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ec384ea37f233c648db341697cdebf5" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a6ec384ea37f233c648db341697cdebf5" > constReference< / a > = const T & < / td > < / tr >
< tr class = "separator:a6ec384ea37f233c648db341697cdebf5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a783c81fb3d585a513b521ab37644da06" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a783c81fb3d585a513b521ab37644da06" > valueType< / a > = T< / td > < / tr >
< tr class = "separator:a783c81fb3d585a513b521ab37644da06" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab088798d28525c0befe3c707b95c5bc2" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#ab088798d28525c0befe3c707b95c5bc2" > pointer< / a > = T *< / td > < / tr >
< tr class = "separator:ab088798d28525c0befe3c707b95c5bc2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1af10ba67005a939b2a93ad2439d56f9" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a1af10ba67005a939b2a93ad2439d56f9" > constPointer< / a > = const T *< / td > < / tr >
< tr class = "separator:a1af10ba67005a939b2a93ad2439d56f9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < 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:a9908eed0025a6c2a0d74fb470f41a091" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a9908eed0025a6c2a0d74fb470f41a091" > TypeInfoTemplateNV< / a > (" span" , T)< / td > < / tr >
< tr class = "separator:a9908eed0025a6c2a0d74fb470f41a091" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28489f33e4661e774ee77b686ded09a4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a28489f33e4661e774ee77b686ded09a4" > span< / a > ()=default< / td > < / tr >
< tr class = "memdesc:a28489f33e4661e774ee77b686ded09a4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Constructor. < a href = "classpFlow_1_1span.html#a28489f33e4661e774ee77b686ded09a4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a28489f33e4661e774ee77b686ded09a4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afdd3894709afaef1dc3fd8058cf66eef" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#afdd3894709afaef1dc3fd8058cf66eef" > span< / a > (T *< a class = "el" href = "classpFlow_1_1span.html#a617e1db24bfde7e335e7bf5e92892ee4" > data< / a > , < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > < a class = "el" href = "classpFlow_1_1span.html#a5c3ae5af412668efb05b921a468dc350" > size< / a > )< / td > < / tr >
< tr class = "separator:afdd3894709afaef1dc3fd8058cf66eef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf6030e0caa1bb10fe3aa833d5378df2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#adf6030e0caa1bb10fe3aa833d5378df2" > span< / a > (const < a class = "el" href = "classpFlow_1_1span.html" > span< / a > & )=default< / td > < / tr >
< tr class = "memdesc:adf6030e0caa1bb10fe3aa833d5378df2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > copy < a href = "classpFlow_1_1span.html#adf6030e0caa1bb10fe3aa833d5378df2" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:adf6030e0caa1bb10fe3aa833d5378df2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4941cdfb143d01712211d97d4efcb002" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a4941cdfb143d01712211d97d4efcb002" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1span.html" > span< / a > & )=default< / td > < / tr >
< tr class = "memdesc:a4941cdfb143d01712211d97d4efcb002" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > assignment < a href = "classpFlow_1_1span.html#a4941cdfb143d01712211d97d4efcb002" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4941cdfb143d01712211d97d4efcb002" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af7fb5f899f388f23c917a64a2dfe68c3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#af7fb5f899f388f23c917a64a2dfe68c3" > span< / a > (< a class = "el" href = "classpFlow_1_1span.html" > span< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:af7fb5f899f388f23c917a64a2dfe68c3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > move < a href = "classpFlow_1_1span.html#af7fb5f899f388f23c917a64a2dfe68c3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af7fb5f899f388f23c917a64a2dfe68c3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af44a0cb90c398cd420d9259a41c60b71" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#af44a0cb90c398cd420d9259a41c60b71" > operator=< / a > (< a class = "el" href = "classpFlow_1_1span.html" > span< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:af44a0cb90c398cd420d9259a41c60b71" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > assignment < a href = "classpFlow_1_1span.html#af44a0cb90c398cd420d9259a41c60b71" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af44a0cb90c398cd420d9259a41c60b71" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a43be5325ac00e9fa5e1157ad97bfcf7c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a43be5325ac00e9fa5e1157ad97bfcf7c" > empty< / a > () const< / td > < / tr >
< tr class = "separator:a43be5325ac00e9fa5e1157ad97bfcf7c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a617e1db24bfde7e335e7bf5e92892ee4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a617e1db24bfde7e335e7bf5e92892ee4" > data< / a > () const< / td > < / tr >
< tr class = "separator:a617e1db24bfde7e335e7bf5e92892ee4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5c3ae5af412668efb05b921a468dc350" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a5c3ae5af412668efb05b921a468dc350" > size< / a > () const< / td > < / tr >
< tr class = "memdesc:a5c3ae5af412668efb05b921a468dc350" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the number of elements in the span. < a href = "classpFlow_1_1span.html#a5c3ae5af412668efb05b921a468dc350" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5c3ae5af412668efb05b921a468dc350" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7e1aa8bc3e57ec9dc0865513fbe5afc4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a7e1aa8bc3e57ec9dc0865513fbe5afc4" > begin< / a > () const< / td > < / tr >
< tr class = "memdesc:a7e1aa8bc3e57ec9dc0865513fbe5afc4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns an iterator to the beginning of the span. < a href = "classpFlow_1_1span.html#a7e1aa8bc3e57ec9dc0865513fbe5afc4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7e1aa8bc3e57ec9dc0865513fbe5afc4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73e4696e132a9f02c692896107f26ed0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a73e4696e132a9f02c692896107f26ed0" > cbegin< / a > () const< / td > < / tr >
< tr class = "memdesc:a73e4696e132a9f02c692896107f26ed0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns an iterator to the beginning of the span. < a href = "classpFlow_1_1span.html#a73e4696e132a9f02c692896107f26ed0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a73e4696e132a9f02c692896107f26ed0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2107769aec696446c3550981ee371dc4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a2107769aec696446c3550981ee371dc4" > end< / a > () const< / td > < / tr >
< tr class = "memdesc:a2107769aec696446c3550981ee371dc4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns an iterator to one past the end of the span. < a href = "classpFlow_1_1span.html#a2107769aec696446c3550981ee371dc4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2107769aec696446c3550981ee371dc4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a168880ad5dfa9ac83d83b8c5c545c1bc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a168880ad5dfa9ac83d83b8c5c545c1bc" > cend< / a > () const< / td > < / tr >
< tr class = "memdesc:a168880ad5dfa9ac83d83b8c5c545c1bc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns an iterator to one past the end of the span. < a href = "classpFlow_1_1span.html#a168880ad5dfa9ac83d83b8c5c545c1bc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a168880ad5dfa9ac83d83b8c5c545c1bc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4b361a9e970991e76ba51a3b384c0ff8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a4b361a9e970991e76ba51a3b384c0ff8" > operator[]< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > i)< / td > < / tr >
< tr class = "separator:a4b361a9e970991e76ba51a3b384c0ff8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4aa27cc7d48ecbc8f49f6aa1cc252a87" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a4aa27cc7d48ecbc8f49f6aa1cc252a87" > operator[]< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > i) const< / td > < / tr >
< tr class = "separator:a4aa27cc7d48ecbc8f49f6aa1cc252a87" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0dfc975d477bd2d21bea13a7b950f23f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a0dfc975d477bd2d21bea13a7b950f23f" > operator[]< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i)< / td > < / tr >
< tr class = "separator:a0dfc975d477bd2d21bea13a7b950f23f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1ee5bd86811fbed196805dd72ee720ae" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a1ee5bd86811fbed196805dd72ee720ae" > operator[]< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i) const< / td > < / tr >
< tr class = "separator:a1ee5bd86811fbed196805dd72ee720ae" > < 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:aa5a936fbbc363fa1913fdaadc70d872a" > < td class = "memItemLeft" align = "right" valign = "top" > T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#aa5a936fbbc363fa1913fdaadc70d872a" > data_< / a > = nullptr< / td > < / tr >
< tr class = "separator:aa5a936fbbc363fa1913fdaadc70d872a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a17a395478026b2bd4e4f8a7807b9bf6a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1span.html#a17a395478026b2bd4e4f8a7807b9bf6a" > size_< / a > = 0< / td > < / tr >
< tr class = "separator:a17a395478026b2bd4e4f8a7807b9bf6a" > < 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::span< T > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a4d1ca55c8c62d4fbf3ea42d9919125a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d1ca55c8c62d4fbf3ea42d9919125a0" > ◆ < / a > < / span > iterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#a4d1ca55c8c62d4fbf3ea42d9919125a0" > iterator< / a > = T*< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a7a87f910baaebc396ded9a2508e37f42" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a87f910baaebc396ded9a2508e37f42" > ◆ < / a > < / span > constIterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a > = const T*< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a0c5a1541ecf7ad17925583cf6abd2c65" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c5a1541ecf7ad17925583cf6abd2c65" > ◆ < / a > < / span > reference< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#a0c5a1541ecf7ad17925583cf6abd2c65" > reference< / a > = T& < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6ec384ea37f233c648db341697cdebf5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6ec384ea37f233c648db341697cdebf5" > ◆ < / a > < / span > constReference< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#a6ec384ea37f233c648db341697cdebf5" > constReference< / a > = const T& < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a783c81fb3d585a513b521ab37644da06" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a783c81fb3d585a513b521ab37644da06" > ◆ < / a > < / span > valueType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#a783c81fb3d585a513b521ab37644da06" > valueType< / a > = T< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ab088798d28525c0befe3c707b95c5bc2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab088798d28525c0befe3c707b95c5bc2" > ◆ < / a > < / span > pointer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#ab088798d28525c0befe3c707b95c5bc2" > pointer< / a > = T*< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a1af10ba67005a939b2a93ad2439d56f9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1af10ba67005a939b2a93ad2439d56f9" > ◆ < / a > < / span > constPointer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1span.html#a1af10ba67005a939b2a93ad2439d56f9" > constPointer< / a > = const T*< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a28489f33e4661e774ee77b686ded09a4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28489f33e4661e774ee77b686ded09a4" > ◆ < / a > < / span > span() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Constructor. < / p >
< / div >
< / div >
< a id = "afdd3894709afaef1dc3fd8058cf66eef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afdd3894709afaef1dc3fd8058cf66eef" > ◆ < / a > < / span > span() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < / td >
< td > (< / td >
< td class = "paramtype" > T *  < / td >
< td class = "paramname" > < em > data< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > size< / 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 = "span_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< / div >
< / div >
< a id = "adf6030e0caa1bb10fe3aa833d5378df2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf6030e0caa1bb10fe3aa833d5378df2" > ◆ < / a > < / span > span() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < T > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > copy < / p >
< / div >
< / div >
< a id = "af7fb5f899f388f23c917a64a2dfe68c3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af7fb5f899f388f23c917a64a2dfe68c3" > ◆ < / a > < / span > span() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < T > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > move < / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a9908eed0025a6c2a0d74fb470f41a091" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9908eed0025a6c2a0d74fb470f41a091" > ◆ < / a > < / span > TypeInfoTemplateNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplateNV < / td >
< td > (< / td >
< td class = "paramtype" > " span< 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 = "a4941cdfb143d01712211d97d4efcb002" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4941cdfb143d01712211d97d4efcb002" > ◆ < / a > < / span > operator=() < 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 >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < T > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > assignment < / p >
< / div >
< / div >
< a id = "af44a0cb90c398cd420d9259a41c60b71" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af44a0cb90c398cd420d9259a41c60b71" > ◆ < / a > < / span > operator=() < 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 >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1span.html" > span< / a > < T > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > assignment < / p >
< / div >
< / div >
< a id = "a43be5325ac00e9fa5e1157ad97bfcf7c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a43be5325ac00e9fa5e1157ad97bfcf7c" > ◆ < / a > < / span > empty()< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool < a class = "el" href = "classpFlow_1_1empty.html" > empty< / a > < / 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 = "span_8hpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00054" > span< T > ::size_< / a > .< / p >
< / div >
< / div >
< a id = "a617e1db24bfde7e335e7bf5e92892ee4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a617e1db24bfde7e335e7bf5e92892ee4" > ◆ < / a > < / span > data()< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T* data < / 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 = "span_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< a id = "a5c3ae5af412668efb05b921a468dc350" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c3ae5af412668efb05b921a468dc350" > ◆ < / 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" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > 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" >
< p > Returns the number of elements in the span. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00101" > 101< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00054" > span< T > ::size_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "span_8hpp_source.html#l00162" > pFlow::operator< < ()< / a > .< / p >
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 = "+" / > Here is the caller graph for this function:< / 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_1span_a5c3ae5af412668efb05b921a468dc350_icgraph.png" border = "0" usemap = "#classpFlow_1_1span_a5c3ae5af412668efb05b921a468dc350_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1span_a5c3ae5af412668efb05b921a468dc350_icgraph" id = "classpFlow_1_1span_a5c3ae5af412668efb05b921a468dc350_icgraph" >
< area shape = "rect" title = "Returns the number of elements in the span." alt = "" coords = "199,5,247,32" / >
< area shape = "rect" href = "namespacepFlow.html#a8dc96bbd2fd3e801ed80736c708aa831" title = " " alt = "" coords = "5,5,151,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a7e1aa8bc3e57ec9dc0865513fbe5afc4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7e1aa8bc3e57ec9dc0865513fbe5afc4" > ◆ < / 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" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a > 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 > Returns an iterator to the beginning of the span. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< a id = "a73e4696e132a9f02c692896107f26ed0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a73e4696e132a9f02c692896107f26ed0" > ◆ < / a > < / span > cbegin()< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a > cbegin < / 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 > Returns an iterator to the beginning of the span. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< a id = "a2107769aec696446c3550981ee371dc4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2107769aec696446c3550981ee371dc4" > ◆ < / 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" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a > 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 > Returns an iterator to one past the end of the span. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00122" > 122< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > , and < a class = "el" href = "span_8hpp_source.html#l00054" > span< T > ::size_< / a > .< / p >
< / div >
< / div >
< a id = "a168880ad5dfa9ac83d83b8c5c545c1bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a168880ad5dfa9ac83d83b8c5c545c1bc" > ◆ < / a > < / span > cend()< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1span.html#a7a87f910baaebc396ded9a2508e37f42" > constIterator< / a > cend < / 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 > Returns an iterator to one past the end of the span. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00129" > 129< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > , and < a class = "el" href = "span_8hpp_source.html#l00054" > span< T > ::size_< / a > .< / p >
< / div >
< / div >
< a id = "a4b361a9e970991e76ba51a3b384c0ff8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b361a9e970991e76ba51a3b384c0ff8" > ◆ < / a > < / span > operator[]() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& operator[] < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00135" > 135< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< a id = "a4aa27cc7d48ecbc8f49f6aa1cc252a87" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4aa27cc7d48ecbc8f49f6aa1cc252a87" > ◆ < / a > < / span > operator[]() < 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" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& operator[] < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00141" > 141< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< a id = "a0dfc975d477bd2d21bea13a7b950f23f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0dfc975d477bd2d21bea13a7b950f23f" > ◆ < / a > < / span > operator[]() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& operator[] < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00147" > 147< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< a id = "a1ee5bd86811fbed196805dd72ee720ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1ee5bd86811fbed196805dd72ee720ae" > ◆ < / a > < / span > operator[]() < 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" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& operator[] < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "span_8hpp_source.html#l00153" > 153< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "span_8hpp_source.html#l00052" > span< T > ::data_< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "aa5a936fbbc363fa1913fdaadc70d872a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa5a936fbbc363fa1913fdaadc70d872a" > ◆ < / a > < / span > data_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T* data_ = nullptr< / 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 = "span_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "span_8hpp_source.html#l00108" > span< T > ::begin()< / a > , < a class = "el" href = "span_8hpp_source.html#l00115" > span< T > ::cbegin()< / a > , < a class = "el" href = "span_8hpp_source.html#l00129" > span< T > ::cend()< / a > , < a class = "el" href = "span_8hpp_source.html#l00094" > span< T > ::data()< / a > , < a class = "el" href = "span_8hpp_source.html#l00122" > span< T > ::end()< / a > , and < a class = "el" href = "span_8hpp_source.html#l00135" > span< T > ::operator[]()< / a > .< / p >
< / div >
< / div >
< a id = "a17a395478026b2bd4e4f8a7807b9bf6a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a17a395478026b2bd4e4f8a7807b9bf6a" > ◆ < / 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" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > size_ = 0< / 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 = "span_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "span_8hpp_source.html" > span.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "span_8hpp_source.html#l00129" > span< T > ::cend()< / a > , < a class = "el" href = "span_8hpp_source.html#l00088" > span< T > ::empty()< / a > , < a class = "el" href = "span_8hpp_source.html#l00122" > span< T > ::end()< / a > , and < a class = "el" href = "span_8hpp_source.html#l00101" > span< T > ::size()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/phasicFlow/containers/span/< a class = "el" href = "span_8hpp_source.html" > span.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_1span.html" > span< / 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 >