ustring lstrip (const string & s)
ustring lstrip (const char * s)
ustring printf_format (const char * printf_format, ...)
ustring rstrip (const string & s)
ustring rstrip (const char * s)
ustring strip (const string & s)
ustring strip (const char * s)
double to_double (const string & s)
double to_double (const char * s)
double to_double (const string & s, int * length_used)
double to_double (const char * s, int * length_used)
float to_float (const string & s)
float to_float (const char * s)
float to_float (const string & s, int * length_used)
float to_float (const char * s, int * length_used)
int to_int (const string & s, int base = 0)
int to_int (const char * s, int base = 0)
int to_int (const string & s, int * length_used, int base = 0)
int to_int (const char * s, int * length_used, int base = 0)
long to_long (const string & s, int base = 0)
long to_long (const char * s, int base = 0)
long to_long (const string & s, int * length_used, int base = 0)
long to_long (const char * s, int * length_used, int base = 0)
ustring to_string (int i)
ustring to_string (unsigned int i)
ustring to_string (long i)
ustring to_string (unsigned long i)
ustring to_string (float f)
ustring to_string (double d)
unsigned int to_uint (const string & s, int base = 0)
unsigned int to_uint (const char * s, int base = 0)
unsigned int to_uint (const string & s, int * length_used, int base = 0)
unsigned int to_uint (const char * s, int * length_used, int base = 0)
unsigned long to_ulong (const string & s, int base = 0)
unsigned long to_ulong (const char * s, int base = 0)
unsigned long to_ulong (const string & s, int * length_used, int base = 0)
unsigned long to_ulong (const char * s, int * length_used, int base = 0) |