#include <format.h>
|
enum | { buffer_size = std::numeric_limits<unsigned long long>::digits10 + 3
} |
|
◆ anonymous enum
◆ format_int() [1/6]
format_int::format_int |
( |
int |
value | ) |
|
|
inlineexplicit |
◆ format_int() [2/6]
format_int::format_int |
( |
long |
value | ) |
|
|
inlineexplicit |
◆ format_int() [3/6]
format_int::format_int |
( |
long long |
value | ) |
|
|
inlineexplicit |
◆ format_int() [4/6]
format_int::format_int |
( |
unsigned |
value | ) |
|
|
inlineexplicit |
◆ format_int() [5/6]
format_int::format_int |
( |
unsigned long |
value | ) |
|
|
inlineexplicit |
◆ format_int() [6/6]
format_int::format_int |
( |
unsigned long long |
value | ) |
|
|
inlineexplicit |
◆ c_str()
const char* format_int::c_str |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content with terminating null character appended.
◆ data()
const char* format_int::data |
( |
| ) |
const |
|
inline |
Returns a pointer to the output buffer content. No terminating null character is appended.
◆ format_signed()
template<typename Int >
char* format_int::format_signed |
( |
Int |
value | ) |
|
|
inlineprivate |
◆ format_unsigned()
template<typename UInt >
char* format_int::format_unsigned |
( |
UInt |
value | ) |
|
|
inlineprivate |
◆ size()
size_t format_int::size |
( |
| ) |
const |
|
inline |
◆ str()
std::string format_int::str |
( |
| ) |
const |
|
inline |
◆ buffer_
◆ str_
The documentation for this class was generated from the following file:
- src/python/PyRosetta/binder/source/fmt/format.h