Internal: the structures of a WPS8Table. More...
Classes | |
struct | Cell |
Internal: class to store a basic cell with borders. More... | |
struct | State |
Internal: the state of a WPS8Table. More... | |
struct | Table |
Internal: class to store a table: list of cells. More... |
Functions | |
std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
operator<< for a Cell | |
std::ostream & | operator<< (std::ostream &o, Table const &table) |
operator<< for a Table |
Internal: the structures of a WPS8Table.
std::ostream & WPS8TableInternal::operator<< | ( | std::ostream & | o, |
Cell const & | cell ) |
operator<< for a Cell
operator<<