libDwm-0.6.0
Dwm::TermioControlFlags Class Reference

Encapsulates termios control flags. More...

#include <DwmTermios.hh>

Inheritance diagram for Dwm::TermioControlFlags:
Collaboration diagram for Dwm::TermioControlFlags:

Public Member Functions

 TermioControlFlags (struct termios &t)
 Constructor.
 
const TermioFlagInfo_tKnownFlags () const
 Returns the known control 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. More...
 
bool Unset (const std::string &flagName)
 Unsets the flag for the given flagName. More...
 

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 control flags.


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