Home
last modified time | relevance | path

Searched defs:basic_file_sink (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/device/
Dfile.hpp105 struct basic_file_sink : private basic_file<Ch> { struct
106 typedef Ch char_type;
107 struct category
118 basic_file_sink( const std::string& path, in basic_file_sink() function
122 void open( const std::string& path, in open()