#include <cpp-terminal/iostream_initializer.hpp>
Definition at line 17 of file iostream_initializer.hpp.
◆ ~IOStreamInitializer()
Term::IOStreamInitializer::~IOStreamInitializer |
( |
| ) |
|
|
noexcept |
Definition at line 42 of file iostream_initializer.cpp.
44{
47 {
52 }
53}
54catch(...)
55{
57}
static std::size_t m_counter
void ExceptionHandler(const ExceptionDestination &destination=ExceptionDestination::StdErr) noexcept
◆ IOStreamInitializer() [1/3]
Term::IOStreamInitializer::IOStreamInitializer |
( |
| ) |
|
|
noexcept |
Definition at line 22 of file iostream_initializer.cpp.
24{
26 {
27 static const std::ios_base::Init iostreams_init;
34 }
36}
37catch(...)
38{
40}
bool is_stdin_a_tty()
Check if stdin is a tty.
◆ IOStreamInitializer() [2/3]
◆ IOStreamInitializer() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_counter
std::size_t Term::IOStreamInitializer::m_counter {0} |
|
staticprivate |
The documentation for this class was generated from the following files: