#include <fstream.h>
◆ ifstream() [1/3]
ext::ifstream::ifstream |
( |
const char * |
filename | ) |
|
|
inline |
◆ ifstream() [2/3]
ext::ifstream::ifstream |
( |
const std::string & |
filename | ) |
|
|
inline |
◆ ifstream() [3/3]
ext::ifstream::ifstream |
( |
ifstream && |
rhs | ) |
|
|
inlinenoexcept |
◆ close()
void ext::ifstream::close |
( |
| ) |
|
|
inline |
◆ is_open() [1/2]
bool ext::ifstream::is_open |
( |
| ) |
|
|
inline |
◆ is_open() [2/2]
bool ext::ifstream::is_open |
( |
| ) |
const |
|
inline |
◆ open()
void ext::ifstream::open |
( |
const char * |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in |
|
) |
| |
|
inline |
◆ operator=()
◆ rdbuf() [1/2]
std::filebuf * ext::ifstream::rdbuf |
( |
| ) |
|
|
inline |
◆ rdbuf() [2/2]
const std::filebuf * ext::ifstream::rdbuf |
( |
| ) |
const |
|
inline |
◆ swap()
void ext::ifstream::swap |
( |
ifstream & |
other | ) |
|
|
inline |
The documentation for this class was generated from the following file: