#include <file.hpp>
|
| | basic_file (const std::string &path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out, BOOST_IOS::openmode base_mode=BOOST_IOS::in|BOOST_IOS::out) |
| |
| std::streamsize | read (char_type *s, std::streamsize n) |
| |
| bool | putback (char_type c) |
| |
| std::streamsize | write (const char_type *s, std::streamsize n) |
| |
| std::streampos | seek (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out) |
| |
| void | open (const std::string &path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out, BOOST_IOS::openmode base_mode=BOOST_IOS::in|BOOST_IOS::out) |
| |
| bool | is_open () const |
| |
| void | close () |
| |
| bool | flush () |
| |
| void | imbue (const std::locale &loc) |
| |
template<typename Ch >
| boost::iostreams::basic_file< Ch >::basic_file |
( |
const std::string & |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in | BOOST_IOS::out, |
|
|
BOOST_IOS::openmode |
base_mode = BOOST_IOS::in | BOOST_IOS::out |
|
) |
| |
template<typename Ch >
| void boost::iostreams::basic_file< Ch >::open |
( |
const std::string & |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in | BOOST_IOS::out, |
|
|
BOOST_IOS::openmode |
base_mode = BOOST_IOS::in | BOOST_IOS::out |
|
) |
| |
The documentation for this class was generated from the following file:
- boost_1_57_0/boost/iostreams/device/file.hpp