|
6934 | 6934 | friend bool operator==(const istreambuf_iterator& i, default_sentinel_t s); |
6935 | 6935 |
|
6936 | 6936 | private: |
6937 | | - streambuf_type* sbuf_; // \expos |
| 6937 | + streambuf_type* @\exposid{sbuf_}@; // \expos |
6938 | 6938 | }; |
6939 | 6939 | } |
6940 | 6940 | \end{codeblock} |
|
6975 | 6975 | \pnum |
6976 | 6976 | For each \tcode{istreambuf_iterator} constructor in this subclause, |
6977 | 6977 | an end-of-stream iterator is constructed if and only if |
6978 | | -the exposition-only member \tcode{sbuf_} is initialized with a null pointer value. |
| 6978 | +the exposition-only member \exposid{sbuf_} is initialized with a null pointer value. |
6979 | 6979 |
|
6980 | 6980 |
|
6981 | 6981 | \indexlibraryctor{istreambuf_iterator}% |
|
6987 | 6987 | \begin{itemdescr} |
6988 | 6988 | \pnum |
6989 | 6989 | \effects |
6990 | | -Initializes \tcode{sbuf_} with \keyword{nullptr}. |
| 6990 | +Initializes \exposid{sbuf_} with \keyword{nullptr}. |
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.rdbuf()}. |
| 7002 | +Initializes \exposid{sbuf_} with \tcode{s.rdbuf()}. |
7003 | 7003 | \end{itemdescr} |
7004 | 7004 |
|
7005 | 7005 |
|
|
7011 | 7011 | \begin{itemdescr} |
7012 | 7012 | \pnum |
7013 | 7013 | \effects |
7014 | | -Initializes \tcode{sbuf_} with \tcode{s}. |
| 7014 | +Initializes \exposid{sbuf_} with \tcode{s}. |
7015 | 7015 | \end{itemdescr} |
7016 | 7016 |
|
7017 | 7017 |
|
|
7023 | 7023 | \begin{itemdescr} |
7024 | 7024 | \pnum |
7025 | 7025 | \effects |
7026 | | -Initializes \tcode{sbuf_} with \tcode{p.sbuf_}. |
| 7026 | +Initializes \exposid{sbuf_} with \tcode{p.sbuf_}. |
7027 | 7027 | \end{itemdescr} |
7028 | 7028 |
|
7029 | 7029 | \rSec3[istreambuf.iterator.ops]{Operations} |
|
7039 | 7039 | The character obtained via the |
7040 | 7040 | \tcode{streambuf} |
7041 | 7041 | member |
7042 | | -\tcode{sbuf_->sgetc()}. |
| 7042 | +\tcode{\exposid{sbuf_}->sgetc()}. |
7043 | 7043 | \end{itemdescr} |
7044 | 7044 |
|
7045 | 7045 | \indexlibrarymember{operator++}{istreambuf_iterator}% |
|
7050 | 7050 | \begin{itemdescr} |
7051 | 7051 | \pnum |
7052 | 7052 | \effects |
7053 | | -As if by \tcode{sbuf_->sbumpc()}. |
| 7053 | +As if by \tcode{\exposid{sbuf_}->sbumpc()}. |
7054 | 7054 |
|
7055 | 7055 | \pnum |
7056 | 7056 | \returns |
|
7065 | 7065 | \begin{itemdescr} |
7066 | 7066 | \pnum |
7067 | 7067 | \returns |
7068 | | -\tcode{\exposid{proxy}(sbuf_->sbumpc(), sbuf_)}. |
| 7068 | +\tcode{\exposid{proxy}(\exposid{sbuf_}->sbumpc(), \exposid{sbuf_})}. |
7069 | 7069 | \end{itemdescr} |
7070 | 7070 |
|
7071 | 7071 | \indexlibrarymember{equal}{istreambuf_iterator}% |
|
0 commit comments