#include <string_base.h>
Definition at line 599 of file string_base.h.
pfc::format_hex_lowercase::format_hex_lowercase |
( |
t_uint64 |
p_val, |
|
|
unsigned |
p_width = 0 |
|
) |
| |
Definition at line 547 of file string_base.cpp.
549 if (p_width > 16) p_width = 16;
550 else if (p_width == 0) p_width = 1;
559 for(n=0;n<16 && temp[n] ==
'0';n++) {}
561 if (n > 16 - p_width) n = 16 - p_width;
char format_hex_char_lowercase(unsigned p_val)
const char* pfc::format_hex_lowercase::get_ptr |
( |
| ) |
const |
|
inline |
pfc::format_hex_lowercase::operator const char * |
( |
| ) |
const |
|
inline |
const char* pfc::format_hex_lowercase::toString |
( |
| ) |
const |
|
inline |
char pfc::format_hex_lowercase::m_buffer[17] |
|
private |
The documentation for this class was generated from the following files: