#include <robIO.h>

Definition at line 56 of file robIO.h.
Public Member Functions | |
| PrintHex (unsigned number, unsigned width) | |
| PrintHex (const PrintHex &) | |
| ~PrintHex () | |
Private Member Functions | |
| PrintHex & | operator= (const PrintHex &) |
Private Attributes | |
| Private * | d |
Friends | |
| std::ostream & | operator<< (std::ostream &, const PrintHex &) |
| This behaves as standard stream manipulators. | |
Classes | |
| struct | Private |
| PrintHex | ( | unsigned | number, | |
| unsigned | width | |||
| ) |
Definition at line 37 of file robIO.cc.
References PrintHex::d, PrintHex::Private::number, and PrintHex::Private::width.
Definition at line 43 of file robIO.cc.
References PrintHex::d, PrintHex::Private::number, and PrintHex::Private::width.
| ~PrintHex | ( | ) |
| std::ostream& operator<< | ( | std::ostream & | , | |
| const PrintHex & | ||||
| ) | [friend] |
Definition at line 63 of file robIO.h.
Referenced by StreamDecorator::operator<<(), PrintHex::PrintHex(), and PrintHex::~PrintHex().
1.5.4