#include <extension.h>
|
enum | Id : uint8_t {
c,
C,
s,
S,
d,
i,
o,
u,
x,
X,
f,
F,
e,
E,
g,
G,
a,
A,
n,
p,
none
} |
|
Definition at line 201 of file extension.h.
◆ Id
Enumerator |
---|
c | |
C | |
s | |
S | |
d | |
i | |
o | |
u | |
x | |
X | |
f | |
F | |
e | |
E | |
g | |
G | |
a | |
A | |
n | |
p | |
none | |
Definition at line 203 of file extension.h.
◆ ConversionChar() [1/2]
absl::str_format_internal::ConversionChar::ConversionChar |
( |
| ) |
|
|
inline |
◆ ConversionChar() [2/2]
absl::str_format_internal::ConversionChar::ConversionChar |
( |
Id |
id | ) |
|
|
inlineexplicitprivate |
◆ Char()
char absl::str_format_internal::ConversionChar::Char |
( |
| ) |
const |
|
inline |
◆ FromChar()
static ConversionChar absl::str_format_internal::ConversionChar::FromChar |
( |
char |
c | ) |
|
|
inlinestatic |
◆ FromId()
static ConversionChar absl::str_format_internal::ConversionChar::FromId |
( |
Id |
id | ) |
|
|
inlinestatic |
◆ FromIndex()
static ConversionChar absl::str_format_internal::ConversionChar::FromIndex |
( |
size_t |
i | ) |
|
|
inlinestatic |
◆ id()
Id absl::str_format_internal::ConversionChar::id |
( |
| ) |
const |
|
inline |
◆ is_float()
bool absl::str_format_internal::ConversionChar::is_float |
( |
| ) |
const |
|
inline |
◆ is_integral()
bool absl::str_format_internal::ConversionChar::is_integral |
( |
| ) |
const |
|
inline |
◆ is_signed()
bool absl::str_format_internal::ConversionChar::is_signed |
( |
| ) |
const |
|
inline |
◆ IsValid()
bool absl::str_format_internal::ConversionChar::IsValid |
( |
| ) |
const |
|
inline |
◆ radix()
int absl::str_format_internal::ConversionChar::radix |
( |
| ) |
const |
|
inline |
◆ upper()
bool absl::str_format_internal::ConversionChar::upper |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ConversionChar & |
v |
|
) |
| |
|
friend |
◆ operator==
◆ id_
Id absl::str_format_internal::ConversionChar::id_ |
|
private |
◆ kNumValues
const size_t absl::str_format_internal::ConversionChar::kNumValues = none + 1 |
|
static |
◆ kSpecs
Initial value:= {
#define X_VAL(id)
#define X_SEP
}
Definition at line 299 of file extension.h.
The documentation for this struct was generated from the following files: