2025-10-08 11:17:09 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.13.2" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > GridFire: src/include/gridfire/utils/table_format.h File 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 >
< script type = "text/javascript" src = "clipboard.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "cookie.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 >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome-sidebar-only.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr id = "projectrow" >
< td id = "projectalign" >
2025-11-25 14:31:59 -05:00
< div id = "projectname" > GridFire< span id = "projectnumber" >   v0.7.0_rc1< / span >
2025-10-08 11:17:09 -04:00
< / div >
< div id = "projectbrief" > General Purpose Nuclear Network< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
< / 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:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function(){initNavTree('table__format_8h.html',''); initResizable(true); });
/* @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" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#namespaces" > Namespaces< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" > < div class = "title" > table_format.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2025-11-24 09:08:28 -05:00
< div class = "textblock" > < code > #include < utility> < / code > < br / >
2025-10-08 11:17:09 -04:00
< code > #include < vector> < / code > < br / >
< code > #include < string> < / code > < br / >
< code > #include < sstream> < / code > < br / >
< code > #include < iomanip> < / code > < br / >
< code > #include < algorithm> < / code > < br / >
< code > #include < numeric> < / code > < br / >
< code > #include < memory> < / code > < br / >
2025-11-24 09:08:28 -05:00
< code > #include < print> < / code > < br / >
< code > #include < cwchar> < / code > < br / >
< code > #include " nlohmann/json.hpp" < / code > < br / >
2025-11-06 09:16:40 -05:00
< / div > < div class = "textblock" > < div class = "dynheader" >
Include dependency graph for table_format.h:< / div >
< div class = "dyncontent" >
< div class = "center" > < div class = "zoom" > < iframe scrolling = "no" frameborder = "0" src = "table__format_8h__incl.svg" width = "100%" height = "394" > < p > < b > This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.< / b > < / p > < / iframe > < / div > < / div >
< / div >
< / div > < div class = "textblock" > < div class = "dynheader" >
This graph shows which files directly or indirectly include this file:< / div >
< div class = "dyncontent" >
2025-11-24 09:08:28 -05:00
< div class = "center" > < div class = "zoom" > < iframe scrolling = "no" frameborder = "0" src = "table__format_8h__dep__incl.svg" width = "100%" height = "472" > < p > < b > This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.< / b > < / p > < / iframe > < / div > < / div >
2025-11-06 09:16:40 -05:00
< / div >
2025-10-08 11:17:09 -04:00
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1utils_1_1_column_base.html" > gridfire::utils::ColumnBase< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1utils_1_1_column.html" > gridfire::utils::Column< T > < / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-11-24 09:08:28 -05:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1utils_1_1_table_base.html" > gridfire::utils::TableBase< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1utils_1_1_table.html" > gridfire::utils::Table< T > < / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-10-08 11:17:09 -04:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "namespaces" name = "namespaces" > < / a >
Namespaces< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > namespace   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire.html" > gridfire< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > namespace   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html" > gridfire::utils< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2025-11-24 09:08:28 -05:00
< tr class = "memitem:ab9afa50593a895415d9314ad853806f3" id = "r_ab9afa50593a895415d9314ad853806f3" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#ab9afa50593a895415d9314ad853806f3" > gridfire::utils::visual_width< / a > (const std::string & s)< / td > < / tr >
< tr class = "separator:ab9afa50593a895415d9314ad853806f3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-10-08 11:17:09 -04:00
< tr class = "memitem:a6451ba6762273b91a8281043cfaa5d2a" id = "r_a6451ba6762273b91a8281043cfaa5d2a" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#a6451ba6762273b91a8281043cfaa5d2a" > gridfire::utils::format_table< / a > (const std::string & tableName, const std::vector< std::unique_ptr< < a class = "el" href = "classgridfire_1_1utils_1_1_column_base.html" > ColumnBase< / a > > > & columns)< / td > < / tr >
< tr class = "separator:a6451ba6762273b91a8281043cfaa5d2a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-11-24 09:08:28 -05:00
< tr class = "memitem:a2eed085058abdb9d7fbbdb9647b98323" id = "r_a2eed085058abdb9d7fbbdb9647b98323" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#a2eed085058abdb9d7fbbdb9647b98323" > gridfire::utils::format_table< / a > (const < a class = "el" href = "classgridfire_1_1utils_1_1_table_base.html" > TableBase< / a > & table)< / td > < / tr >
< tr class = "separator:a2eed085058abdb9d7fbbdb9647b98323" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acbaa76c5f4021940995e274a86c2171a" id = "r_acbaa76c5f4021940995e274a86c2171a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#acbaa76c5f4021940995e274a86c2171a" > gridfire::utils::print_table< / a > (const std::string & tableName, const std::vector< std::unique_ptr< < a class = "el" href = "classgridfire_1_1utils_1_1_column_base.html" > ColumnBase< / a > > > & columns)< / td > < / tr >
< tr class = "separator:acbaa76c5f4021940995e274a86c2171a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd3ba7a23f2affd403d5da4e813874d1" id = "r_afd3ba7a23f2affd403d5da4e813874d1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#afd3ba7a23f2affd403d5da4e813874d1" > gridfire::utils::print_table< / a > (const < a class = "el" href = "classgridfire_1_1utils_1_1_table_base.html" > TableBase< / a > & table)< / td > < / tr >
< tr class = "separator:afd3ba7a23f2affd403d5da4e813874d1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6c58048a3127e6b87886971385a7fe06" id = "r_a6c58048a3127e6b87886971385a7fe06" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#a6c58048a3127e6b87886971385a7fe06" > gridfire::utils::to_csv< / a > (const std::string & filename, const std::vector< std::unique_ptr< < a class = "el" href = "classgridfire_1_1utils_1_1_column_base.html" > ColumnBase< / a > > > & columns)< / td > < / tr >
< tr class = "separator:a6c58048a3127e6b87886971385a7fe06" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af9f382b1b40867c1e70f062d7fba90cd" id = "r_af9f382b1b40867c1e70f062d7fba90cd" > < td class = "memItemLeft" align = "right" valign = "top" > nlohmann::json  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#af9f382b1b40867c1e70f062d7fba90cd" > gridfire::utils::to_json< / a > (const std::vector< std::unique_ptr< < a class = "el" href = "classgridfire_1_1utils_1_1_column_base.html" > ColumnBase< / a > > > & columns)< / td > < / tr >
< tr class = "separator:af9f382b1b40867c1e70f062d7fba90cd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf613180bab406ef2bfbb9b79397148e" id = "r_adf613180bab406ef2bfbb9b79397148e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1utils.html#adf613180bab406ef2bfbb9b79397148e" > gridfire::utils::to_json_file< / a > (const std::string & filename, const std::vector< std::vector< std::unique_ptr< < a class = "el" href = "classgridfire_1_1utils_1_1_column_base.html" > ColumnBase< / a > > > > & tables, const std::vector< std::string > & tableNames)< / td > < / tr >
< tr class = "separator:adf613180bab406ef2bfbb9b79397148e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-10-08 11:17:09 -04:00
< / table >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b0856f6b0d80ccb263b2f415c91f9e17.html" > include< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_3626e0c0e3c5d7812d6b277dfa4ec364.html" > gridfire< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_8e34b6fea5a3d13256b367f27bc2135d.html" > utils< / a > < / li > < li class = "navelem" > < a class = "el" href = "table__format_8h.html" > table_format.h< / a > < / li >
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.13.2 < / li >
< / ul >
< / div >
< / body >
< / html >