ZeroErr
|
#include "zeroerr/table.h"
#include "zeroerr/assert.h"
#include "zeroerr/log.h"
#include <algorithm>
#include <map>
#include <sstream>
Classes | |
struct | zeroerr::StyleManager |
Namespaces | |
zeroerr | |
Macros | |
#define | left (c.show_lr_border ? s.m_args[p] : "") |
#define | space s.m_args[p + 1] |
#define | bar (c.show_col_split ? s.m_args[p + 2] : s.m_args[p + 1]) |
#define | right (c.show_lr_border ? s.m_args[p + 3] : "") |
#define | last (i == header.size() - 1) |
#define | for_row |
#define | rep(k, t) _rept(k, t, s) |
#define | remain(k) (col_width[i] - static_cast<unsigned>(k.size())) |
Functions | |
std::string | zeroerr::_rept (unsigned k, std::string j, Table::Style &) |
#define bar (c.show_col_split ? s.m_args[p + 2] : s.m_args[p + 1]) |
#define for_row |
#define last (i == header.size() - 1) |
#define left (c.show_lr_border ? s.m_args[p] : "") |
#define remain | ( | k | ) | (col_width[i] - static_cast<unsigned>(k.size())) |
#define rep | ( | k, | |
t | |||
) | _rept(k, t, s) |
#define right (c.show_lr_border ? s.m_args[p + 3] : "") |
#define space s.m_args[p + 1] |