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: token::content Union 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('unionpFlow_1_1token_1_1content.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-attribs" > Public Attributes< / a > |
< a href = "unionpFlow_1_1token_1_1content-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > token::content Union Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2025-01-10 13:02:07 +03:30
< p > A union of token types.
< a href = "unionpFlow_1_1token_1_1content.html#details" > More...< / a > < / p >
2023-03-27 10:16:23 -07:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a8df13a55bf8b7d262daedc3e008f88fe" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#a8df13a55bf8b7d262daedc3e008f88fe" > int64Val< / a > < / td > < / tr >
< tr class = "separator:a8df13a55bf8b7d262daedc3e008f88fe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abf58dcabdf3e74c7c665cd1db8deb113" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#abf58dcabdf3e74c7c665cd1db8deb113" > flagVal< / a > < / td > < / tr >
< tr class = "separator:abf58dcabdf3e74c7c665cd1db8deb113" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5c6f58e572dddc2d0238f7c3d986af3d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1token.html#a4aba281d025f1d580c3835d67656fd31" > punctuationToken< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#a5c6f58e572dddc2d0238f7c3d986af3d" > punctuationVal< / a > < / td > < / tr >
< tr class = "separator:a5c6f58e572dddc2d0238f7c3d986af3d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8a7e6b9eebd2a34141d7f02fbf610eb4" > < td class = "memItemLeft" align = "right" valign = "top" > float  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#a8a7e6b9eebd2a34141d7f02fbf610eb4" > floatVal< / a > < / td > < / tr >
< tr class = "separator:a8a7e6b9eebd2a34141d7f02fbf610eb4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a50f6ffc18b148552c1612eeefc7ceea6" > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#a50f6ffc18b148552c1612eeefc7ceea6" > doubleVal< / a > < / td > < / tr >
< tr class = "separator:a50f6ffc18b148552c1612eeefc7ceea6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aefbbe71654300a9a11a71fbe23ce9131" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#aefbbe71654300a9a11a71fbe23ce9131" > wordPtr< / a > < / td > < / tr >
< tr class = "separator:aefbbe71654300a9a11a71fbe23ce9131" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8f591cc0431357f374590b1c63e699f1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html#a8f591cc0431357f374590b1c63e699f1" > stringPtr< / a > < / td > < / tr >
< tr class = "separator:a8f591cc0431357f374590b1c63e699f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" > < p > A union of token types. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00161" > 161< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a8df13a55bf8b7d262daedc3e008f88fe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8df13a55bf8b7d262daedc3e008f88fe" > ◆ < / a > < / span > int64Val< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int64_t int64Val< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00164" > 164< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00028" > token::boolean()< / a > , < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00147" > token::token()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "abf58dcabdf3e74c7c665cd1db8deb113" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf58dcabdf3e74c7c665cd1db8deb113" > ◆ < / a > < / span > flagVal< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int flagVal< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00166" > 166< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00038" > token::flag()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a5c6f58e572dddc2d0238f7c3d986af3d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c6f58e572dddc2d0238f7c3d986af3d" > ◆ < / a > < / span > punctuationVal< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1token.html#a4aba281d025f1d580c3835d67656fd31" > punctuationToken< / a > punctuationVal< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00138" > token::token()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a8a7e6b9eebd2a34141d7f02fbf610eb4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8a7e6b9eebd2a34141d7f02fbf610eb4" > ◆ < / a > < / span > floatVal< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > float floatVal< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00168" > 168< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00201" > token::token()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a50f6ffc18b148552c1612eeefc7ceea6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50f6ffc18b148552c1612eeefc7ceea6" > ◆ < / a > < / span > doubleVal< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > double doubleVal< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00169" > 169< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00211" > token::token()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aefbbe71654300a9a11a71fbe23ce9131" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aefbbe71654300a9a11a71fbe23ce9131" > ◆ < / a > < / span > wordPtr< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > * wordPtr< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00172" > 172< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00685" > token::operator=()< / a > , < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00097" > token::token()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a8f591cc0431357f374590b1c63e699f1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8f591cc0431357f374590b1c63e699f1" > ◆ < / a > < / span > stringPtr< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > * stringPtr< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "token_8hpp_source.html#l00173" > 173< / a > of file < a class = "el" href = "token_8hpp_source.html" > token.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "tokenI_8hpp_source.html#l00685" > token::operator=()< / a > , < a class = "el" href = "tokenI_8hpp_source.html#l00791" > token::operator==()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00097" > token::token()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this union was generated from the following file:< ul >
< li > src/phasicFlow/streams/token/< a class = "el" href = "token_8hpp_source.html" > token.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_1token.html" > token< / a > < / li > < li class = "navelem" > < a class = "el" href = "unionpFlow_1_1token_1_1content.html" > content< / 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 >