Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::TablePrinter Class Reference

Public Member Functions

 TablePrinter (std::ostream &os, std::vector< ColumnInfo > columnInfos)
auto columnInfos () const -> std::vector< ColumnInfo > const &
void open ()
void close ()

Friends

template<typename T>
TablePrinteroperator<< (TablePrinter &tp, T const &value)
TablePrinteroperator<< (TablePrinter &tp, ColumnBreak)
TablePrinteroperator<< (TablePrinter &tp, RowBreak)
TablePrinteroperator<< (TablePrinter &tp, OutputFlush)

Constructor & Destructor Documentation

◆ TablePrinter()

Catch::TablePrinter::TablePrinter ( std::ostream & os,
std::vector< ColumnInfo > columnInfos )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ close()

void Catch::TablePrinter::close ( )
inline

◆ columnInfos()

auto Catch::TablePrinter::columnInfos ( ) const -> std::vector<ColumnInfo> const&
inline
Here is the caller graph for this function:

◆ open()

void Catch::TablePrinter::open ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<< [1/4]

TablePrinter & operator<< ( TablePrinter & tp,
ColumnBreak  )
friend

◆ operator<< [2/4]

TablePrinter & operator<< ( TablePrinter & tp,
OutputFlush  )
friend

◆ operator<< [3/4]

TablePrinter & operator<< ( TablePrinter & tp,
RowBreak  )
friend

◆ operator<< [4/4]

template<typename T>
TablePrinter & operator<< ( TablePrinter & tp,
T const & value )
friend

The documentation for this class was generated from the following file: