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: Logical Class 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_1Logical.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 > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "#pri-static-attribs" > Static Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1Logical-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Logical Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2025-01-10 13:02:07 +03:30
< p > Holds a bool value and converts strings to bool.
< a href = "classpFlow_1_1Logical.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-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ac8499eaa33318f1ef132c1f57350cbcb" > < 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 = "classpFlow_1_1Logical.html#ac8499eaa33318f1ef132c1f57350cbcb" > typeName< / a > () const< / td > < / tr >
< tr class = "separator:ac8499eaa33318f1ef132c1f57350cbcb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a02c41eeca4f3bbe398444ac3559328e0" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a02c41eeca4f3bbe398444ac3559328e0" > Logical< / a > ()=default< / td > < / tr >
< tr class = "memdesc:a02c41eeca4f3bbe398444ac3559328e0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Default constructor. < a href = "classpFlow_1_1Logical.html#a02c41eeca4f3bbe398444ac3559328e0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a02c41eeca4f3bbe398444ac3559328e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab363b331ac2b9d9622742ebf0b5a951d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#ab363b331ac2b9d9622742ebf0b5a951d" > Logical< / a > (bool s)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ab363b331ac2b9d9622742ebf0b5a951d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from bool. < a href = "classpFlow_1_1Logical.html#ab363b331ac2b9d9622742ebf0b5a951d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab363b331ac2b9d9622742ebf0b5a951d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc72ef98326dbd079d2f8630ccf24c74" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#afc72ef98326dbd079d2f8630ccf24c74" > Logical< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & l)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:afc72ef98326dbd079d2f8630ccf24c74" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from word. < a href = "classpFlow_1_1Logical.html#afc72ef98326dbd079d2f8630ccf24c74" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:afc72ef98326dbd079d2f8630ccf24c74" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2e553369989cc0b5b119f4585f263e52" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a2e553369989cc0b5b119f4585f263e52" > Logical< / a > (const char *ch)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a2e553369989cc0b5b119f4585f263e52" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from char string. < a href = "classpFlow_1_1Logical.html#a2e553369989cc0b5b119f4585f263e52" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2e553369989cc0b5b119f4585f263e52" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a49cd7c522cedbe3e62e52191d0f79a79" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a49cd7c522cedbe3e62e52191d0f79a79" > Logical< / a > (const < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > & )=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a49cd7c522cedbe3e62e52191d0f79a79" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy. < a href = "classpFlow_1_1Logical.html#a49cd7c522cedbe3e62e52191d0f79a79" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a49cd7c522cedbe3e62e52191d0f79a79" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a27f71d048d16aa04269dc80d03397dd8" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a27f71d048d16aa04269dc80d03397dd8" > Logical< / a > (< a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > & & )=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a27f71d048d16aa04269dc80d03397dd8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move. < a href = "classpFlow_1_1Logical.html#a27f71d048d16aa04269dc80d03397dd8" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a27f71d048d16aa04269dc80d03397dd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abd8e597efe175ef1b0c681297a98435e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#abd8e597efe175ef1b0c681297a98435e" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > & )=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:abd8e597efe175ef1b0c681297a98435e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy assignment. < a href = "classpFlow_1_1Logical.html#abd8e597efe175ef1b0c681297a98435e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:abd8e597efe175ef1b0c681297a98435e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae391e225003d22649bfee4861350dbb3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#ae391e225003d22649bfee4861350dbb3" > operator=< / a > (< a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > & & )=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ae391e225003d22649bfee4861350dbb3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move assignment. < a href = "classpFlow_1_1Logical.html#ae391e225003d22649bfee4861350dbb3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae391e225003d22649bfee4861350dbb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9c9ebd469b3da505c0ba05a9f367094" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#ad9c9ebd469b3da505c0ba05a9f367094" > operator=< / a > (const bool & b)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ad9c9ebd469b3da505c0ba05a9f367094" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Assignment with bool. < a href = "classpFlow_1_1Logical.html#ad9c9ebd469b3da505c0ba05a9f367094" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad9c9ebd469b3da505c0ba05a9f367094" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac07d93c2c80e51349f3dec89a2e45c84" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#ac07d93c2c80e51349f3dec89a2e45c84" > operator()< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ac07d93c2c80e51349f3dec89a2e45c84" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > () operator, return bool value < a href = "classpFlow_1_1Logical.html#ac07d93c2c80e51349f3dec89a2e45c84" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ac07d93c2c80e51349f3dec89a2e45c84" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67b76affb3b5d35fa419ac234144038b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a67b76affb3b5d35fa419ac234144038b" > operator bool< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a67b76affb3b5d35fa419ac234144038b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return bool value. < a href = "classpFlow_1_1Logical.html#a67b76affb3b5d35fa419ac234144038b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a67b76affb3b5d35fa419ac234144038b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac8deda3639dc8d68714b583b54cdf85a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#ac8deda3639dc8d68714b583b54cdf85a" > operator!< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ac8deda3639dc8d68714b583b54cdf85a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Not operator. < a href = "classpFlow_1_1Logical.html#ac8deda3639dc8d68714b583b54cdf85a" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ac8deda3639dc8d68714b583b54cdf85a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#aff8e92ab47032ae811d1271161cb9b22" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91" > < 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 >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a82ed7fb64538a39a226707ff49bdb7fa" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a82ed7fb64538a39a226707ff49bdb7fa" > TYPENAME< / a > ()< / td > < / tr >
< tr class = "memdesc:a82ed7fb64538a39a226707ff49bdb7fa" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1Logical.html#a82ed7fb64538a39a226707ff49bdb7fa" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a82ed7fb64538a39a226707ff49bdb7fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a511f818d2eebfd7be4cac008de48bc8c" > < td class = "memItemLeft" align = "right" valign = "top" > static bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a511f818d2eebfd7be4cac008de48bc8c" > evaluteWord< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & l, bool & b, int & yesNoSet)< / td > < / tr >
< tr class = "separator:a511f818d2eebfd7be4cac008de48bc8c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a806aa31dc2296ac0381a7b4b0289b204" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a806aa31dc2296ac0381a7b4b0289b204" > Logical< / a > (bool s, int yns)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a806aa31dc2296ac0381a7b4b0289b204" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from bool and set number. < a href = "classpFlow_1_1Logical.html#a806aa31dc2296ac0381a7b4b0289b204" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a806aa31dc2296ac0381a7b4b0289b204" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab26d4eeeee6530495955214023e65cc0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#ab26d4eeeee6530495955214023e65cc0" > s_< / a > = false< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ab26d4eeeee6530495955214023e65cc0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > bool value < a href = "classpFlow_1_1Logical.html#ab26d4eeeee6530495955214023e65cc0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab26d4eeeee6530495955214023e65cc0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a557853380b14ede18eb1782e21047c73" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a557853380b14ede18eb1782e21047c73" > yesNoSet_< / a > = 0< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a557853380b14ede18eb1782e21047c73" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set numbe of of Yes or No. < a href = "classpFlow_1_1Logical.html#a557853380b14ede18eb1782e21047c73" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a557853380b14ede18eb1782e21047c73" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-static-attribs" > < / a >
Static Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a5f0eda982d8c60cbff681b1480f4e75d" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Logical.html#a5f0eda982d8c60cbff681b1480f4e75d" > YesNo__< / a > [4][2]< / td > < / tr >
< tr class = "memdesc:a5f0eda982d8c60cbff681b1480f4e75d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set of Yes or Nos. < a href = "classpFlow_1_1Logical.html#a5f0eda982d8c60cbff681b1480f4e75d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5f0eda982d8c60cbff681b1480f4e75d" > < 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 > Holds a bool value and converts strings to bool. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a806aa31dc2296ac0381a7b4b0289b204" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a806aa31dc2296ac0381a7b4b0289b204" > ◆ < / a > < / span > Logical() < span class = "overload" > [1/7]< / 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_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > s< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > yns< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Construct from bool and set number. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a02c41eeca4f3bbe398444ac3559328e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a02c41eeca4f3bbe398444ac3559328e0" > ◆ < / a > < / span > Logical() < span class = "overload" > [2/7]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< 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_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Default constructor. < / 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 = "Logical_8hpp_source.html#l00127" > Logical::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;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1Logical_a02c41eeca4f3bbe398444ac3559328e0_icgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_a02c41eeca4f3bbe398444ac3559328e0_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "ab363b331ac2b9d9622742ebf0b5a951d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab363b331ac2b9d9622742ebf0b5a951d" > ◆ < / a > < / span > Logical() < span class = "overload" > [3/7]< / 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_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > s< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Construct from bool. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00081" > 81< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afc72ef98326dbd079d2f8630ccf24c74" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc72ef98326dbd079d2f8630ccf24c74" > ◆ < / a > < / span > Logical() < span class = "overload" > [4/7]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > l< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Construct from word. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "Logical_8cpp_source.html" > Logical.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "Logical_8cpp_source.html#l00041" > Logical::evaluteWord()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "Logical_8hpp_source.html#l00044" > Logical::s_< / a > , and < a class = "el" href = "Logical_8hpp_source.html#l00047" > Logical::yesNoSet_< / 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 call 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_1Logical_afc72ef98326dbd079d2f8630ccf24c74_cgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_afc72ef98326dbd079d2f8630ccf24c74_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a2e553369989cc0b5b119f4585f263e52" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2e553369989cc0b5b119f4585f263e52" > ◆ < / a > < / span > Logical() < span class = "overload" > [5/7]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > ch< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Construct from char string. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8cpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "Logical_8cpp_source.html" > Logical.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a49cd7c522cedbe3e62e52191d0f79a79" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a49cd7c522cedbe3e62e52191d0f79a79" > ◆ < / a > < / span > Logical() < span class = "overload" > [6/7]< / 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_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > &   < / 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" >
2025-01-10 13:02:07 +03:30
< p > Copy. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a27f71d048d16aa04269dc80d03397dd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a27f71d048d16aa04269dc80d03397dd8" > ◆ < / a > < / span > Logical() < span class = "overload" > [7/7]< / 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_1Logical.html" > Logical< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > & &   < / 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" >
2025-01-10 13:02:07 +03:30
< p > Move. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a82ed7fb64538a39a226707ff49bdb7fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a82ed7fb64538a39a226707ff49bdb7fa" > ◆ < / a > < / span > TYPENAME()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > static < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > TYPENAME < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Type info. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00065" > 65< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Logical_8hpp_source.html#l00070" > Logical::typeName()< / a > .< / p >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1Logical_a82ed7fb64538a39a226707ff49bdb7fa_icgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_a82ed7fb64538a39a226707ff49bdb7fa_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ac8499eaa33318f1ef132c1f57350cbcb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8499eaa33318f1ef132c1f57350cbcb" > ◆ < / a > < / span > typeName()< / 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#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > typeName < / 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 = "Logical_8hpp_source.html#l00070" > 70< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Logical_8hpp_source.html#l00065" > Logical::TYPENAME()< / a > .< / p >
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1Logical_ac8499eaa33318f1ef132c1f57350cbcb_cgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_ac8499eaa33318f1ef132c1f57350cbcb_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "abd8e597efe175ef1b0c681297a98435e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abd8e597efe175ef1b0c681297a98435e" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/3]< / 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_1Logical.html" > Logical< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > &   < / 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" >
2025-01-10 13:02:07 +03:30
< p > Copy assignment. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae391e225003d22649bfee4861350dbb3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae391e225003d22649bfee4861350dbb3" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/3]< / 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_1Logical.html" > Logical< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > & &   < / 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" >
2025-01-10 13:02:07 +03:30
< p > Move assignment. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad9c9ebd469b3da505c0ba05a9f367094" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9c9ebd469b3da505c0ba05a9f367094" > ◆ < / a > < / span > operator=() < span class = "overload" > [3/3]< / 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_1Logical.html" > Logical< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const bool &   < / td >
< td class = "paramname" > < em > b< / 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" >
2025-01-10 13:02:07 +03:30
< p > Assignment with bool. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00105" > 105< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Logical_8hpp_source.html#l00044" > Logical::s_< / a > , and < a class = "el" href = "Logical_8hpp_source.html#l00047" > Logical::yesNoSet_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac07d93c2c80e51349f3dec89a2e45c84" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac07d93c2c80e51349f3dec89a2e45c84" > ◆ < / a > < / span > operator()()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operator() < / td >
< td > (< / td >
< td class = "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" >
2025-01-10 13:02:07 +03:30
< p > () operator, return bool value < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Logical_8hpp_source.html#l00044" > Logical::s_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a67b76affb3b5d35fa419ac234144038b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67b76affb3b5d35fa419ac234144038b" > ◆ < / a > < / span > operator bool()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > operator bool < / 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 class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Return bool value. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Logical_8hpp_source.html#l00044" > Logical::s_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac8deda3639dc8d68714b583b54cdf85a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8deda3639dc8d68714b583b54cdf85a" > ◆ < / a > < / span > operator!()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a > operator! < / 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" >
2025-01-10 13:02:07 +03:30
< p > Not operator. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "classpFlow_1_1Logical.html#a02c41eeca4f3bbe398444ac3559328e0" > Logical::Logical()< / a > , < a class = "el" href = "Logical_8hpp_source.html#l00044" > Logical::s_< / a > , and < a class = "el" href = "Logical_8hpp_source.html#l00047" > Logical::yesNoSet_< / a > .< / p >
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_ac8deda3639dc8d68714b583b54cdf85a_cgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_ac8deda3639dc8d68714b583b54cdf85a_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aff8e92ab47032ae811d1271161cb9b22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff8e92ab47032ae811d1271161cb9b22" > ◆ < / a > < / span > read()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8cpp_source.html#l00065" > 65< / a > of file < a class = "el" href = "Logical_8cpp_source.html" > Logical.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "tokenI_8hpp_source.html#l00390" > token::good()< / a > , < a class = "el" href = "error_8hpp_source.html#l00087" > ioErrorInFile< / a > , < a class = "el" href = "tokenI_8hpp_source.html#l00633" > token::isString()< / a > , < a class = "el" href = "tokenI_8hpp_source.html#l00602" > token::isWord()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00223" > IOstream::lineNumber()< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00274" > IOstream::setBad()< / a > , < a class = "el" href = "tokenI_8hpp_source.html#l00642" > token::stringToken()< / a > , and < a class = "el" href = "tokenI_8hpp_source.html#l00618" > token::wordToken()< / 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 = "Logical_8cpp_source.html#l00111" > pFlow::operator> > ()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_aff8e92ab47032ae811d1271161cb9b22_cgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_aff8e92ab47032ae811d1271161cb9b22_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_aff8e92ab47032ae811d1271161cb9b22_icgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_aff8e92ab47032ae811d1271161cb9b22_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a6a40de4ceed55b2f78cf3027739dfd91" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a40de4ceed55b2f78cf3027739dfd91" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / 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 = "Logical_8cpp_source.html#l00097" > 97< / a > of file < a class = "el" href = "Logical_8cpp_source.html" > Logical.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "IOstream_8cpp_source.html#l00042" > IOstream::check()< / a > , and < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Logical_8cpp_source.html#l00121" > pFlow::operator< < ()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_a6a40de4ceed55b2f78cf3027739dfd91_cgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_a6a40de4ceed55b2f78cf3027739dfd91_icgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_a6a40de4ceed55b2f78cf3027739dfd91_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a511f818d2eebfd7be4cac008de48bc8c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a511f818d2eebfd7be4cac008de48bc8c" > ◆ < / a > < / span > evaluteWord()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool evaluteWord < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > l< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool &   < / td >
< td class = "paramname" > < em > b< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int &   < / td >
< td class = "paramname" > < em > yesNoSet< / 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" > static< / span > < / span > < / 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 = "Logical_8cpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "Logical_8cpp_source.html" > Logical.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "bTypesFunctions_8cpp_source.html#l00043" > pFlow::toUpper()< / 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 = "Logical_8cpp_source.html#l00026" > Logical::Logical()< / a > .< / p >
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_a511f818d2eebfd7be4cac008de48bc8c_cgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_a511f818d2eebfd7be4cac008de48bc8c_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Logical_a511f818d2eebfd7be4cac008de48bc8c_icgraph.png" border = "0" usemap = "#classpFlow_1_1Logical_a511f818d2eebfd7be4cac008de48bc8c_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ab26d4eeeee6530495955214023e65cc0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab26d4eeeee6530495955214023e65cc0" > ◆ < / a > < / span > s_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool s_ = false< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > bool value < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.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 = "Logical_8cpp_source.html#l00026" > Logical::Logical()< / a > , < a class = "el" href = "Logical_8hpp_source.html#l00121" > Logical::operator bool()< / a > , < a class = "el" href = "Logical_8hpp_source.html#l00127" > Logical::operator!()< / a > , < a class = "el" href = "Logical_8hpp_source.html#l00115" > Logical::operator()()< / a > , and < a class = "el" href = "Logical_8hpp_source.html#l00105" > Logical::operator=()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a557853380b14ede18eb1782e21047c73" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a557853380b14ede18eb1782e21047c73" > ◆ < / a > < / span > yesNoSet_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int yesNoSet_ = 0< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Set numbe of of Yes or No. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00047" > 47< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.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 = "Logical_8cpp_source.html#l00026" > Logical::Logical()< / a > , < a class = "el" href = "Logical_8hpp_source.html#l00127" > Logical::operator!()< / a > , and < a class = "el" href = "Logical_8hpp_source.html#l00105" > Logical::operator=()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a5f0eda982d8c60cbff681b1480f4e75d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5f0eda982d8c60cbff681b1480f4e75d" > ◆ < / a > < / span > YesNo__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > YesNo__[4][2]< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = { { < span class = "stringliteral" > " Yes" < / span > , < span class = "stringliteral" > " No" < / span > },< / div >
< div class = "line" > { < span class = "stringliteral" > " on" < / span > , < span class = "stringliteral" > " off" < / span > },< / div >
< div class = "line" > { < span class = "stringliteral" > " true" < / span > , < span class = "stringliteral" > " false" < / span > },< / div >
< div class = "line" > { < span class = "stringliteral" > " Ok" < / span > , < span class = "stringliteral" > " No" < / span > } }< / div >
< / div > <!-- fragment -->
< p > Set of Yes or Nos. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "Logical_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/types/basicTypes/< a class = "el" href = "Logical_8hpp_source.html" > Logical.hpp< / a > < / li >
< li > src/phasicFlow/types/basicTypes/< a class = "el" href = "Logical_8cpp_source.html" > Logical.cpp< / 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_1Logical.html" > Logical< / 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 >