#include <sys/types.h>
#include "table.h"
#include "strdup.h"
#include <stdio.h>
#include <string.h>
#include <minmax.h>
Go to the source code of this file.
Functions | |
void | printN (std::ostream &o, unsigned int n, char c= ' ') |
void | printAlign (std::ostream &o, const char *s, unsigned int w, Table::Align a) |
|
Definition at line 129 of file table.cc. References Table::center, Table::left, printN(), and Table::right. Referenced by Table::print(). |
|
Definition at line 123 of file table.cc. Referenced by Table::print(), and printAlign(). |