AdapterFactory Class Reference

#include <HashTableGeneric.h>

List of all members.

Public Member Functions

SequenceAdaptercreate (int bitsPerSymbol, int wordLength, int stepLength)


Detailed Description

Definition at line 153 of file HashTableGeneric.h.


Member Function Documentation

SequenceAdapter* AdapterFactory::create ( int  bitsPerSymbol,
int  wordLength,
int  stepLength 
) [inline]

Definition at line 157 of file HashTableGeneric.h.

Referenced by HashTableGeneric::createHashTable().

00158   { 
00159     return 
00160     ( (wordLength==stepLength)
00161       ? new SequenceAdapter()
00162       : new SequenceAdapterWithOverlap
00163       ( bitsPerSymbol, wordLength, stepLength ) );
00164   } // ~create

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 13:15:30 2007 for ssaha by  doxygen 1.5.2