Functions | |
| int | addf (std::string &str, const char *fmt,...) ATTR_PRINTF(2 throw () |
| Format the printf-style arguments and add the result to `str'. | |
| int std::string | fmt (const char *fmt,...) ATTR_PRINTF(1 throw () |
| Format the printf-style arguments and return the result as a string. | |
| int std::string std::string | fmt (int val) throw () |
| std::string | fmt (unsigned int val) throw () |
| std::string | fmt (long int val) throw () |
| std::string | fmt (long unsigned int val) throw () |
| std::string | fmt (const std::string &str) throw () |
| int stringf::addf | ( | std::string & | str, | |
| const char * | fmt, | |||
| ... | ||||
| ) | throw () |
Format the printf-style arguments and add the result to `str'.
| std::string stringf::fmt | ( | const std::string & | str | ) | throw () [inline] |
| std::string stringf::fmt | ( | long unsigned int | val | ) | throw () |
| std::string stringf::fmt | ( | long int | val | ) | throw () |
| std::string stringf::fmt | ( | unsigned int | val | ) | throw () |
| int std::string std::string stringf::fmt | ( | int | val | ) | throw () |
| int std::string stringf::fmt | ( | const char * | fmt, | |
| ... | ||||
| ) | throw () |
Format the printf-style arguments and return the result as a string.
1.5.1