#include <string_base.h>
Definition at line 587 of file string_base.h.
pfc::format_hex::format_hex |
( |
t_uint64 |
p_val, |
|
|
unsigned |
p_width = 0 |
|
) |
| |
Definition at line 519 of file string_base.cpp.
521 if (p_width > 16) p_width = 16;
522 else if (p_width == 0) p_width = 1;
531 for(n=0;n<16 && temp[n] ==
'0';n++) {}
533 if (n > 16 - p_width) n = 16 - p_width;
char format_hex_char(unsigned p_val)
pfc::format_hex::format_hex |
( |
const format_hex & |
p_source | ) |
|
|
inline |
const char* pfc::format_hex::get_ptr |
( |
| ) |
const |
|
inline |
pfc::format_hex::operator const char * |
( |
| ) |
const |
|
inline |
const char* pfc::format_hex::toString |
( |
| ) |
const |
|
inline |
char pfc::format_hex::m_buffer[17] |
|
private |
The documentation for this class was generated from the following files: