◆ TablePrinter()
Catch::TablePrinter::TablePrinter |
( |
std::ostream & | os, |
|
|
std::vector< ColumnInfo > | columnInfos ) |
|
inline |
◆ close()
void Catch::TablePrinter::close |
( |
| ) |
|
|
inline |
◆ columnInfos()
auto Catch::TablePrinter::columnInfos |
( |
| ) |
const -> std::vector<ColumnInfo> const& |
|
inline |
◆ open()
void Catch::TablePrinter::open |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
◆ operator<< [2/4]
◆ operator<< [3/4]
◆ operator<< [4/4]
◆ m_columnInfos
std::vector<ColumnInfo> Catch::TablePrinter::m_columnInfos |
|
private |
◆ m_currentColumn
int Catch::TablePrinter::m_currentColumn = -1 |
|
private |
◆ m_isOpen
bool Catch::TablePrinter::m_isOpen = false |
|
private |
◆ m_os
std::ostream& Catch::TablePrinter::m_os |
|
private |
◆ m_oss
The documentation for this class was generated from the following file: