|
6922 | 6922 | friend bool operator==(const istreambuf_iterator& i, default_sentinel_t s);
|
6923 | 6923 |
|
6924 | 6924 | private:
|
6925 |
| - streambuf_type* sbuf_; // \expos |
| 6925 | + streambuf_type* @\exposid{sbuf_}@; // \expos |
6926 | 6926 | };
|
6927 | 6927 | }
|
6928 | 6928 | \end{codeblock}
|
|
6963 | 6963 | \pnum
|
6964 | 6964 | For each \tcode{istreambuf_iterator} constructor in this subclause,
|
6965 | 6965 | an end-of-stream iterator is constructed if and only if
|
6966 |
| -the exposition-only member \tcode{sbuf_} is initialized with a null pointer value. |
| 6966 | +the exposition-only member \exposid{sbuf_} is initialized with a null pointer value. |
6967 | 6967 |
|
6968 | 6968 |
|
6969 | 6969 | \indexlibraryctor{istreambuf_iterator}%
|
|
6975 | 6975 | \begin{itemdescr}
|
6976 | 6976 | \pnum
|
6977 | 6977 | \effects
|
6978 |
| -Initializes \tcode{sbuf_} with \keyword{nullptr}. |
| 6978 | +Initializes \exposid{sbuf_} with \keyword{nullptr}. |
6979 | 6979 | \end{itemdescr}
|
6980 | 6980 |
|
6981 | 6981 |
|
|
6987 | 6987 | \begin{itemdescr}
|
6988 | 6988 | \pnum
|
6989 | 6989 | \effects
|
6990 |
| -Initializes \tcode{sbuf_} with \tcode{s.rdbuf()}. |
| 6990 | +Initializes \exposid{sbuf_} with \tcode{s.rdbuf()}. |
6991 | 6991 | \end{itemdescr}
|
6992 | 6992 |
|
6993 | 6993 |
|
|
6999 | 6999 | \begin{itemdescr}
|
7000 | 7000 | \pnum
|
7001 | 7001 | \effects
|
7002 |
| -Initializes \tcode{sbuf_} with \tcode{s}. |
| 7002 | +Initializes \exposid{sbuf_} with \tcode{s}. |
7003 | 7003 | \end{itemdescr}
|
7004 | 7004 |
|
7005 | 7005 |
|
|
7011 | 7011 | \begin{itemdescr}
|
7012 | 7012 | \pnum
|
7013 | 7013 | \effects
|
7014 |
| -Initializes \tcode{sbuf_} with \tcode{p.sbuf_}. |
| 7014 | +Initializes \exposid{sbuf_} with \tcode{p.sbuf_}. |
7015 | 7015 | \end{itemdescr}
|
7016 | 7016 |
|
7017 | 7017 | \rSec3[istreambuf.iterator.ops]{Operations}
|
|
7027 | 7027 | The character obtained via the
|
7028 | 7028 | \tcode{streambuf}
|
7029 | 7029 | member
|
7030 |
| -\tcode{sbuf_->sgetc()}. |
| 7030 | +\tcode{\exposid{sbuf_}->sgetc()}. |
7031 | 7031 | \end{itemdescr}
|
7032 | 7032 |
|
7033 | 7033 | \indexlibrarymember{operator++}{istreambuf_iterator}%
|
|
7038 | 7038 | \begin{itemdescr}
|
7039 | 7039 | \pnum
|
7040 | 7040 | \effects
|
7041 |
| -As if by \tcode{sbuf_->sbumpc()}. |
| 7041 | +As if by \tcode{\exposid{sbuf_}->sbumpc()}. |
7042 | 7042 |
|
7043 | 7043 | \pnum
|
7044 | 7044 | \returns
|
|
7053 | 7053 | \begin{itemdescr}
|
7054 | 7054 | \pnum
|
7055 | 7055 | \returns
|
7056 |
| -\tcode{\exposid{proxy}(sbuf_->sbumpc(), sbuf_)}. |
| 7056 | +\tcode{\exposid{proxy}(\exposid{sbuf_}->sbumpc(), \exposid{sbuf_})}. |
7057 | 7057 | \end{itemdescr}
|
7058 | 7058 |
|
7059 | 7059 | \indexlibrarymember{equal}{istreambuf_iterator}%
|
|
0 commit comments