#include <istring.h>
Inheritance diagram for isprintf:


Public Member Functions | |
| isprintf () | |
| isprintf (const char *initial,...) | |
| isprintf (const istring &s) | |
it makes it much easier to call the SPRINTF style constructor but is otherwise identical to an istring.
Definition at line 428 of file istring.h.
| isprintf::isprintf | ( | ) |
Definition at line 990 of file istring.cpp.
| isprintf::isprintf | ( | const char * | initial, | |
| ... | ||||
| ) |
| isprintf::isprintf | ( | const istring & | s | ) |
Definition at line 992 of file istring.cpp.
1.5.1