|
DUDS
|
Distributed Update of Data from Something
|
Part of the move() display stream manipulator. More...
#include <TextDisplayStream.hpp>
Public Member Functions | |
| move_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 move_impl &mi) |
Part of the move() display stream manipulator.
Stores the parameters of the manipulator and provides an insertion operator.
Definition at line 597 of file TextDisplayStream.hpp.
|
inline |
Definition at line 600 of file TextDisplayStream.hpp.
|
friend |
Definition at line 602 of file TextDisplayStream.hpp.
| unsigned int duds::hardware::display::move_impl::col |
Definition at line 598 of file TextDisplayStream.hpp.
| unsigned int duds::hardware::display::move_impl::row |
Definition at line 599 of file TextDisplayStream.hpp.