#include <str_cat.h>
Definition at line 209 of file str_cat.h.
absl::AlphaNum::AlphaNum |
( |
int |
x | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
unsigned int |
x | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
long |
x | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
unsigned long |
x | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
long long |
x | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
unsigned long long |
x | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
float |
f | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
double |
f | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
Hex |
hex | ) |
|
absl::AlphaNum::AlphaNum |
( |
Dec |
dec | ) |
|
absl::AlphaNum::AlphaNum |
( |
const char * |
c_str | ) |
|
|
inline |
template<typename Allocator >
absl::AlphaNum::AlphaNum |
( |
const std::basic_string< char, std::char_traits< char >, Allocator > & |
str | ) |
|
|
inline |
absl::AlphaNum::AlphaNum |
( |
char |
c | ) |
|
|
delete |
absl::AlphaNum::AlphaNum |
( |
const AlphaNum & |
| ) |
|
|
delete |
template<typename T , typename = typename std::enable_if< std::is_enum<T>{} && !std::is_convertible<T, int>{}>::type>
absl::AlphaNum::AlphaNum |
( |
T |
e | ) |
|
|
inline |
template<typename T , typename std::enable_if< std::is_class< T >::value &&(std::is_same< T, std::vector< bool >::reference >::value||std::is_same< T, std::vector< bool >::const_reference >::value)>::type * = nullptr>
absl::AlphaNum::AlphaNum |
( |
T |
e | ) |
|
|
inline |
const char* absl::AlphaNum::data |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: