#include <format.h>
|
enum | { buffer_size = std::numeric_limits<unsigned long long>::digits10 + 3
} |
|
Fast integer formatter.
Definition at line 3322 of file format.h.
format_int::format_int |
( |
int |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
long |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
long long |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
unsigned |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
unsigned long |
value | ) |
|
|
inlineexplicit |
format_int::format_int |
( |
unsigned long long |
value | ) |
|
|
inlineexplicit |
const char* format_int::c_str |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
Definition at line 3368 of file format.h.
const char* format_int::data |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
Definition at line 3362 of file format.h.
template<typename Int >
char* format_int::format_signed |
( |
Int |
value | ) |
|
|
inlineprivate |
template<typename UInt >
char* format_int::format_unsigned |
( |
UInt |
value | ) |
|
|
inlineprivate |
size_t format_int::size |
( |
| ) |
const |
|
inline |
Returns the number of characters written to the output buffer.
Definition at line 3354 of file format.h.
std::string format_int::str |
( |
| ) |
const |
|
inline |
Returns the content of the output buffer as an std::string
.
Definition at line 3378 of file format.h.
The documentation for this class was generated from the following file: