1 #ifndef CARMA_UTIL_SCOPED_SINGLE_CHAR_IO_MODE_H
2 #define CARMA_UTIL_SCOPED_SINGLE_CHAR_IO_MODE_H
10 class ScopedSingleCharIoMode {
12 explicit ScopedSingleCharIoMode( );
14 ~ScopedSingleCharIoMode( );
18 ScopedSingleCharIoMode(
const ScopedSingleCharIoMode & );
19 ScopedSingleCharIoMode & operator=(
const ScopedSingleCharIoMode & );
21 struct ::termio oldTermio_;