Boost.Nowide
|
Protected Member Functions | |
void | open (const std::string &file_name, std::ios_base::openmode mode=T_StreamType::mode()) |
template<typename Path > | |
detail::enable_if_path< Path, void >::type | open (const Path &file_name, std::ios_base::openmode mode=T_StreamType::mode()) |
void | open (const char *file_name, std::ios_base::openmode mode=T_StreamType::mode()) |
bool | is_open () |
bool | is_open () const |
void | close () |
internal_buffer_type * | rdbuf () const |
Protected Attributes | |
T | buf_ |