Boost.Nowide
|
This is implementation of std::filebuf. More...
#include <boost/nowide/filebuf.hpp>
Public Member Functions | |
basic_filebuf () | |
basic_filebuf * | open (std::string const &s, std::ios_base::openmode mode) |
basic_filebuf * | open (char const *s, std::ios_base::openmode mode) |
basic_filebuf * | close () |
bool | is_open () const |
This is implementation of std::filebuf.
it is implemented and specialized for CharType = char, it behaves implements std::filebuf over standard C I/O
|
inline |
Creates new filebuf
|
inline |
Same as std::filebuf::close()
|
inline |
Same as std::filebuf::is_open()
|
inline |
Same as std::filebuf::open but s is UTF-8 string
|
inline |
Same as std::filebuf::open but s is UTF-8 string