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