|
748 | 748 | public:
|
749 | 749 | class failure; // see below
|
750 | 750 |
|
751 |
| - // \ref{ios::fmtflags}, \tcode{fmtflags} |
| 751 | + // \ref{ios.fmtflags}, \tcode{fmtflags} |
752 | 752 | using fmtflags = @\textit{T1}@;
|
753 | 753 | static constexpr fmtflags boolalpha = @\unspec@;
|
754 | 754 | static constexpr fmtflags dec = @\unspec@;
|
|
769 | 769 | static constexpr fmtflags basefield = @\seebelow@;
|
770 | 770 | static constexpr fmtflags floatfield = @\seebelow@;
|
771 | 771 |
|
772 |
| - // \ref{ios::iostate}, \tcode{iostate} |
| 772 | + // \ref{ios.iostate}, \tcode{iostate} |
773 | 773 | using iostate = @\textit{T2}@;
|
774 | 774 | static constexpr iostate badbit = @\unspec@;
|
775 | 775 | static constexpr iostate eofbit = @\unspec@;
|
776 | 776 | static constexpr iostate failbit = @\unspec@;
|
777 | 777 | static constexpr iostate goodbit = @\seebelow@;
|
778 | 778 |
|
779 |
| - // \ref{ios::openmode}, \tcode{openmode} |
| 779 | + // \ref{ios.openmode}, \tcode{openmode} |
780 | 780 | using openmode = @\textit{T3}@;
|
781 | 781 | static constexpr openmode app = @\unspec@;
|
782 | 782 | static constexpr openmode ate = @\unspec@;
|
|
785 | 785 | static constexpr openmode out = @\unspec@;
|
786 | 786 | static constexpr openmode trunc = @\unspec@;
|
787 | 787 |
|
788 |
| - // \ref{ios::seekdir}, \tcode{seekdir} |
| 788 | + // \ref{ios.seekdir}, \tcode{seekdir} |
789 | 789 | using seekdir = @\textit{T4}@;
|
790 | 790 | static constexpr seekdir beg = @\unspec@;
|
791 | 791 | static constexpr seekdir cur = @\unspec@;
|
|
889 | 889 |
|
890 | 890 | \rSec3[ios.types]{Types}
|
891 | 891 |
|
892 |
| -\rSec4[ios::failure]{Class \tcode{ios_base::failure}} |
| 892 | +\rSec4[ios.failure]{Class \tcode{ios_base::failure}} |
893 | 893 |
|
894 | 894 | \indexlibrary{\idxcode{ios_base::failure}}%
|
895 | 895 | \indexlibrary{\idxcode{ios_base}!\idxcode{failure}}%
|
|
952 | 952 | \tcode{failure} by constructing the base class with \tcode{msg} and \tcode{ec}.
|
953 | 953 | \end{itemdescr}
|
954 | 954 |
|
955 |
| -\rSec4[ios::fmtflags]{Type \tcode{ios_base::fmtflags}} |
| 955 | +\rSec4[ios.fmtflags]{Type \tcode{ios_base::fmtflags}} |
956 | 956 |
|
957 | 957 | \indexlibrarymember{fmtflags}{ios_base}%
|
958 | 958 | \begin{itemdecl}
|
|
1015 | 1015 | \end{floattable}
|
1016 | 1016 | \end{itemdescr}
|
1017 | 1017 |
|
1018 |
| -\rSec4[ios::iostate]{Type \tcode{ios_base::iostate}} |
| 1018 | +\rSec4[ios.iostate]{Type \tcode{ios_base::iostate}} |
1019 | 1019 |
|
1020 | 1020 | \indexlibrarymember{iostate}{ios_base}%
|
1021 | 1021 | \begin{itemdecl}
|
|
1051 | 1051 | \end{itemize}
|
1052 | 1052 | \end{itemdescr}
|
1053 | 1053 |
|
1054 |
| -\rSec4[ios::openmode]{Type \tcode{ios_base::openmode}} |
| 1054 | +\rSec4[ios.openmode]{Type \tcode{ios_base::openmode}} |
1055 | 1055 |
|
1056 | 1056 | \indexlibrarymember{openmode}{ios_base}%
|
1057 | 1057 | \begin{itemdecl}
|
|
1081 | 1081 | \end{libefftab}
|
1082 | 1082 | \end{itemdescr}
|
1083 | 1083 |
|
1084 |
| -\rSec4[ios::seekdir]{Type \tcode{ios_base::seekdir}} |
| 1084 | +\rSec4[ios.seekdir]{Type \tcode{ios_base::seekdir}} |
1085 | 1085 |
|
1086 | 1086 | \indexlibrarymember{seekdir}{ios_base}%
|
1087 | 1087 | \begin{itemdecl}
|
|
1105 | 1105 | \end{libefftabmean}
|
1106 | 1106 | \end{itemdescr}
|
1107 | 1107 |
|
1108 |
| -\rSec4[ios::Init]{Class \tcode{ios_base::Init}} |
| 1108 | +\rSec4[ios.init]{Class \tcode{ios_base::Init}} |
1109 | 1109 |
|
1110 | 1110 | \indexlibrary{\idxcode{ios_base::Init}}%
|
1111 | 1111 | \indexlibrary{\idxcode{ios_base}!\idxcode{Init}}%
|
|
2256 | 2256 | If \tcode{((state | (rdbuf() ? goodbit : badbit)) \& exceptions()) == 0},
|
2257 | 2257 | returns.
|
2258 | 2258 | Otherwise, the function throws an object of class
|
2259 |
| -\tcode{basic_ios::failure}\iref{ios::failure}, |
| 2259 | +\tcode{basic_ios::failure}\iref{ios.failure}, |
2260 | 2260 | constructed with
|
2261 | 2261 | \impldef{argument values to construct \tcode{basic_ios::failure}}
|
2262 | 2262 | argument values.%
|
|
2273 | 2273 | Calls
|
2274 | 2274 | \tcode{clear(rdstate() | state)}
|
2275 | 2275 | (which may throw
|
2276 |
| -\tcode{basic_ios::failure}\iref{ios::failure}). |
| 2276 | +\tcode{basic_ios::failure}\iref{ios.failure}). |
2277 | 2277 | \end{itemdescr}
|
2278 | 2278 |
|
2279 | 2279 | \indexlibrarymember{good}{basic_ios}%
|
|
4206 | 4206 | explicit basic_istream(basic_streambuf<charT, traits>* sb);
|
4207 | 4207 | virtual ~basic_istream();
|
4208 | 4208 |
|
4209 |
| - // \ref{istream::sentry}, prefix/suffix |
| 4209 | + // \ref{istream.sentry}, prefix/suffix |
4210 | 4210 | class sentry;
|
4211 | 4211 |
|
4212 | 4212 | // \ref{istream.formatted}, formatted input
|
|
4417 | 4417 | \tcode{rhs.gcount()}.
|
4418 | 4418 | \end{itemdescr}
|
4419 | 4419 |
|
4420 |
| -\rSec4[istream::sentry]{Class \tcode{basic_istream::sentry}} |
| 4420 | +\rSec4[istream.sentry]{Class \tcode{basic_istream::sentry}} |
4421 | 4421 |
|
4422 | 4422 | \indexlibrary{\idxcode{basic_istream::sentry}}%
|
4423 | 4423 | \indexlibrary{\idxcode{sentry}!\idxcode{basic_istream}}%
|
|
5587 | 5587 | constructing a sentry object extracts characters as long as the next available
|
5588 | 5588 | character \tcode{c} is whitespace or until there are no more characters in the sequence.
|
5589 | 5589 | Whitespace characters are distinguished with the same criterion as used by
|
5590 |
| -\tcode{sentry::sentry}\iref{istream::sentry}. |
| 5590 | +\tcode{sentry::sentry}\iref{istream.sentry}. |
5591 | 5591 | If
|
5592 | 5592 | \tcode{ws}
|
5593 | 5593 | stops extracting characters because there are no more available it sets
|
|
5767 | 5767 | explicit basic_ostream(basic_streambuf<char_type, traits>* sb);
|
5768 | 5768 | virtual ~basic_ostream();
|
5769 | 5769 |
|
5770 |
| - // \ref{ostream::sentry}, prefix/suffix |
| 5770 | + // \ref{ostream.sentry}, prefix/suffix |
5771 | 5771 | class sentry;
|
5772 | 5772 |
|
5773 | 5773 | // \ref{ostream.formatted}, formatted output
|
|
5963 | 5963 | \effects Calls \tcode{basic_ios<charT, traits>::swap(rhs)}.
|
5964 | 5964 | \end{itemdescr}
|
5965 | 5965 |
|
5966 |
| -\rSec4[ostream::sentry]{Class \tcode{basic_ostream::sentry}} |
| 5966 | +\rSec4[ostream.sentry]{Class \tcode{basic_ostream::sentry}} |
5967 | 5967 |
|
5968 | 5968 | \indexlibrary{\idxcode{basic_ostream::sentry}}%
|
5969 | 5969 | \indexlibrary{\idxcode{sentry}!\idxcode{basic_ostream}}%
|
|
7271 | 7271 | \tcode{in >> quoted(s, delim, escape)} behaves as if it extracts the following
|
7272 | 7272 | characters from \tcode{in} using
|
7273 | 7273 | \tcode{operator>>(basic_istream<charT, traits>\&, charT\&)}\iref{istream.extractors}
|
7274 |
| -which may throw \tcode{ios_base::failure}\iref{ios::failure}: |
| 7274 | +which may throw \tcode{ios_base::failure}\iref{ios.failure}: |
7275 | 7275 | \begin{itemize}
|
7276 | 7276 | \item If the first character extracted is equal to \tcode{delim}, as
|
7277 | 7277 | determined by \tcode{traits_type::eq}, then:
|
|
0 commit comments