#include <OutputStreamHelpers.hpp>
|
| Hex16 (boost::uint16_t rhs) |
|
torc::bitstream::Hex16::Hex16 |
( |
boost::uint16_t |
rhs | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Hex16 & |
rhs |
|
) |
| |
|
friend |
16-bit word hex inserter.
Definition at line 41 of file bitstream/OutputStreamHelpers.cpp.
42 return os << std::hex << std::setfill(
'0') << std::setw(8) << inWord.mWord << std::dec;
boost::uint16_t torc::bitstream::Hex16::mWord |
|
private |
The documentation for this class was generated from the following file: