cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
Go to the source code of this file.
Namespaces | |
namespace | Term |
Variables | |
TIstream & | Term::cin = reinterpret_cast<Term::TIstream&>(cin_buffer) |
TOstream & | Term::cout = reinterpret_cast<Term::TOstream&>(cout_buffer) |
TOstream & | Term::cerr = reinterpret_cast<Term::TOstream&>(cerr_buffer) |
TOstream & | Term::clog = reinterpret_cast<Term::TOstream&>(clog_buffer) |