|
7827 | 7827 | Constructs an object of class
|
7828 | 7828 | \tcode{basic_istringstream<charT, traits>},
|
7829 | 7829 | initializing the base class with
|
7830 |
| -\tcode{basic_istream(\&sb)} |
| 7830 | +\tcode{basic_istream<charT, traits>(\&sb)}~(\ref{istream}) |
7831 | 7831 | and initializing \tcode{sb} with
|
7832 |
| -\tcode{basic_stringbuf<charT, traits, Alloca\-tor>(which | ios_base::in))}~(\ref{stringbuf.cons}). |
| 7832 | +\tcode{basic_string\-buf<charT, traits, Allocator>(which | ios_base::in))}~(\ref{stringbuf.cons}). |
7833 | 7833 | \end{itemdescr}
|
7834 | 7834 |
|
7835 | 7835 | \indexlibrary{\idxcode{basic_istringstream}!constructor}%
|
|
7845 | 7845 | Constructs an object of class
|
7846 | 7846 | \tcode{basic_istringstream<charT, traits>},
|
7847 | 7847 | initializing the base class with
|
7848 |
| -\tcode{basic_istream(\&sb)} |
| 7848 | +\tcode{basic_istream<charT, traits>(\&sb)}~(\ref{istream}) |
7849 | 7849 | and initializing \tcode{sb} with
|
7850 |
| -\tcode{basic_stringbuf<charT, traits, Alloca\-tor>(str, which | ios_base::in))}~(\ref{stringbuf.cons}). |
| 7850 | +\tcode{basic_string\-buf<charT, traits, Allocator>(str, which | ios_base::in))}~(\ref{stringbuf.cons}). |
7851 | 7851 | \end{itemdescr}
|
7852 | 7852 |
|
7853 | 7853 | \indexlibrary{\idxcode{basic_istringstream}!constructor}%
|
|
8013 | 8013 | \pnum
|
8014 | 8014 | \effects
|
8015 | 8015 | Constructs an object of class
|
8016 |
| -\tcode{basic_ostringstream}, |
| 8016 | +\tcode{basic_ostringstream<charT, traits>}, |
8017 | 8017 | initializing the base class with
|
8018 |
| -\tcode{basic_ostream(\brk{}\&sb)} |
| 8018 | +\tcode{basic_ostream<charT, traits>(\&sb)}~(\ref{ostream}) |
8019 | 8019 | and initializing \tcode{sb} with
|
8020 |
| -\tcode{basic_stringbuf<charT, traits, Allocator>(which | \brk{}ios_base::out))}~(\ref{stringbuf.cons}). |
| 8020 | +\tcode{basic_string\-buf<charT, traits, Allocator>(which | ios_base::out))}~(\ref{stringbuf.cons}). |
8021 | 8021 | \end{itemdescr}
|
8022 | 8022 |
|
8023 | 8023 | \indexlibrary{\idxcode{basic_ostringstream}!constructor}%
|
|
8033 | 8033 | Constructs an object of class
|
8034 | 8034 | \tcode{basic_ostringstream<charT, traits>},
|
8035 | 8035 | initializing the base class with
|
8036 |
| -\tcode{basic_ostream(\&sb)} |
| 8036 | +\tcode{basic_ostream<charT, traits>(\&sb)}~(\ref{ostream}) |
8037 | 8037 | and initializing \tcode{sb} with
|
8038 |
| -\tcode{basic_stringbuf<charT, traits, Alloca\-tor>(str, which | ios_base::out))}~(\ref{stringbuf.cons}). |
| 8038 | +\tcode{basic_string\-buf<charT, traits, Allocator>(str, which | ios_base::out))}~(\ref{stringbuf.cons}). |
8039 | 8039 | \end{itemdescr}
|
8040 | 8040 |
|
8041 | 8041 | \indexlibrary{\idxcode{basic_ostringstream}!constructor}%
|
|
8204 | 8204 | Constructs an object of class
|
8205 | 8205 | \tcode{basic_stringstream<charT, traits>},
|
8206 | 8206 | initializing the base class with
|
8207 |
| -\tcode{basic_iostream(\&sb)} |
| 8207 | +\tcode{basic_iostream<charT, traits>(\&sb)}~(\ref{iostream.cons}) |
8208 | 8208 | and initializing
|
8209 | 8209 | \tcode{sb}
|
8210 | 8210 | with
|
8211 |
| -\tcode{basic_stringbuf<charT, traits, Alloca\-tor>(which)}. |
| 8211 | +\tcode{basic_string\-buf<charT, traits, Allocator>(which)}. |
8212 | 8212 | \end{itemdescr}
|
8213 | 8213 |
|
8214 | 8214 | \indexlibrary{\idxcode{basic_stringstream}!constructor}%
|
|
8224 | 8224 | Constructs an object of class
|
8225 | 8225 | \tcode{basic_stringstream<charT, traits>},
|
8226 | 8226 | initializing the base class with
|
8227 |
| -\tcode{basic_iostream(\&sb)} |
| 8227 | +\tcode{basic_iostream<charT, traits>(\&sb)}~(\ref{iostream.cons}) |
8228 | 8228 | and initializing
|
8229 | 8229 | \tcode{sb}
|
8230 | 8230 | with
|
8231 |
| -\tcode{basic_stringbuf<charT, traits, Alloca\-tor>(str, which)}. |
| 8231 | +\tcode{basic_string\-buf<charT, traits, Allocator>(str, which)}. |
8232 | 8232 | \end{itemdescr}
|
8233 | 8233 |
|
8234 | 8234 | \indexlibrary{\idxcode{basic_stringstream}!constructor}%
|
|
9238 | 9238 | Constructs an object of class
|
9239 | 9239 | \tcode{basic_ifstream<charT, traits>},
|
9240 | 9240 | initializing the base class with
|
9241 |
| -\tcode{basic_istream(\&sb)} |
| 9241 | +\tcode{basic_istream<charT, traits>(\&sb)}~(\ref{istream.cons}) |
9242 | 9242 | and initializing \tcode{sb} with
|
9243 |
| -\tcode{basic_filebuf<charT, traits>())}~(\ref{istream.cons}, |
9244 |
| -\ref{filebuf.cons}). |
| 9243 | +\tcode{basic_filebuf<charT, traits>())}~(\ref{filebuf.cons}). |
9245 | 9244 | \end{itemdescr}
|
9246 | 9245 |
|
9247 | 9246 | \indexlibrary{\idxcode{basic_ifstream}!constructor}%
|
|
9256 | 9255 | \pnum
|
9257 | 9256 | \effects
|
9258 | 9257 | Constructs an object of class
|
9259 |
| -\tcode{basic_ifstream}, |
| 9258 | +\tcode{basic_ifstream<charT, traits>}, |
9260 | 9259 | initializing the base class with
|
9261 |
| -\tcode{basic_istream(\&sb)} |
| 9260 | +\tcode{basic_istream<charT, traits>(\&sb)}~(\ref{istream.cons}) |
9262 | 9261 | and initializing \tcode{sb} with
|
9263 |
| -\tcode{basic_filebuf<charT, traits>())}~(\ref{istream.cons}, |
9264 |
| -\ref{filebuf.cons}), |
| 9262 | +\tcode{basic_filebuf<charT, traits>())}~(\ref{filebuf.cons}), |
9265 | 9263 | then calls
|
9266 | 9264 | \tcode{rdbuf()->open(s, mode | ios_base::in)}.
|
9267 | 9265 | If that function returns a null pointer, calls
|
|
9488 | 9486 | Constructs an object of class
|
9489 | 9487 | \tcode{basic_ofstream<charT, traits>},
|
9490 | 9488 | initializing the base class with
|
9491 |
| -\tcode{basic_ostream(\&sb)} |
| 9489 | +\tcode{basic_ostream<charT, traits>(\&sb)}~(\ref{ostream.cons}) |
9492 | 9490 | and initializing \tcode{sb} with
|
9493 |
| -\tcode{basic_filebuf<charT, traits>())}~(\ref{ostream.cons}, |
9494 |
| -\ref{filebuf.cons}). |
| 9491 | +\tcode{basic_filebuf<charT, traits>())}~(\ref{filebuf.cons}). |
9495 | 9492 | \end{itemdescr}
|
9496 | 9493 |
|
9497 | 9494 | \indexlibrary{\idxcode{basic_ofstream}!constructor}%
|
|
9508 | 9505 | Constructs an object of class
|
9509 | 9506 | \tcode{basic_ofstream<charT, traits>},
|
9510 | 9507 | initializing the base class with
|
9511 |
| -\tcode{basic_ostream(\&sb)} |
| 9508 | +\tcode{basic_ostream<charT, traits>(\&sb)}~(\ref{ostream.cons}) |
9512 | 9509 | and initializing \tcode{sb} with
|
9513 |
| -\tcode{basic_filebuf<charT, traits>())}~(\ref{ostream.cons}, |
9514 |
| -\ref{filebuf.cons}), |
| 9510 | +\tcode{basic_filebuf<charT, traits>())}~(\ref{filebuf.cons}), |
9515 | 9511 | then calls
|
9516 | 9512 | \tcode{rdbuf()->open(s, mode | ios_base::out)}.
|
9517 | 9513 | If that function returns a null pointer, calls
|
|
9747 | 9743 | Constructs an object of class
|
9748 | 9744 | \tcode{basic_fstream<charT, traits>},
|
9749 | 9745 | initializing the base class with
|
9750 |
| -\tcode{basic_iostream(\&sb)} |
| 9746 | +\tcode{basic_iostream<charT, traits>(\&sb)}~(\ref{iostream.cons}) |
9751 | 9747 | and initializing
|
9752 | 9748 | \tcode{sb}
|
9753 | 9749 | with
|
|
9770 | 9766 | Constructs an object of class
|
9771 | 9767 | \tcode{basic_fstream<charT, traits>},
|
9772 | 9768 | initializing the base class with
|
9773 |
| -\tcode{basic_iostream(\&sb)} |
| 9769 | +\tcode{basic_iostream<charT, traits>(\&sb)}~(\ref{iostream.cons}) |
9774 | 9770 | and initializing
|
9775 | 9771 | \tcode{sb}
|
9776 | 9772 | with
|
|
0 commit comments