Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/detail/
Dclosable.hpp197 class closable_filter { }; class
201 class closable_filter<input> : public input_filter { class
203 closable_filter(operation close) : close_(close) { } in closable_filter() function in boost::iostreams::test::closable_filter
216 class closable_filter<output> : public output_filter { class
218 closable_filter(operation close) : close_(close) { } in closable_filter() function in boost::iostreams::test::closable_filter
231 class closable_filter<bidirectional> : public filter<bidirectional> { class
233 closable_filter(operation close_input, operation close_output) in closable_filter() function in boost::iostreams::test::closable_filter
264 class closable_filter<seekable> : public filter<seekable> { class
266 closable_filter(operation close) : close_(close) { } in closable_filter() function in boost::iostreams::test::closable_filter
289 class closable_filter<dual_use> { class
[all …]