Searched defs:closable_filter (Results 1 – 1 of 1) sorted by relevance
197 class closable_filter { }; class201 class closable_filter<input> : public input_filter { class203 closable_filter(operation close) : close_(close) { } in closable_filter() function in boost::iostreams::test::closable_filter216 class closable_filter<output> : public output_filter { class218 closable_filter(operation close) : close_(close) { } in closable_filter() function in boost::iostreams::test::closable_filter231 class closable_filter<bidirectional> : public filter<bidirectional> { class233 closable_filter(operation close_input, operation close_output) in closable_filter() function in boost::iostreams::test::closable_filter264 class closable_filter<seekable> : public filter<seekable> { class266 closable_filter(operation close) : close_(close) { } in closable_filter() function in boost::iostreams::test::closable_filter289 class closable_filter<dual_use> { class[all …]