#include <sfstream.hpp>
|
| | osfstream () |
| | Standard constructor.
|
| |
| | osfstream (std::string const &file, std::ios_base::openmode mode=std::ios_base::out) |
| | Constructor taking a file name and open mode.
|
| |
| buf_ptr_type | open (std::string const &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 20 of file sfstream.hpp.
◆ buf_ptr_type
◆ voidptr
◆ osfstream() [1/2]
| sdsl::osfstream::osfstream |
( |
| ) |
|
|
inline |
◆ osfstream() [2/2]
| sdsl::osfstream::osfstream |
( |
std::string const & | file, |
|
|
std::ios_base::openmode | mode = std::ios_base::out ) |
|
inline |
Constructor taking a file name and open mode.
Definition at line 38 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 |
( |
std::string const & | 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.3-build/sdsl-lite-3.0.3/include/sdsl/sfstream.hpp