Botan 3.6.1
Crypto and TLS for C&
|
#include <os_utils.h>
Public Member Functions | |
virtual void | reenable_echo ()=0 |
virtual | ~Echo_Suppression ()=default |
Represents a terminal state
Definition at line 212 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.