#include "config.h"
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <cassert>
#include "asserts.h"
#include "error.h"
#include "estring.h"
#include "table.h"
Include dependency graph for test-table.cc:
Go to the source code of this file.
Classes | |
class | check_output |
Defines | |
#define | ERR_OUT(s) |
Functions | |
void | test1 (void) |
void | test2 (void) |
void | test3 (void) |
void | test4 (void) |
int | main (int argc, char *argv[]) |
Variables | |
check_output | check |
|
Definition at line 17 of file test-table.cc. |
|
Definition at line 635 of file test-table.cc. References err_unknown, test1(), test2(), test3(), and test4(). |
Here is the call graph for this function:
|
Definition at line 87 of file test-table.cc. References check, check_output::close(), check_output::get_line(), check_output::open(), check_output::remove(), table_cell_base::x, and table_cell_base::y. |
Here is the call graph for this function:
|
Definition at line 111 of file test-table.cc. References table_cell_estring::assign(), check, check_output::close(), check_output::get_line(), table_cell_estring::height(), check_output::open(), check_output::remove(), check_output::str(), table_cell_estring::width(), and table_cell_estring::write(). |
Here is the call graph for this function:
|
Here is the call graph for this function:
|
Definition at line 410 of file test-table.cc. References estring::align(), check, check_output::close(), check_output::get_line(), check_output::open(), check_output::remove(), check_output::str(), table_endl(), and table_skip(). |
Here is the call graph for this function:
|
Definition at line 85 of file test-table.cc. |