Producer Consumer generic
Generic version of the Producer Consumer framework
 All Classes Namespaces Files Functions Properties
Public Member Functions | Properties | List of all members
ProducerConsumerGeneric.StringFactory Class Reference

Factory producing String objects.
Uses singleton design pattern More...

Inheritance diagram for ProducerConsumerGeneric.StringFactory:
ProducerConsumerGeneric.IElementFactory< out T >

Public Member Functions

string GetElement (int i)
 Returns an object of type T. More...
 

Properties

static IElementFactory< String > Instance [get]
 

Detailed Description

Factory producing String objects.
Uses singleton design pattern

Member Function Documentation

string ProducerConsumerGeneric.StringFactory.GetElement ( int  index)

Returns an object of type T.

Parameters
indexA number. Can be used in the creation of the returned object
Returns
an object of type T

Implements ProducerConsumerGeneric.IElementFactory< out T >.

Property Documentation

IElementFactory<String> ProducerConsumerGeneric.StringFactory.Instance
staticget

The documentation for this class was generated from the following file: