AiLibrary  v1.3.0
A single-header C++ Library from Ailurus Studio
Interface Functions

Functions providing some style to your console output. More...

Functions

INLINE void ai::clearScreen ()
 
INLINE void ai::setLocale (const std::string locale)
 
INLINE void ai::showProgressBar (double progress, const int screenWidth=80)
 
INLINE void ai::printLine (const std::string line, const int screenWidth=80)
 

Detailed Description

Group of functions that animate your console with a style-ish interface

Function Documentation

◆ clearScreen()

INLINE void ai::clearScreen ( )

◆ printLine()

INLINE void ai::printLine ( const std::string  line,
const int  screenWidth = 80 
)
Here is the call graph for this function:

◆ setLocale()

INLINE void ai::setLocale ( const std::string  locale)
Here is the call graph for this function:

◆ showProgressBar()

INLINE void ai::showProgressBar ( double  progress,
const int  screenWidth = 80 
)
Here is the call graph for this function: