libfoedus-core
FOEDUS Core Library
|
Equivalent to std::hex in case the stream doesn't support it. More...
Equivalent to std::hex in case the stream doesn't support it.
Use it as follows.
Definition at line 143 of file assorted_func.hpp.
#include <assorted_func.hpp>
Public Member Functions | |
HexString (const std::string &str, uint32_t max_bytes=64U) | |
Public Attributes | |
std::string | str_ |
uint32_t | max_bytes_ |
Friends | |
std::ostream & | operator<< (std::ostream &o, const HexString &v) |
|
inline |
Definition at line 144 of file assorted_func.hpp.
|
friend |
Definition at line 123 of file assorted_func.cpp.
uint32_t foedus::assorted::HexString::max_bytes_ |
Definition at line 148 of file assorted_func.hpp.
Referenced by foedus::assorted::operator<<().
std::string foedus::assorted::HexString::str_ |
Definition at line 147 of file assorted_func.hpp.
Referenced by foedus::assorted::operator<<().