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

« back to all changes in this revision

Viewing changes to yo/iostreams/istreamread.yo

  • Committer: Package Import Robot
  • Author(s): tony mancill, Frank B. Brokken, tony mancill
  • Date: 2012-02-28 00:50:21 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120228005021-sz7nnodntkvgh7qf
Tags: 9.2.1-1
[ Frank B. Brokken ]
* New upstream release (using flexc++, reauthored polymorphic semantic
  values and unrestricted unions). Upstream release 9.2.0 is implied by
  this release.

[ tony mancill ]
* Set Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
variables can be extracted from tt(istream) objects. There is an overloaded
24
24
rshift() available for the extraction of an tt(int), of a tt(double), of a
25
25
string, of an array of characters, possibly to a pointer, etc. etc.. String or
26
 
character array extraction 
 
26
character array extraction
27
27
    hi(string extraction) hi(extracting strings)
28
28
    by default first skips all white space characters, and then extracts
29
29
all consecutive non-white space characters. Once an extraction operator has