Encapsulates termios input flags. More...
#include <DwmTermios.hh>


Public Member Functions | |
| TermioInputFlags (struct termios &t) | |
| Constructor. | |
| const TermioFlagInfo_t * | KnownFlags () const |
| Returns the known input flags. | |
Public Member Functions inherited from Dwm::TermioFlags | |
| bool | IsSet (const std::string &flagName) const |
Returns true if the given flagName is set, else returns false. | |
| bool | Set (const std::string &flagName) |
Sets the flag for the given flagName. | |
| bool | Unset (const std::string &flagName) |
Unsets the flag for the given flagName. | |
Additional Inherited Members | |
Protected Member Functions inherited from Dwm::TermioFlags | |
| const TermioFlagInfo_t * | FindFlag (const std::string &flagName) const |
Protected Attributes inherited from Dwm::TermioFlags | |
| tcflag_t * | _flagPtr |
| const TermioFlagInfo_t * | _flagInfo |
Encapsulates termios input flags.
|
virtual |
Returns the known input flags.
Implements Dwm::TermioFlags.