Marine Library  1.0
C++ library for Linux Networking Development
Classes | Public Member Functions | Static Public Attributes | List of all members
CToString Class Reference

Public Member Functions

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
 
__Mytoperator<< (bool c)
 
__Mytoperator<< (char c)
 
__Mytoperator<< (signed char c)
 
__Mytoperator<< (unsigned char c)
 
__Mytoperator<< (short c)
 
__Mytoperator<< (unsigned short c)
 
__Mytoperator<< (int c)
 
__Mytoperator<< (unsigned int c)
 
__Mytoperator<< (long c)
 
__Mytoperator<< (unsigned long c)
 
__Mytoperator<< (long long c)
 
__Mytoperator<< (unsigned long long c)
 
__Mytoperator<< (float c)
 
__Mytoperator<< (double c)
 
__Mytoperator<< (const char *c)
 
__Mytoperator<< (char *c)
 
__Mytoperator<< (const std::string &c)
 
__Mytoperator<< (const void *c)
 
__Mytoperator<< (void *c)
 
__Mytoperator<< (const NS_IMPL::CToStringBase &c)
 
__Mytoperator<< (const NS_IMPL::CToStringWidth &c)
 
__Mytoperator<< (const NS_IMPL::CToStringFill &c)
 
__Mytoperator<< (__Myt &(*func)(__Myt &))
 
void str (const std::string &str)
 
const std::string & str () const
 

Static Public Attributes

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: