#include <sfstream.hpp>
|
| | osfstream () |
| | Standard constructor.
|
| |
| | osfstream (const std::string &file, std::ios_base::openmode mode=std::ios_base::out) |
| | Constructor taking a file name and open mode.
|
| |
| buf_ptr_type | open (const std::string &file, std::ios_base::openmode mode=std::ios_base::out) |
| | Open the stream.
|
| |
| bool | is_open () |
| | Is the stream close?
|
| |
| void | close () |
| | Close the stream.
|
| |
| | ~osfstream () |
| | Standard destructor.
|
| |
| | operator voidptr () const |
| | Cast to void*.
|
| |
| osfstream & | seekp (pos_type pos) |
| |
| osfstream & | seekp (off_type off, ios_base::seekdir way) |
| |
| std::streampos | tellp () |
| |
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.1/include/sdsl/sfstream.hpp