Functions providing the ability to print your data.
More...
Group of functions that prints your data and its parameters for quick analysis
◆ black()
static std::string ai::black |
( |
"\30m" |
| ) |
|
|
static |
This terminal control sequences sets black font color
◆ blue()
static std::string ai::blue |
( |
"\34m" |
| ) |
|
|
static |
This terminal control sequences sets blue font color
◆ bold()
static std::string ai::bold |
( |
"\1m" |
| ) |
|
|
static |
This terminal control sequences sets bold font style
◆ clearStyles()
INLINE void ai::clearStyles |
( |
| ) |
|
◆ cyan()
static std::string ai::cyan |
( |
"\36m" |
| ) |
|
|
static |
This terminal control sequences sets cyan font color
◆ green()
static std::string ai::green |
( |
"\32m" |
| ) |
|
|
static |
This terminal control sequences sets green font color
◆ magenta()
static std::string ai::magenta |
( |
"\35m" |
| ) |
|
|
static |
This terminal control sequences sets magenta font color
◆ print() [1/3]
template<typename T >
INLINE void ai::print |
( |
const std::vector< std::vector< T > > & |
matrix, |
|
|
const bool |
transpose = false , |
|
|
const int |
precision = 5 |
|
) |
| |
◆ print() [2/3]
template<typename T >
INLINE void ai::print |
( |
const std::vector< T > & |
vector, |
|
|
const int |
precision = 5 |
|
) |
| |
◆ print() [3/3]
template<typename T >
INLINE void ai::print |
( |
const T |
value, |
|
|
const std::string |
name = std::string("Value") |
|
) |
| |
◆ printAllStyles()
INLINE void ai::printAllStyles |
( |
| ) |
|
◆ printBlack()
template<typename T >
INLINE void ai::printBlack |
( |
const T |
income | ) |
|
◆ printBlue()
template<typename T >
INLINE void ai::printBlue |
( |
const T |
income | ) |
|
◆ printBold()
template<typename T >
INLINE void ai::printBold |
( |
const T |
income | ) |
|
◆ printCyan()
template<typename T >
INLINE void ai::printCyan |
( |
const T |
income | ) |
|
◆ printGreen()
template<typename T >
INLINE void ai::printGreen |
( |
const T |
income | ) |
|
◆ printMagenta()
template<typename T >
INLINE void ai::printMagenta |
( |
const T |
income | ) |
|
◆ printMatrix()
template<typename T >
INLINE void ai::printMatrix |
( |
const std::vector< std::vector< T > > & |
matrix, |
|
|
const bool |
transpose = false , |
|
|
const int |
precision = 5 |
|
) |
| |
◆ printRed()
template<typename T >
INLINE void ai::printRed |
( |
const T |
income | ) |
|
◆ printStyle()
template<typename T >
INLINE void ai::printStyle |
( |
const T |
income, |
|
|
const std::string |
style |
|
) |
| |
◆ printUnderline()
template<typename T >
INLINE void ai::printUnderline |
( |
const T |
income | ) |
|
◆ printVector()
template<typename T >
INLINE void ai::printVector |
( |
const std::vector< T > & |
vector, |
|
|
const int |
precision = 5 |
|
) |
| |
◆ printWhite()
template<typename T >
INLINE void ai::printWhite |
( |
const T |
income | ) |
|
◆ printYellow()
template<typename T >
INLINE void ai::printYellow |
( |
const T |
income | ) |
|
◆ red()
static std::string ai::red |
( |
"\31m" |
| ) |
|
|
static |
This terminal control sequences sets red font color
◆ reset()
static std::string ai::reset |
( |
"\0m" |
| ) |
|
|
static |
This terminal control sequences resets font to the default state
◆ underline()
static std::string ai::underline |
( |
"\4m" |
| ) |
|
|
static |
This terminal control sequences sets underline font style
◆ white()
static std::string ai::white |
( |
"\37m" |
| ) |
|
|
static |
This terminal control sequences sets white font color
◆ yellow()
static std::string ai::yellow |
( |
"\33m" |
| ) |
|
|
static |
This terminal control sequences sets yellow font color