Producer Consumer generic
Generic version of the Producer Consumer framework
 All Classes Namespaces Files Functions Properties
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCProducerConsumerGeneric.Consumer< T >Consumer in a Producer-Consumer framework
oCProducerConsumerGeneric.IElementFactory< out T >Factory producing objects of type T
|\CProducerConsumerGeneric.StringFactoryFactory producing String objects.
Uses singleton design pattern
oCProducerConsumerGeneric.MiddleMan2< TIn, TOut >MiddleMan in a Producer-Consumer framework The MiddleMan takes and element from one buffer and add the element to another buffer
oCProducerConsumerGeneric.MiddleMan< T >MiddleMan in a Producer-Consumer framework The MiddleMan takes and element from one buffer and add the element to another buffer
oCProducerConsumerGeneric.Producer< T >Producer in a Producer-Consumer framework
\CProducerConsumerGeneric.ProgramSome private static methods to try the different configuration of Producer, Consumer and MiddleMan