Pipe and Filters pattern with boost?
Hello list! I'd like to find a good approach to implement the Pipe and Filters pattern with boost. Could someone recommend me some useful boost library for this purpose? I only know asio. Is there any known example source code for this - Pipe and Filters pattern with boost. Thank you very much in advance! ---------------------------------------- Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m ----------------------------------------
On 07/28/2014 03:55 PM, Journeyer J. Joh wrote:
I'd like to find a good approach to implement the Pipe and Filters pattern with boost. Could someone recommend me some useful boost library for this purpose?
Hi, Oliver Kowalke, Bjorn Reese,
Thank you for providing me such useful links!
Have a good day!
Sincerely
Journeyer
----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l d o t c o m
----------------------------------------
2014-07-29 1:13 GMT+09:00 Bjorn Reese
On 07/28/2014 03:55 PM, Journeyer J. Joh wrote:
I'd like to find a good approach to implement the Pipe and Filters
pattern with boost. Could someone recommend me some useful boost library for this purpose?
http://www.boost.org/libs/iostreams/doc/index.html
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Le 28/07/14 15:55, Journeyer J. Joh a écrit :
Hello list!
I'd like to find a good approach to implement the Pipe and Filters pattern with boost. Could someone recommend me some useful boost library for this purpose? I only know asio.
Is there any known example source code for this - Pipe and Filters pattern with boost.
Hi, There is a draft in the upcoming C++14 standard that covers this area: N3534 C++ Pipelines http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3534.html There is also a GSoC Boost Pipilenes project https://github.com/erenon/pipeline. If you want to collaborate, I 'm sure there is much more to do. Any feedback is also welcome. Best, Vicente
participants (4)
-
Bjorn Reese
-
Journeyer J. Joh
-
Oliver Kowalke
-
Vicente J. Botet Escriba