Internal: class to store a table: list of cells. More...
Public Member Functions | |
Table () | |
constructor | |
Public Attributes | |
int | m_id |
the table id | |
bool | m_parsed |
a bool to know if the table has been parsed | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Table const &table) |
operator<< |
Internal: class to store a table: list of cells.
WPS8TableInternal::Table::Table | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Table const & | table | ||
) | [friend] |
operator<<
the table id
Referenced by WPS8TableInternal::operator<<().
bool WPS8TableInternal::Table::m_parsed [mutable] |
a bool to know if the table has been parsed