#include <format.h>
|
| enum | { BUFFER_SIZE = std::numeric_limits<ULongLong>::digits10 + 3
} |
| |
| 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.
| const char* fmt::FormatInt::data |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
| char* fmt::FormatInt::format_decimal |
( |
ULongLong |
value | ) |
|
|
inlineprivate |
| void fmt::FormatInt::FormatSigned |
( |
LongLong |
value | ) |
|
|
inlineprivate |
| std::size_t fmt::FormatInt::size |
( |
| ) |
const |
|
inline |
| std::string fmt::FormatInt::str |
( |
| ) |
const |
|
inline |
Returns the content of the output buffer as an std::string.
References amino_acids::size.
| char* fmt::FormatInt::str_ |
|
private |
The documentation for this class was generated from the following file:
- src/python/PyRosetta/binder/source/fmt/format.h