|
6920 | 6920 | friend bool operator==(const istreambuf_iterator& i, default_sentinel_t s); |
6921 | 6921 |
|
6922 | 6922 | private: |
6923 | | - streambuf_type* sbuf_; // \expos |
| 6923 | + streambuf_type* @\exposid{sbuf_}@; // \expos |
6924 | 6924 | }; |
6925 | 6925 | } |
6926 | 6926 | \end{codeblock} |
|
6961 | 6961 | \pnum |
6962 | 6962 | For each \tcode{istreambuf_iterator} constructor in this subclause, |
6963 | 6963 | an end-of-stream iterator is constructed if and only if |
6964 | | -the exposition-only member \tcode{sbuf_} is initialized with a null pointer value. |
| 6964 | +the exposition-only member \exposid{sbuf_} is initialized with a null pointer value. |
6965 | 6965 |
|
6966 | 6966 |
|
6967 | 6967 | \indexlibraryctor{istreambuf_iterator}% |
|
6973 | 6973 | \begin{itemdescr} |
6974 | 6974 | \pnum |
6975 | 6975 | \effects |
6976 | | -Initializes \tcode{sbuf_} with \keyword{nullptr}. |
| 6976 | +Initializes \exposid{sbuf_} with \keyword{nullptr}. |
6977 | 6977 | \end{itemdescr} |
6978 | 6978 |
|
6979 | 6979 |
|
|
6985 | 6985 | \begin{itemdescr} |
6986 | 6986 | \pnum |
6987 | 6987 | \effects |
6988 | | -Initializes \tcode{sbuf_} with \tcode{s.rdbuf()}. |
| 6988 | +Initializes \exposid{sbuf_} with \tcode{s.rdbuf()}. |
6989 | 6989 | \end{itemdescr} |
6990 | 6990 |
|
6991 | 6991 |
|
|
6997 | 6997 | \begin{itemdescr} |
6998 | 6998 | \pnum |
6999 | 6999 | \effects |
7000 | | -Initializes \tcode{sbuf_} with \tcode{s}. |
| 7000 | +Initializes \exposid{sbuf_} with \tcode{s}. |
7001 | 7001 | \end{itemdescr} |
7002 | 7002 |
|
7003 | 7003 |
|
|
7009 | 7009 | \begin{itemdescr} |
7010 | 7010 | \pnum |
7011 | 7011 | \effects |
7012 | | -Initializes \tcode{sbuf_} with \tcode{p.sbuf_}. |
| 7012 | +Initializes \exposid{sbuf_} with \tcode{p.sbuf_}. |
7013 | 7013 | \end{itemdescr} |
7014 | 7014 |
|
7015 | 7015 | \rSec3[istreambuf.iterator.ops]{Operations} |
|
7025 | 7025 | The character obtained via the |
7026 | 7026 | \tcode{streambuf} |
7027 | 7027 | member |
7028 | | -\tcode{sbuf_->sgetc()}. |
| 7028 | +\tcode{\exposid{sbuf_}->sgetc()}. |
7029 | 7029 | \end{itemdescr} |
7030 | 7030 |
|
7031 | 7031 | \indexlibrarymember{operator++}{istreambuf_iterator}% |
|
7036 | 7036 | \begin{itemdescr} |
7037 | 7037 | \pnum |
7038 | 7038 | \effects |
7039 | | -As if by \tcode{sbuf_->sbumpc()}. |
| 7039 | +As if by \tcode{\exposid{sbuf_}->sbumpc()}. |
7040 | 7040 |
|
7041 | 7041 | \pnum |
7042 | 7042 | \returns |
|
7051 | 7051 | \begin{itemdescr} |
7052 | 7052 | \pnum |
7053 | 7053 | \returns |
7054 | | -\tcode{\exposid{proxy}(sbuf_->sbumpc(), sbuf_)}. |
| 7054 | +\tcode{\exposid{proxy}(\exposid{sbuf_}->sbumpc(), \exposid{sbuf_})}. |
7055 | 7055 | \end{itemdescr} |
7056 | 7056 |
|
7057 | 7057 | \indexlibrarymember{equal}{istreambuf_iterator}% |
|
0 commit comments