Tanl Linguistic Pipeline

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);

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
 
Copyright © 2005-2011 G. Attardi. Generated on 4 Mar 2011 by doxygen 1.6.1.