![]() |
hamigaki::iostreams::file_sink —
class file_sink { public: // types typedef char char_type; // construct/copy/destruct file_sink(const std::string&, BOOST_IOS::openmode = BOOST_IOS::out); // Boost.Iostreams implementation void open(const std::string&, BOOST_IOS::openmode = BOOST_IOS::out); bool is_open() const; std::streamsize write(const char*, std::streamsize); std::streampos seek(boost::iostreams::stream_offset, BOOST_IOS::seekdir); void close(); };
製作著作 © 2006 Takeshi Mouri |