creates a formatted ANSI C++ string More...
#include <string>#include <iosfwd>Go to the source code of this file.
Classes | |
| struct | vul_sprintf |
| C++ conforming replacement to the ANSI C functions sprintf and printf. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const vul_sprintf &s) |
creates a formatted ANSI C++ string
Modifications
10 June 1999 fsm removed constructor from 'const std::string &' and
changed remaining constructors to use do_vul_sprintf().
Peter Vanroose 27/05/2001: Corrected the documentation
Definition in file vul_sprintf.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const vul_sprintf & | s | ||
| ) |
Definition at line 33 of file vul_sprintf.cxx.
1.8.15