|
DUDS
|
Distributed Update of Data from Something
|
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) |
Part of the clearTo() display stream manipulator.
Stores the parameters of the manipulator and provides an insertion operator.
Definition at line 632 of file TextDisplayStream.hpp.
|
inline |
Definition at line 635 of file TextDisplayStream.hpp.
|
friend |
Definition at line 637 of file TextDisplayStream.hpp.
| unsigned int duds::hardware::display::clearTo_impl::col |
Definition at line 633 of file TextDisplayStream.hpp.
| unsigned int duds::hardware::display::clearTo_impl::row |
Definition at line 634 of file TextDisplayStream.hpp.