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

« back to all changes in this revision

Viewing changes to yo/concrete/fdout.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:
57
57
 
58
58
    Now that we've considered the consequences of using an output buffer,
59
59
we're almost ready to design our derived class. Several more features
60
 
will be added as well, though:
 
60
are added as well, though:
61
61
    itemization(
62
62
    it() First, we should allow the user of the class to specify the size of
63
63
the output buffer.
64
64
    it() Second, it should be possible to construct an object of our class
65
65
before the file descriptor is actually known. Later, in section ref(FORK)
66
 
we'll encounter a situation where this feature will be used.
 
66
we'll encounter a situation where this feature is actually used.
67
67
    )
68
68
    To save some space in the annotations(), the successful completion of the
69
69
functions designed here is not checked in the example code. In `real life'