table.cc File Reference

#include "config.h"
#include <iostream>
#include <algorithm>
#include "asserts.h"
#include "types.h"
#include "error.h"
#include "estring.h"
#include "table.h"

Include dependency graph for table.cc:

Go to the source code of this file.

Functions

bool operator== (const table_cell_base &a_1, const table_cell_base &a_2)
std::ostream & operator<< (std::ostream &a_out, table &a_class)
tabletable_write (table &a_table, const estring &a_estr)
tabletable_write (table &a_table, const table &a_subtable)
tabletable_endl (table &a_table)
tabletable_rewind (table &a_table)
tabletable_skip (table &a_table)
tabletable_repeat (table &a_table)
tableoperator<< (table &a_table, const estring &a_estr)
tableoperator<< (table &a_table, const table &a_subtable)
tableoperator<< (table &a_table, table &(*a_arg)(table &))


Function Documentation

table& operator<< ( table a_table,
table &(*)(table &)  a_arg 
)

Definition at line 904 of file table.cc.

table& operator<< ( table a_table,
const table a_subtable 
)

Definition at line 897 of file table.cc.

table& operator<< ( table a_table,
const estring a_estr 
)

Definition at line 890 of file table.cc.

std::ostream& operator<< ( std::ostream &  a_out,
table a_class 
)

Definition at line 807 of file table.cc.

bool operator== ( const table_cell_base a_1,
const table_cell_base a_2 
)

Definition at line 61 of file table.cc.

table& table_endl ( table a_table  ) 

Definition at line 853 of file table.cc.

References table::cursor_y(), table::insert_row(), table::nrows(), and table::set_cursor().

Referenced by report_manager::format_synopsis(), jobs_report::format_synopsis(), vault_report::format_synopsis(), report_manager::mf_write_header(), test4(), jobs_report::write_report(), and vault_report::write_report().

Here is the call graph for this function:

table& table_repeat ( table a_table  ) 

Definition at line 883 of file table.cc.

References table::repeat().

Referenced by jobs_report::write_report().

Here is the call graph for this function:

table& table_rewind ( table a_table  ) 

Definition at line 862 of file table.cc.

References table::set_cursor().

Here is the call graph for this function:

table& table_skip ( table a_table  ) 

Definition at line 869 of file table.cc.

References table::cursor_x(), table::cursor_y(), table::ncols(), table::nrows(), and table::set_cursor().

Referenced by table_write(), and test4().

Here is the call graph for this function:

table& table_write ( table a_table,
const table a_subtable 
)

Definition at line 839 of file table.cc.

References table::assign(), table::cursor_x(), table::cursor_y(), table::insert_col(), table::insert_row(), table::ncols(), table::nrows(), and table_skip().

Here is the call graph for this function:

table& table_write ( table a_table,
const estring a_estr 
)

Definition at line 825 of file table.cc.

Referenced by operator<<().


Generated on Tue Jul 1 12:09:54 2008 for rvm by  doxygen 1.5.1