creates a formatted ANSI C++ string More...
#include <vcl_string.h>
#include <vcl_iosfwd.h>
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 | |
vcl_ostream & | operator<< (vcl_ostream &os, const vul_sprintf &s) |
creates a formatted ANSI C++ string
Modifications 10 June 1999 fsm removed constructor from 'const vcl_string &' and changed remaining constructors to use do_vul_sprintf(). Peter Vanroose 27/05/2001: Corrected the documentation
Definition in file vul_sprintf.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const vul_sprintf & | s | ||
) |
Definition at line 33 of file vul_sprintf.cxx.