7#include <boost/unordered_map.hpp>
41 void addColumn(std::string_view name,
uint width, std::string_view format);
44 void addEntry(std::string_view name,
double val);
45 void addEntry(std::string_view name,
size_t val);
50 boost::unordered_map<std::string_view, std::pair<uint, std::string>>
constexpr std::string_view sci_format
static const LogColumn BASIC_KEYS[12]
constexpr std::string_view dbl_format
constexpr std::string_view int_format
A table logging utility to log the trace of the numerical solvers.
std::vector< std::string_view > m_colNames
void addEntry(std::string_view name, double val)
void addEntry(std::string_view name, size_t val)
void addColumn(std::string_view name, uint width, std::string_view format)
boost::unordered_map< std::string_view, std::string > m_currentLine
boost::unordered_map< std::string_view, std::pair< uint, std::string > > m_colSpecs
void addColumn(LogColumn col)