~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/iostreams/output.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2011-09-12 16:08:05 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: package-import@ubuntu.com-20110912160805-r9dq68beojgzuien
Tags: 9.0.2-1
New upstream release (editorial changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
The class tt(ostream) acts as em(base class) for several other classes, all
7
7
offering the functionality of the tt(ostream) class, but adding their own
8
 
specialties. In the upcoming sections we will introduce:
 
8
specialties. In the upcoming sections the following classes are discussed:
9
9
    itemization(
10
10
    it() The class tt(ostream), offering the basic output facilities;
11
11
    it() The class ti(ofstream), allowing us to write files