osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
|
#include <osmanip/utility/generic.hpp>
#include <osmanip/utility/iostream.hpp>
#include <osmanip/utility/windows.hpp>
#include <sstream>
#include <string>
Namespaces | |
osm | |
Functions | |
void | osm::enableANSI () |
Function used to enable ANSI escape sequences on Windows. More... | |
void | osm::disableANSI () |
Function used to disable ANSI escape sequences on Windows. More... | |
void | osm::enableUNICODE () |
Function used to enable UNICODE characters (used for Windows only). More... | |
void | osm::disableUNICODE () |
Function used to disable UNICODE characters (used for Windows only). More... | |
Variables | |
std::string | osm::old_chcp |