DeSR Dependency Parser

IXE::io::Format Struct Reference

A class to perform formatted output. More...

#include <Format.h>

List of all members.

Public Member Functions

 Format (const char *fmt...)


Detailed Description

A class to perform formatted output.

Example of use:

  int month = 7, day = 26, year = 76;
  std::string name = "Birthday";
  Format result("%s = %d-%02d-%02d\n", name.c_str(), month, day, year);

Definition at line 45 of file Format.h.


The documentation for this struct was generated from the following files:
 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.