Classes | Functions
vul_sprintf.h File Reference

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)
 

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 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.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const vul_sprintf s 
)

Definition at line 33 of file vul_sprintf.cxx.