libDwm-0.9.45
Dwm::TermioInputFlags Class Reference

Encapsulates termios input flags. More...

#include <DwmTermios.hh>

Inheritance diagram for Dwm::TermioInputFlags:
Collaboration diagram for Dwm::TermioInputFlags:

Public Member Functions

 TermioInputFlags (struct termios &t)
 Constructor.
 
const TermioFlagInfo_tKnownFlags () 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_tFindFlag (const std::string &flagName) const
 
- Protected Attributes inherited from Dwm::TermioFlags
tcflag_t * _flagPtr
 
const TermioFlagInfo_t_flagInfo
 

Detailed Description

Encapsulates termios input flags.

Member Function Documentation

◆ KnownFlags()

const TermioFlagInfo_t * Dwm::TermioInputFlags::KnownFlags ( ) const
virtual

Returns the known input flags.

Implements Dwm::TermioFlags.


The documentation for this class was generated from the following file: