|
| Format (Table *, const VECTOR(pair_t) &data, bool may_overlap=false) |
|
| Format (Table *t) |
|
void | add_field (Field &f, std::string name="dummy", int grp=0) |
|
void | apply_to_field (const std::string &n, std::function< void(Field *)> fn) |
|
decltype(fmt[0].begin()) | begin (int grp=0) |
|
decltype(fmt[0].cbegin()) | begin (int grp=0) const |
|
decltype(fmt[0].end()) | end (int grp=0) |
|
decltype(fmt[0].cend()) | end (int grp=0) const |
|
Field * | field (const std::string &n, int group=0) |
|
std::string | find_field (Field *field) |
|
int | find_field_lineno (Field *field) |
|
int | get_entries_per_table_word () const |
|
int | get_mem_units_per_table_word () const |
|
int | get_padding_format_width () const |
|
int | get_table_word_width () const |
|
const ordered_map< std::string, Field > & | group (int g) const |
|
unsigned | groups () const |
|
bool | is_wide_format () const |
|
void | pass1 (Table *tbl) |
|
void | pass2 (Table *tbl) |
|