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