[A] Added tests for new table navigation functions

This commit is contained in:
seleznevae
2019-08-27 13:48:36 +03:00
parent e6e7a08c0f
commit e8d1ba2293
5 changed files with 80 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ These pages contain the API documentation of **libfort** - simple library to cre
- @link fort::table @endlink -- basic table class
- Table navigation
- @link fort::table::set_cur_cell set_cur_cell @endlink -- set border style
- @link fort::table::cur_row cur_row @endlink -- get row number of the current cell
- @link fort::table::cur_col cur_col @endlink -- get column number of the current cell
- Fill table with content
- @link fort::table::operator<< operator<< @endlink -- write provided object to the table