2023-03-31 10:50:39 -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-31 10:50:39 -07:00
< title > PhasicFlow: commandLine 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-31 10:50:39 -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-31 10:50:39 -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-31 10:50:39 -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-31 10:50:39 -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_1commandLine.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 = "#pro-static-attribs" > Static Protected Attributes< / a > |
< a href = "classpFlow_1_1commandLine-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > commandLine Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for commandLine:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine__inherit__graph.png" border = "0" usemap = "#commandLine_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "commandLine_inherit__map" id = "commandLine_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "5,80,120,107" / >
< area shape = "rect" title = " " alt = "" coords = "39,5,86,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
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 = "+" / > Collaboration diagram for commandLine:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine__coll__graph.png" border = "0" usemap = "#commandLine_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "commandLine_coll__map" id = "commandLine_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "19,95,134,121" / >
< area shape = "rect" title = " " alt = "" coords = "5,5,52,32" / >
< area shape = "rect" href = "classpFlow_1_1List.html" title = " " alt = "" coords = "77,5,175,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a27f8cad34438fe040c1adbc20f819293" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > Option< / a > = CLI::Option< / td > < / tr >
< tr class = "separator:a27f8cad34438fe040c1adbc20f819293" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adc698d020468722ea41a083f9ac491ed" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#adc698d020468722ea41a083f9ac491ed" > ParseError< / a > = CLI::ParseError< / td > < / tr >
< tr class = "separator:adc698d020468722ea41a083f9ac491ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6bf9ccafef4d8ccb9f18a06083b801e7" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#a6bf9ccafef4d8ccb9f18a06083b801e7" > any< / a > = std::any< / td > < / tr >
< tr class = "separator:a6bf9ccafef4d8ccb9f18a06083b801e7" > < 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:abaf8950d8dfd816efcbf7d1fac3864cf" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#abaf8950d8dfd816efcbf7d1fac3864cf" > commandLine< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > appName)< / td > < / tr >
< tr class = "separator:abaf8950d8dfd816efcbf7d1fac3864cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac91c659a0deaa02d39d2c20dbf13e569" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#ac91c659a0deaa02d39d2c20dbf13e569" > commandLine< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > appName, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > disptn)< / td > < / tr >
< tr class = "separator:ac91c659a0deaa02d39d2c20dbf13e569" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af199716992f3f8bb51c89ddcca847062" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#af199716992f3f8bb51c89ddcca847062" > parse< / a > (int argc, char **argv)< / td > < / tr >
< tr class = "separator:af199716992f3f8bb51c89ddcca847062" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae309d1cad7a1c3502e8d112f76373816" > < td class = "memTemplParams" colspan = "2" > template< typename Type > < / td > < / tr >
< tr class = "memitem:ae309d1cad7a1c3502e8d112f76373816" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > Option< / a > *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816" > addOption< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > optionName, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > < a class = "el" href = "classpFlow_1_1commandLine.html#a5095370072f7df1462bc126b12ab2485" > description< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > opText=" " )< / td > < / tr >
< tr class = "separator:ae309d1cad7a1c3502e8d112f76373816" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2396f3fa797c0afc4abb4f4d932035e0" > < td class = "memTemplParams" colspan = "2" > template< typename Type > < / td > < / tr >
< tr class = "memitem:a2396f3fa797c0afc4abb4f4d932035e0" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > Option< / a > *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#a2396f3fa797c0afc4abb4f4d932035e0" > addOption< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > optionName, Type & bindingVar, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > < a class = "el" href = "classpFlow_1_1commandLine.html#a5095370072f7df1462bc126b12ab2485" > description< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > opText=" " )< / td > < / tr >
< tr class = "separator:a2396f3fa797c0afc4abb4f4d932035e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab791d42abf5e71d63a6b3db1194545e6" > < 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_1commandLine.html#ab791d42abf5e71d63a6b3db1194545e6" > productName< / a > () const< / td > < / tr >
< tr class = "separator:ab791d42abf5e71d63a6b3db1194545e6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a14acfb8b26f5fd0e88d6aa2b753223fc" > < 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_1commandLine.html#a14acfb8b26f5fd0e88d6aa2b753223fc" > productNameCopyright< / a > () const< / td > < / tr >
< tr class = "separator:a14acfb8b26f5fd0e88d6aa2b753223fc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b1e64df9c1688a5ffb922cbce4b7095" > < td class = "memTemplParams" colspan = "2" > template< typename Type > < / td > < / tr >
< tr class = "memitem:a7b1e64df9c1688a5ffb922cbce4b7095" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > pFlow::commandLine::Option< / a > *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#a7b1e64df9c1688a5ffb922cbce4b7095" > addOption< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > optionName, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > < a class = "el" href = "classpFlow_1_1commandLine.html#a5095370072f7df1462bc126b12ab2485" > description< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > opText)< / td > < / tr >
< tr class = "separator:a7b1e64df9c1688a5ffb922cbce4b7095" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c1c8d000ed3d56f5315e9dad45719d8" > < td class = "memTemplParams" colspan = "2" > template< typename Type > < / td > < / tr >
< tr class = "memitem:a9c1c8d000ed3d56f5315e9dad45719d8" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > pFlow::commandLine::Option< / a > *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#a9c1c8d000ed3d56f5315e9dad45719d8" > addOption< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > optionName, Type & bindingVar, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > < a class = "el" href = "classpFlow_1_1commandLine.html#a5095370072f7df1462bc126b12ab2485" > description< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > opText)< / td > < / tr >
< tr class = "separator:a9c1c8d000ed3d56f5315e9dad45719d8" > < 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:a7f04090943d139b6d697f4a194a3641d" > < 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_1commandLine.html#a7f04090943d139b6d697f4a194a3641d" > appName_< / a > < / td > < / tr >
< tr class = "separator:a7f04090943d139b6d697f4a194a3641d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e9107629f65eca349d8434c232e68a9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1commandLine.html#a6bf9ccafef4d8ccb9f18a06083b801e7" > any< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1commandLine.html#a6e9107629f65eca349d8434c232e68a9" > internalBinVars_< / a > < / td > < / tr >
< tr class = "separator:a6e9107629f65eca349d8434c232e68a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-static-attribs" > < / a >
Static Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:ad8aa919d2613cb1954fe9809f0f68950" > < 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_1commandLine.html#ad8aa919d2613cb1954fe9809f0f68950" > versionStr< / a > < / td > < / tr >
< tr class = "separator:ad8aa919d2613cb1954fe9809f0f68950" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae073a34e47a78d184b3711ea967288e7" > < 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_1commandLine.html#ae073a34e47a78d184b3711ea967288e7" > copyRight< / a > = " (copyright(C): www.cemf.ir)" < / td > < / tr >
< tr class = "separator:ae073a34e47a78d184b3711ea967288e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6432f1237593152a2ca882342fb3abba" > < 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_1commandLine.html#a6432f1237593152a2ca882342fb3abba" > versionName< / a > = " phasicFlow " + versionStr< / td > < / tr >
< tr class = "separator:a6432f1237593152a2ca882342fb3abba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aea06e98469774a68c6962a88b0bb89ce" > < 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_1commandLine.html#aea06e98469774a68c6962a88b0bb89ce" > versoinCopyright< / a > = < a class = "el" href = "classpFlow_1_1commandLine.html#a6432f1237593152a2ca882342fb3abba" > versionName< / a > + " " +< a class = "el" href = "classpFlow_1_1commandLine.html#ae073a34e47a78d184b3711ea967288e7" > copyRight< / a > < / td > < / tr >
< tr class = "separator:aea06e98469774a68c6962a88b0bb89ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5095370072f7df1462bc126b12ab2485" > < 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_1commandLine.html#a5095370072f7df1462bc126b12ab2485" > description< / a > < / td > < / tr >
< tr class = "separator:a5095370072f7df1462bc126b12ab2485" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a27f8cad34438fe040c1adbc20f819293" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a27f8cad34438fe040c1adbc20f819293" > ◆ < / a > < / span > Option< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > Option< / a > = CLI::Option< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< / div >
< / div >
< a id = "adc698d020468722ea41a083f9ac491ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adc698d020468722ea41a083f9ac491ed" > ◆ < / a > < / span > ParseError< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1commandLine.html#adc698d020468722ea41a083f9ac491ed" > ParseError< / a > = CLI::ParseError< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6bf9ccafef4d8ccb9f18a06083b801e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6bf9ccafef4d8ccb9f18a06083b801e7" > ◆ < / a > < / span > any< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1commandLine.html#a6bf9ccafef4d8ccb9f18a06083b801e7" > any< / a > = std::any< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "abaf8950d8dfd816efcbf7d1fac3864cf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abaf8950d8dfd816efcbf7d1fac3864cf" > ◆ < / a > < / span > commandLine() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1commandLine.html" > commandLine< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > appName< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8cpp_source.html#l00024" > 24< / a > of file < a class = "el" href = "commandLine_8cpp_source.html" > commandLine.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "commandLine_8hpp_source.html#l00050" > commandLine::appName_< / a > , and < a class = "el" href = "commandLine_8hpp_source.html#l00060" > commandLine::versionName< / a > .< / p >
< / div >
< / div >
< a id = "ac91c659a0deaa02d39d2c20dbf13e569" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac91c659a0deaa02d39d2c20dbf13e569" > ◆ < / a > < / span > commandLine() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1commandLine.html" > commandLine< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > appName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > disptn< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8cpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "commandLine_8cpp_source.html" > commandLine.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "streams_8hpp_source.html#l00035" > boldText< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "builtinTypes_8hpp_source.html#l00066" > pFlow::floatingPointDescription()< / a > , < a class = "el" href = "namespacepFlow.html#a86ae30c22a4ef4bc487b40ed52f4d2f9" > pFlow::output< / a > , < a class = "el" href = "commandLine_8hpp_source.html#l00062" > commandLine::versoinCopyright< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00030" > yellowText< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.png" border = "0" usemap = "#classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph" id = "classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,31,120,57" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "233,5,330,32" / >
< area shape = "rect" href = "namespacepFlow.html#a8618ad0dd0cc0dda06724d40b728c96e" title = " " alt = "" coords = "168,56,395,83" / >
2023-03-31 10:50:39 -07:00
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "af199716992f3f8bb51c89ddcca847062" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af199716992f3f8bb51c89ddcca847062" > ◆ < / a > < / span > parse()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool parse < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > argc< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > char **  < / td >
< td class = "paramname" > < em > argv< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8cpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "commandLine_8cpp_source.html" > commandLine.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "VectorFwd_8hpp.html#a3557595cfa50bcbd2098e44fe7da1bbd" > count()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "iterateGeometry_8cpp_source.html#l00039" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.png" border = "0" usemap = "#classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph" id = "classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,64,32" / >
< area shape = "rect" href = "VectorFwd_8hpp.html#a3557595cfa50bcbd2098e44fe7da1bbd" title = " " alt = "" coords = "112,5,171,32" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< 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 caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.png" border = "0" usemap = "#classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph" id = "classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "108,5,167,32" / >
< area shape = "rect" href = "iterateGeometry_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97" title = " " alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ae309d1cad7a1c3502e8d112f76373816" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae309d1cad7a1c3502e8d112f76373816" > ◆ < / a > < / span > addOption() < span class = "overload" > [1/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > Option< / a > * addOption < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > optionName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > description< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > opText< / em > = < code > " " < / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "reference" > Referenced by < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00045" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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 caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.png" border = "0" usemap = "#classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph" id = "classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "108,5,197,32" / >
< area shape = "rect" href = "pFlowToVTK_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627" title = " " alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a2396f3fa797c0afc4abb4f4d932035e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2396f3fa797c0afc4abb4f4d932035e0" > ◆ < / a > < / span > addOption() < span class = "overload" > [2/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > Option< / a > * addOption < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > optionName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > Type &   < / td >
< td class = "paramname" > < em > bindingVar< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > description< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > opText< / em > = < code > " " < / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab791d42abf5e71d63a6b3db1194545e6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab791d42abf5e71d63a6b3db1194545e6" > ◆ < / a > < / span > productName()< / 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 > productName < / 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 = "commandLine_8hpp_source.html#l00091" > 91< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "commandLine_8hpp_source.html#l00060" > commandLine::versionName< / a > .< / p >
< / div >
< / div >
< a id = "a14acfb8b26f5fd0e88d6aa2b753223fc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a14acfb8b26f5fd0e88d6aa2b753223fc" > ◆ < / a > < / span > productNameCopyright()< / 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 > productNameCopyright < / 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 = "commandLine_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "commandLine_8hpp_source.html#l00062" > commandLine::versoinCopyright< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "checkPhasicFlow_8cpp_source.html#l00030" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-31 10:50:39 -07:00
< div class = "center" > < img src = "classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.png" border = "0" usemap = "#classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph" id = "classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "108,5,281,32" / >
< area shape = "rect" href = "checkPhasicFlow_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97" title = " " alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a7b1e64df9c1688a5ffb922cbce4b7095" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b1e64df9c1688a5ffb922cbce4b7095" > ◆ < / a > < / span > addOption() < span class = "overload" > [3/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > pFlow::commandLine::Option< / a > * addOption < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > optionName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > description< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > opText< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "commandLine_8hpp_source.html#l00064" > commandLine::description< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , and < a class = "el" href = "commandLine_8hpp_source.html#l00052" > commandLine::internalBinVars_< / a > .< / p >
< / div >
< / div >
< a id = "a9c1c8d000ed3d56f5315e9dad45719d8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c1c8d000ed3d56f5315e9dad45719d8" > ◆ < / a > < / span > addOption() < span class = "overload" > [4/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293" > pFlow::commandLine::Option< / a > * addOption < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > optionName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > Type &   < / td >
< td class = "paramname" > < em > bindingVar< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > description< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > opText< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00129" > 129< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a7f04090943d139b6d697f4a194a3641d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7f04090943d139b6d697f4a194a3641d" > ◆ < / a > < / span > appName_< / 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 > appName_< / 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 = "commandLine_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "commandLine_8cpp_source.html#l00024" > commandLine::commandLine()< / a > .< / p >
< / div >
< / div >
< a id = "a6e9107629f65eca349d8434c232e68a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e9107629f65eca349d8434c232e68a9" > ◆ < / a > < / span > internalBinVars_< / 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_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1commandLine.html#a6bf9ccafef4d8ccb9f18a06083b801e7" > any< / a > > internalBinVars_< / 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 = "commandLine_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "commandLine_8hpp_source.html#l00108" > commandLine::addOption()< / a > .< / p >
< / div >
< / div >
< a id = "ad8aa919d2613cb1954fe9809f0f68950" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad8aa919d2613cb1954fe9809f0f68950" > ◆ < / a > < / span > versionStr< / 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 > versionStr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = < span class = "stringliteral" > " v-" < / span > +< / div >
< div class = "line" > < a class = "code" href = "namespacepFlow.html#a321d0334d760ce5f842a6269a00c2aa5" > int322Word< / a > (phasicFlow_VERSION_MAJOR)+< / div >
< div class = "line" > < span class = "stringliteral" > " ." < / span > +< / div >
< div class = "line" > < a class = "code" href = "namespacepFlow.html#a321d0334d760ce5f842a6269a00c2aa5" > int322Word< / a > (phasicFlow_VERSION_MINOR)< / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae073a34e47a78d184b3711ea967288e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae073a34e47a78d184b3711ea967288e7" > ◆ < / a > < / span > copyRight< / 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 > copyRight = " (copyright(C): www.cemf.ir)" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6432f1237593152a2ca882342fb3abba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6432f1237593152a2ca882342fb3abba" > ◆ < / a > < / span > versionName< / 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 > versionName = " phasicFlow " + versionStr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "commandLine_8cpp_source.html#l00024" > commandLine::commandLine()< / a > , and < a class = "el" href = "commandLine_8hpp_source.html#l00091" > commandLine::productName()< / a > .< / p >
< / div >
< / div >
< a id = "aea06e98469774a68c6962a88b0bb89ce" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aea06e98469774a68c6962a88b0bb89ce" > ◆ < / a > < / span > versoinCopyright< / 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 > versoinCopyright = < a class = "el" href = "classpFlow_1_1commandLine.html#a6432f1237593152a2ca882342fb3abba" > versionName< / a > + " " +< a class = "el" href = "classpFlow_1_1commandLine.html#ae073a34e47a78d184b3711ea967288e7" > copyRight< / a > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00062" > 62< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "commandLine_8cpp_source.html#l00033" > commandLine::commandLine()< / a > , and < a class = "el" href = "commandLine_8hpp_source.html#l00096" > commandLine::productNameCopyright()< / a > .< / p >
< / div >
< / div >
< a id = "a5095370072f7df1462bc126b12ab2485" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5095370072f7df1462bc126b12ab2485" > ◆ < / a > < / span > description< / 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 > description< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = < span class = "stringliteral" > " Command line help for " < / span > +< / div >
< div class = "line" > < a class = "code" href = "classpFlow_1_1commandLine.html#aea06e98469774a68c6962a88b0bb89ce" > versoinCopyright< / a > +< span class = "stringliteral" > " \n" < / span > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "commandLine_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "commandLine_8hpp_source.html#l00108" > commandLine::addOption()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/commandLine/< a class = "el" href = "commandLine_8hpp_source.html" > commandLine.hpp< / a > < / li >
< li > src/phasicFlow/commandLine/< a class = "el" href = "commandLine_8cpp_source.html" > commandLine.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div class = "ttc" id = "aclasspFlow_1_1commandLine_html_aea06e98469774a68c6962a88b0bb89ce" > < div class = "ttname" > < a href = "classpFlow_1_1commandLine.html#aea06e98469774a68c6962a88b0bb89ce" > pFlow::commandLine::versoinCopyright< / a > < / div > < div class = "ttdeci" > static word versoinCopyright< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "commandLine_8hpp_source.html#l00062" > commandLine.hpp:62< / a > < / div > < / div >
< div class = "ttc" id = "anamespacepFlow_html_a321d0334d760ce5f842a6269a00c2aa5" > < div class = "ttname" > < a href = "namespacepFlow.html#a321d0334d760ce5f842a6269a00c2aa5" > pFlow::int322Word< / a > < / div > < div class = "ttdeci" > word int322Word(const int32 & v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bTypesFunctions_8cpp_source.html#l00067" > bTypesFunctions.cpp:67< / a > < / div > < / div >
< 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_1commandLine.html" > commandLine< / 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 >