rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions | Variables
test-table.cc File Reference
#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
 

Macros

#define ERR_OUT(s)
 

Functions

void test1 (void)
 
void test2 (void)
 
void test3 (void)
 
void test4 (void)
 
int main (int argc, char const *argv[])
 

Variables

check_output check
 

Macro Definition Documentation

#define ERR_OUT (   s)

Definition at line 17 of file test-table.cc.

Function Documentation

int main ( int  argc,
char const *  argv[] 
)

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:

void test1 ( void  )
void test2 ( void  )
void test3 ( void  )
void test4 ( void  )

Definition at line 410 of file test-table.cc.

References estring::align(), check_output::close(), check_output::get_line(), check_output::open(), check_output::remove(), estring::right, check_output::str(), table_endl(), and table_skip().

Referenced by main().

Here is the call graph for this function:

Variable Documentation

check_output check

Definition at line 85 of file test-table.cc.