The C++ framework for developing highly scalable, high performance servers on Windows platforms.

Abstract Factory Pattern
[Patterns with a small 'p']

Collaboration diagram for Abstract Factory Pattern:

Detailed Description

This simple idiom provides a way to centralise the creation of a particular type of object so that to obtain an instance of the class that you want must ask the factory to create it for you. This allows for different factories to provide slightly different variations on the object that you get. See here for more details.

This section contains links to the code that implements this concept.


Classes

class  IThreadPoolWorkerThreadFactory
 An interface to create instances of IThreadPoolWorkerThreadCallback. Usually passed to the CThreadPool constructor. More...


Generated on Sun Sep 12 19:06:50 2021 for The Server Framework - v7.4 by doxygen 1.5.3