DUDS
Distributed Update of Data from Something
duds::hardware::display::clearTo_impl Struct Reference

Part of the clearTo() display stream manipulator. More...

#include <TextDisplayStream.hpp>

Public Member Functions

 clearTo_impl (unsigned int c, unsigned int r)
 

Public Attributes

unsigned int col
 
unsigned int row
 

Friends

template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const clearTo_impl &mi)
 

Detailed Description

Part of the clearTo() display stream manipulator.

Stores the parameters of the manipulator and provides an insertion operator.

Author
Jeff Jackowski

Definition at line 632 of file TextDisplayStream.hpp.

Constructor & Destructor Documentation

◆ clearTo_impl()

duds::hardware::display::clearTo_impl::clearTo_impl ( unsigned int  c,
unsigned int  r 
)
inline

Definition at line 635 of file TextDisplayStream.hpp.

Friends And Related Function Documentation

◆ operator<<

template<class Char , class Traits >
std::basic_ostream<Char, Traits>& operator<< ( std::basic_ostream< Char, Traits > &  os,
const clearTo_impl mi 
)
friend

Definition at line 637 of file TextDisplayStream.hpp.

Member Data Documentation

◆ col

unsigned int duds::hardware::display::clearTo_impl::col

Definition at line 633 of file TextDisplayStream.hpp.

◆ row

unsigned int duds::hardware::display::clearTo_impl::row

Definition at line 634 of file TextDisplayStream.hpp.


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