#include <ostream.h>
◆ ostream() [1/2]
ext::ostream::ostream |
( |
std::basic_streambuf< char > * |
sb | ) |
|
◆ ~ostream()
ext::ostream::~ostream |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ ostream() [2/2]
ext::ostream::ostream |
( |
ostream && |
rhs | ) |
|
|
protectednoexcept |
◆ clear()
void ext::ostream::clear |
( |
std::ios_base::iostate |
state = std::ios_base::goodbit | ) |
|
◆ flush()
◆ operator const std::ostream &()
ext::ostream::operator const std::ostream & |
( |
| ) |
const & |
|
protected |
◆ operator std::ostream &()
ext::ostream::operator std::ostream & |
( |
| ) |
& |
|
protected |
◆ operator=()
◆ put()
ostream & ext::ostream::put |
( |
char |
ch | ) |
|
◆ rdbuf() [1/2]
std::streambuf * ext::ostream::rdbuf |
( |
| ) |
const |
◆ rdbuf() [2/2]
std::streambuf * ext::ostream::rdbuf |
( |
std::streambuf * |
buf | ) |
|
◆ seekp() [1/2]
ostream & ext::ostream::seekp |
( |
std::streamoff |
off, |
|
|
std::ios_base::seekdir |
dir |
|
) |
| |
◆ seekp() [2/2]
ostream & ext::ostream::seekp |
( |
std::streampos |
pos | ) |
|
◆ setstate()
void ext::ostream::setstate |
( |
std::ios_base::iostate |
state | ) |
|
◆ tellp()
std::streampos ext::ostream::tellp |
( |
| ) |
|
◆ write()
ostream & ext::ostream::write |
( |
const char * |
s, |
|
|
std::streamsize |
count |
|
) |
| |
◆ operator<< [1/2]
template<class T >
requires requires
◆ operator<< [2/2]
ostream & operator<< |
( |
ostream & |
os, |
|
|
std::ostream &(*)(std::ostream &) |
fn |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: