Searched defs:basic_file_sink (Results 1 – 1 of 1) sorted by relevance
105 struct basic_file_sink : private basic_file<Ch> { struct106 typedef Ch char_type;107 struct category118 basic_file_sink( const std::string& path, in basic_file_sink() function122 void open( const std::string& path, in open()