fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <f8utils.hpp>
Public Member Functions | |
tty_save_state (int fd) | |
tty_save_state & | operator= (const tty_save_state &from) |
void | unset_raw_mode () |
void | set_raw_mode () |
Private Attributes | |
bool | _raw_mode = false |
int | _fd |
termio | _tty_state |
Definition at line 1168 of file f8utils.hpp.
|
inlineexplicit |
Definition at line 1181 of file f8utils.hpp.
|
inline |
|
inline |
Definition at line 1213 of file f8utils.hpp.
References FIX8::Str_error().
Referenced by MyMenu::get_string(), FIX8::ConsoleMenu::GetString(), and main().
|
inline |
Definition at line 1196 of file f8utils.hpp.
References FIX8::Str_error().
Referenced by MyMenu::get_string(), FIX8::ConsoleMenu::GetString(), and main().
|
private |
Definition at line 1171 of file f8utils.hpp.
Referenced by operator=().
|
private |
Definition at line 1170 of file f8utils.hpp.
Referenced by operator=().
|
private |
Definition at line 1176 of file f8utils.hpp.
Referenced by operator=().