HashTableTest Class Reference

Inheritance diagram for HashTableTest:

Inheritance graph
[legend]
Collaboration diagram for HashTableTest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HashTableTest (int wordLength)
void loadHashTable (const string &fileNameRoot)
void saveHashTable (const string &fileNameRoot)
void getSequenceName (string &seqName, SequenceNumber seqNum) const
void countWords (SequenceAdapter &)
void hashWords (SequenceAdapter &, unsigned int, unsigned int *)

Detailed Description

Definition at line 44 of file testHashTable.cpp.


Constructor & Destructor Documentation

HashTableTest::HashTableTest ( int  wordLength  )  [inline]

Definition at line 47 of file testHashTable.cpp.

References HashTableGeneric::wordLength_.

00048   {
00049     wordLength_ = wordLength;
00050   }


Member Function Documentation

void HashTableTest::loadHashTable ( const string &  fileNameRoot  )  [inline]

Definition at line 60 of file testHashTable.cpp.

00061   {}

void HashTableTest::saveHashTable ( const string &  fileNameRoot  )  [inline]

Definition at line 66 of file testHashTable.cpp.

00067   {}

void HashTableTest::getSequenceName ( string &  seqName,
SequenceNumber  seqNum 
) const [inline]

Reimplemented from HashTableGeneric.

Definition at line 72 of file testHashTable.cpp.

00073   {}

void HashTableTest::countWords ( SequenceAdapter  )  [inline, virtual]

Reimplemented from HashTable.

Definition at line 96 of file testHashTable.cpp.

00096 {}

void HashTableTest::hashWords ( SequenceAdapter ,
unsigned  int,
unsigned int *   
) [inline]

Definition at line 97 of file testHashTable.cpp.

00097 {}


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