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

« back to all changes in this revision

Viewing changes to yo/concrete/fistreamexample.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
    The private member tt(setBuffer) defines a buffer of tt(d_width + 1)
38
38
characters and uses tt(read) to fill the buffer with tt(d_width)
39
 
characters. The buffer is terminated by an tt(ASCII-Z) character. This buffer
40
 
is used to initialize the tt(d_iss) member. tt(Fistream)'s tt(rdbuf) member is
41
 
used to extract the tt(d_str)'s data via the tt(Fistream) object itself:
 
39
characters. The buffer is an NTBS. This buffer is used to initialize the
 
40
tt(d_iss) member. tt(Fistream)'s tt(rdbuf) member is used to extract the
 
41
tt(d_str)'s data via the tt(Fistream) object itself:
42
42
        verbinsert(SETBUFFER)(examples/fistream/fistream.cc)
43
43
 
44
44
    Although tt(setField) could be used to configure tt(Fistream) to use or