#include <sfstream.hpp>
|
| isfstream () |
| Standard constructor.
|
|
| isfstream (std::string const &file, std::ios_base::openmode mode=std::ios_base::in) |
| Constructor taking a file name and open mode.
|
|
buf_ptr_type | open (std::string const &file, std::ios_base::openmode mode=std::ios_base::in) |
| Open the stream.
|
|
bool | is_open () |
| Is the stream close?
|
|
void | close () |
| Close the stream.
|
|
| ~isfstream () |
| Standard destructor.
|
|
| operator voidptr () const |
| Cast to void*.
|
|
isfstream & | seekg (pos_type pos) |
|
isfstream & | seekg (off_type off, ios_base::seekdir way) |
|
std::streampos | tellg () |
|
Definition at line 194 of file sfstream.hpp.
◆ voidptr
◆ isfstream() [1/2]
sdsl::isfstream::isfstream |
( |
| ) |
|
|
inline |
◆ isfstream() [2/2]
sdsl::isfstream::isfstream |
( |
std::string const & | file, |
|
|
std::ios_base::openmode | mode = std::ios_base::in ) |
|
inline |
Constructor taking a file name and open mode.
Definition at line 211 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 |
( |
std::string const & | 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.3-build/sdsl-lite-3.0.3/include/sdsl/sfstream.hpp