#include <table.h>
Inheritance diagram for table_cell_estring:
Public Member Functions | |
table_cell_estring () | |
table_cell_estring (const table_cell_estring &a_class) | |
table_cell_estring (const estring &a_class) | |
virtual | ~table_cell_estring () |
virtual void | assign (const table_cell_estring &a_class) |
virtual void | assign (const estring &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_estring & | operator= (const table_cell_estring &a_class) |
table_cell_estring & | operator= (const estring &a_class) |
Private Attributes | |
estring | m_value |
|
|
|
Definition at line 76 of file table.cc. References assign(). |
Here is the call graph for this function:
|
Definition at line 81 of file table.cc. References assign(). |
Here is the call graph for this function:
|
|
|
|
|
Definition at line 90 of file table.cc. References m_value, table_cell_base::repeat, table_cell_base::x, and table_cell_base::y. Referenced by operator=(), table_cell_estring(), and test2(). |
|
Reimplemented from table_cell_base. Definition at line 103 of file table.cc. Referenced by test2(). |
|
Definition at line 151 of file table.cc. References assign(). |
Here is the call graph for this function:
|
Definition at line 143 of file table.cc. References assign(). |
Here is the call graph for this function:
|
Reimplemented from table_cell_base. Definition at line 108 of file table.cc. Referenced by test2(). |
|
Reimplemented from table_cell_base. Definition at line 117 of file table.cc. References estring::fmt_str(), and estring::width(). Referenced by test2(). |
Here is the call graph for this function:
|
Definition at line 67 of file table.h. Referenced by assign(). |