C++ conforming replacement to the ANSI C functions sprintf and printf. More...
#include <vul_sprintf.h>

Public Member Functions | |
| vul_sprintf (char const *fmt,...) | |
| vul_sprintf & | operator= (std::string const &s) |
| vul_sprintf & | operator= (char const *s) |
| operator char const * () const | |
C++ conforming replacement to the ANSI C functions sprintf and printf.
vul_sprintf works in the same way as sprintf but is itself an ANSI C++ string which can either be kept or output directly using streams e.g.
Definition at line 31 of file vul_sprintf.h.
| vul_sprintf::vul_sprintf | ( | char const * | fmt, |
| ... | |||
| ) |
Definition at line 19 of file vul_sprintf.cxx.
|
inline |
Definition at line 49 of file vul_sprintf.h.
|
inline |
Definition at line 43 of file vul_sprintf.h.
|
inline |
Definition at line 45 of file vul_sprintf.h.
1.8.15