#include <string_base.h>
Definition at line 550 of file string_base.h.
pfc::format_float::format_float |
( |
double |
p_val, |
|
|
unsigned |
p_width = 0 , |
|
|
unsigned |
p_prec = 7 |
|
) |
| |
Definition at line 502 of file string_base.cpp.
507 t_size len = strlen(temp);
void add_chars(t_uint32 p_char, t_size p_count)
void float_to_string(char *out, t_size out_max, double val, unsigned precision, bool b_sign)
pfc::format_float::format_float |
( |
const format_float & |
p_source | ) |
|
|
inline |
const char* pfc::format_float::get_ptr |
( |
| ) |
const |
|
inline |
pfc::format_float::operator const char * |
( |
| ) |
const |
|
inline |
const char* pfc::format_float::toString |
( |
| ) |
const |
|
inline |
string8 pfc::format_float::m_buffer |
|
private |
The documentation for this class was generated from the following files: