#include <format.h>
|
enum | { BUFFER_SIZE = std::numeric_limits<ULongLong>::digits10 + 3
} |
|
Fast integer formatter.
Definition at line 3178 of file format.h.
fmt::FormatInt::FormatInt |
( |
int |
value | ) |
|
|
inlineexplicit |
fmt::FormatInt::FormatInt |
( |
long |
value | ) |
|
|
inlineexplicit |
fmt::FormatInt::FormatInt |
( |
LongLong |
value | ) |
|
|
inlineexplicit |
fmt::FormatInt::FormatInt |
( |
unsigned |
value | ) |
|
|
inlineexplicit |
fmt::FormatInt::FormatInt |
( |
unsigned long |
value | ) |
|
|
inlineexplicit |
const char* fmt::FormatInt::c_str |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
Definition at line 3241 of file format.h.
const char* fmt::FormatInt::data |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
Definition at line 3235 of file format.h.
char* fmt::FormatInt::format_decimal |
( |
ULongLong |
value | ) |
|
|
inlineprivate |
void fmt::FormatInt::FormatSigned |
( |
LongLong |
value | ) |
|
|
inlineprivate |
std::size_t fmt::FormatInt::size |
( |
| ) |
const |
|
inline |
Returns the number of characters written to the output buffer.
Definition at line 3227 of file format.h.
std::string fmt::FormatInt::str |
( |
| ) |
const |
|
inline |
Returns the content of the output buffer as an std::string
.
Definition at line 3251 of file format.h.
char* fmt::FormatInt::str_ |
|
private |
The documentation for this class was generated from the following file:
- /opt/flow123d/flow123d/src/system/fmt/format.h