#include <table_stream_utility.h>
◆ TableStreamUtility()
Kratos::TableStreamUtility::TableStreamUtility |
( |
const bool |
UseBoldFont = true | ) |
|
|
inlineexplicit |
◆ ~TableStreamUtility()
virtual Kratos::TableStreamUtility::~TableStreamUtility |
( |
| ) |
|
|
virtualdefault |
◆ AddColumn()
void Kratos::TableStreamUtility::AddColumn |
( |
const std::string & |
ThisName, |
|
|
unsigned int |
ThisSpaces |
|
) |
| |
|
inline |
It adds a column to the table
- Parameters
-
ThisName | The name of the variable |
ThisSpaces | The number of spaces to consider |
◆ AddToRow()
template<class TClass >
void Kratos::TableStreamUtility::AddToRow |
( |
TClass |
ThisClass | ) |
|
|
inline |
It adds a value to the ouput of the current row
◆ GetTable()
It returns the table of BPrinter
- Returns
- mTable: The table stream table
◆ Info()
virtual std::string Kratos::TableStreamUtility::Info |
( |
| ) |
const |
|
inlinevirtual |
Turn back information as a string.
◆ KRATOS_CLASS_POINTER_DEFINITION()
◆ PrintData()
virtual void Kratos::TableStreamUtility::PrintData |
( |
std::ostream & |
rOStream | ) |
const |
|
inlinevirtual |
◆ PrintFooter()
void Kratos::TableStreamUtility::PrintFooter |
( |
| ) |
|
|
inline |
It prints the footer of the table
◆ PrintHeader()
void Kratos::TableStreamUtility::PrintHeader |
( |
| ) |
|
|
inline |
It prints the header of the table
◆ PrintInfo()
virtual void Kratos::TableStreamUtility::PrintInfo |
( |
std::ostream & |
rOStream | ) |
const |
|
inlinevirtual |
Print information about this object.
◆ Serializer
The documentation for this class was generated from the following file: