|
void | boolalpha (bool c) |
|
bool | boolalpha () const |
|
void | width (int n) |
|
int | width () const |
|
void | adjustright (bool v) |
|
bool | adjustright () const |
|
void | fill (char c) |
|
char | fill () const |
|
void | base (int base) |
|
int | base () const |
|
void | showbase (bool v) |
|
bool | showbase () const |
|
void | charcase (int v) |
|
int | charcase () const |
|
void | showpos (bool c) |
|
bool | showpos () const |
|
__Myt & | operator<< (bool c) |
|
__Myt & | operator<< (char c) |
|
__Myt & | operator<< (signed char c) |
|
__Myt & | operator<< (unsigned char c) |
|
__Myt & | operator<< (short c) |
|
__Myt & | operator<< (unsigned short c) |
|
__Myt & | operator<< (int c) |
|
__Myt & | operator<< (unsigned int c) |
|
__Myt & | operator<< (long c) |
|
__Myt & | operator<< (unsigned long c) |
|
__Myt & | operator<< (long long c) |
|
__Myt & | operator<< (unsigned long long c) |
|
__Myt & | operator<< (float c) |
|
__Myt & | operator<< (double c) |
|
__Myt & | operator<< (const char *c) |
|
__Myt & | operator<< (char *c) |
|
__Myt & | operator<< (const std::string &c) |
|
__Myt & | operator<< (const void *c) |
|
__Myt & | operator<< (void *c) |
|
__Myt & | operator<< (const NS_IMPL::CToStringBase &c) |
|
__Myt & | operator<< (const NS_IMPL::CToStringWidth &c) |
|
__Myt & | operator<< (const NS_IMPL::CToStringFill &c) |
|
__Myt & | operator<< (__Myt &(*func)(__Myt &)) |
|
void | str (const std::string &str) |
|
const std::string & | str () const |
|
|
static const uint8_t | kAutoCase = 0 |
|
static const uint8_t | kUpperCase = 1 |
|
static const uint8_t | kLowerCase = 2 |
|
The documentation for this class was generated from the following file: