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

« back to all changes in this revision

Viewing changes to yo/iostreams/ios.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-01-20 11:53:17 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120120115317-v4wiq9sttx72fabk
Tags: 9.1.0-1
New upstream release (covering C++11 to a large extend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    itemization(
25
25
    ithtq(rdbuf)
26
26
        (std::streambuf *ios::rdbuf())
27
 
        (A pointer to the tt(streambuf) object forming the interface
28
 
between the tt(ios) object and the device with which the tt(ios) object
29
 
communicates is returned. See section ref(STRBUF) for further information
 
27
        (A pointer to the tt(streambuf) object forming the interface between
 
28
the tt(ios) object and the device with which the tt(ios) object communicates
 
29
is returned. See sections ref(STREAMBUF) and ref(STRBUF) for more information
30
30
about the tt(class streambuf).)
31
31
    itt(std::streambuf *ios::rdbuf(std::streambuf *new)):
32
32
        quote(The current tt(ios) object is associated with another