Classes | Functions
core/vul/vul_sprintf.h File Reference

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)

Detailed Description

creates a formatted ANSI C++ string

Author:
Andrew W. Fitzgibbon, Oxford RRG
Date:
08 Aug 96
    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.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const vul_sprintf s 
)

Definition at line 33 of file vul_sprintf.cxx.