BioCMAMC-ST
IO Namespace Reference

Namespaces

namespace  AnsiCode
namespace  Unicode

Classes

class  Console
class  Logger
class  ProgressBar
class  RedirectGuard
class  RedirectHandle

Enumerations

enum  RedirectionType { Buffer , File }

Functions

template<typename... MsgType>
std::string format (MsgType &&... msgs)

Variables

constexpr size_t PROGRESS_BAR_WIDTH = 100
constexpr char PROGRESS_BAR_SYMBOL = '*'
static ProgressBar progressbar = ProgressBar()

Enumeration Type Documentation

◆ RedirectionType

Enumerator
Buffer 
File 

Function Documentation

◆ format()

template<typename... MsgType>
std::string IO::format ( MsgType &&... msgs)
Here is the caller graph for this function:

Variable Documentation

◆ PROGRESS_BAR_SYMBOL

char IO::PROGRESS_BAR_SYMBOL = '*'
constexpr

◆ PROGRESS_BAR_WIDTH

size_t IO::PROGRESS_BAR_WIDTH = 100
constexpr

◆ progressbar

ProgressBar IO::progressbar = ProgressBar()
static