#include <table.h>
Inheritance diagram for table_cell_base:

Public Types | |
| typedef estring::size_type | size_type | 
Public Member Functions | |
| table_cell_base () | |
| table_cell_base (const table_cell_base &a_class) | |
| virtual | ~table_cell_base () | 
| virtual void | assign (const table_cell_base &a_class) | 
| virtual size_type | height (void) const | 
| virtual size_type | width (void) const | 
| virtual void | write (std::ostream &out, size_type a_line, size_type a_width) const | 
| table_cell_base & | operator= (const table_cell_base &a_class) | 
Public Attributes | |
| size_type | x | 
| size_type | y | 
| bool | repeat | 
Static Public Attributes | |
| static const size_type | npos | 
Definition at line 13 of file table.h.
| table_cell_base::table_cell_base | ( | ) | 
| table_cell_base::table_cell_base | ( | const table_cell_base & | a_class | ) | 
| void table_cell_base::assign | ( | const table_cell_base & | a_class | ) |  [virtual] | 
        
| table_cell_base::size_type table_cell_base::height | ( | void | ) |  const [virtual] | 
        
| table_cell_base::size_type table_cell_base::width | ( | void | ) |  const [virtual] | 
        
| table_cell_base & table_cell_base::operator= | ( | const table_cell_base & | a_class | ) | 
const table_cell_base::size_type table_cell_base::npos [static]           | 
        
Definition at line 35 of file table.h.
Referenced by table::assign(), table_cell_table::assign(), table_cell_estring::assign(), table::mf_add_elt(), table::mf_remove_elt(), table_cell_base(), and test1().
Definition at line 36 of file table.h.
Referenced by table::assign(), table_cell_table::assign(), table_cell_estring::assign(), table::mf_add_elt(), table::mf_remove_elt(), table_cell_base(), and test1().
Definition at line 37 of file table.h.
Referenced by table::assign(), table_cell_table::assign(), table_cell_estring::assign(), table_cell_base(), table_cell_table::write(), and table_cell_estring::write().
 1.5.1