#include <istream.h>
◆ istream() [1/2]
ext::istream::istream |
( |
std::basic_streambuf< char > * |
sb | ) |
|
◆ ~istream()
ext::istream::~istream |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ istream() [2/2]
ext::istream::istream |
( |
istream && |
rhs | ) |
|
|
protectednoexcept |
◆ clear()
void ext::istream::clear |
( |
std::ios_base::iostate |
state = std::ios_base::goodbit | ) |
|
◆ eof()
bool ext::istream::eof |
( |
| ) |
const |
◆ fail()
bool ext::istream::fail |
( |
| ) |
const |
◆ get() [1/2]
int ext::istream::get |
( |
| ) |
|
◆ get() [2/2]
istream & ext::istream::get |
( |
char & |
ch | ) |
|
◆ good()
bool ext::istream::good |
( |
| ) |
const |
◆ operator bool()
ext::istream::operator bool |
( |
| ) |
const |
◆ operator const std::istream &()
ext::istream::operator const std::istream & |
( |
| ) |
const & |
|
protected |
◆ operator std::istream &()
ext::istream::operator std::istream & |
( |
| ) |
& |
|
protected |
◆ operator=()
◆ peek()
int ext::istream::peek |
( |
| ) |
|
◆ putback()
istream & ext::istream::putback |
( |
char |
ch | ) |
|
◆ rdbuf() [1/2]
std::streambuf * ext::istream::rdbuf |
( |
| ) |
const |
◆ rdbuf() [2/2]
std::streambuf * ext::istream::rdbuf |
( |
std::streambuf * |
buf | ) |
|
◆ read()
istream & ext::istream::read |
( |
char * |
s, |
|
|
std::streamsize |
count |
|
) |
| |
◆ seekg() [1/2]
istream & ext::istream::seekg |
( |
std::streamoff |
off, |
|
|
std::ios_base::seekdir |
dir |
|
) |
| |
◆ seekg() [2/2]
istream & ext::istream::seekg |
( |
std::streampos |
pos | ) |
|
◆ setstate()
void ext::istream::setstate |
( |
std::ios_base::iostate |
state | ) |
|
◆ sync()
◆ tellg()
std::streampos ext::istream::tellg |
( |
| ) |
|
◆ unget()
◆ operator>> [1/3]
template<class T >
requires requires
◆ operator>> [2/3]
istream & operator>> |
( |
istream & |
os, |
|
|
std::ios_base &(*)(std::ios_base &) |
fn |
|
) |
| |
|
friend |
◆ operator>> [3/3]
istream & operator>> |
( |
istream & |
os, |
|
|
std::istream &(*)(std::istream &) |
fn |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: