|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <os_utils.h>
Public Member Functions | |
| virtual void | reenable_echo ()=0 |
| virtual | ~Echo_Suppression ()=default |
Represents a terminal state
Definition at line 174 of file os_utils.h.
|
virtualdefault |
Implicitly calls reenable_echo, but swallows/ignored all errors which would leave the terminal in an invalid state.
|
pure virtual |
Reenable echo on this terminal. Can be safely called multiple times. May throw if an error occurs.
1.8.9.1