#include <sfstream.hpp>
Definition at line 168 of file sfstream.hpp.
◆ voidptr
◆ isfstream() [1/2]
sdsl::isfstream::isfstream |
( |
| ) |
|
|
inline |
◆ isfstream() [2/2]
sdsl::isfstream::isfstream |
( |
const std::string & |
file, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in |
|
) |
| |
|
inline |
Constructor taking a file name and open mode.
Definition at line 186 of file sfstream.hpp.
◆ ~isfstream()
sdsl::isfstream::~isfstream |
( |
| ) |
|
|
inline |
◆ close()
void sdsl::isfstream::close |
( |
| ) |
|
|
inline |
◆ is_open()
bool sdsl::isfstream::is_open |
( |
| ) |
|
|
inline |
◆ open()
buf_ptr_type sdsl::isfstream::open |
( |
const std::string & |
file, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in |
|
) |
| |
|
inline |
◆ operator voidptr()
sdsl::isfstream::operator voidptr |
( |
| ) |
const |
|
inline |
◆ seekg() [1/2]
isfstream & sdsl::isfstream::seekg |
( |
off_type |
off, |
|
|
ios_base::seekdir |
way |
|
) |
| |
|
inline |
◆ seekg() [2/2]
isfstream & sdsl::isfstream::seekg |
( |
pos_type |
pos | ) |
|
|
inline |
◆ tellg()
std::streampos sdsl::isfstream::tellg |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/sdsl-lite-3.0.1/include/sdsl/sfstream.hpp