libDwm-0.9.45
Dwm::TermioLocalFlags Class Reference

Encapsulates termios local flags. More...

#include <DwmTermios.hh>

Inheritance diagram for Dwm::TermioLocalFlags:
Collaboration diagram for Dwm::TermioLocalFlags:

Public Member Functions

 TermioLocalFlags (struct termios &t)
 Constructor.
 
const TermioFlagInfo_tKnownFlags () const
 Returns the known local 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 local flags.

Member Function Documentation

◆ KnownFlags()

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

Returns the known local flags.

Implements Dwm::TermioFlags.


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