Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
OHashTest< HashTbl > Struct Template Reference
Inheritance diagram for OHashTest< HashTbl >:
[legend]
Collaboration diagram for OHashTest< HashTbl >:
[legend]

Public Member Functions

 OHashTest ()
 

Public Attributes

HashTbl tbl
 
DynList< size_titems
 

Detailed Description

template<class HashTbl>
struct OHashTest< HashTbl >

Definition at line 49 of file dynsetohash.cc.

Constructor & Destructor Documentation

◆ OHashTest()

Member Data Documentation

◆ items

template<class HashTbl >
DynList<size_t> OHashTest< HashTbl >::items

Definition at line 61 of file hash-it.cc.

Referenced by OHashTest< HashTbl >::OHashTest().

◆ tbl

template<class HashTbl >
HashTbl OHashTest< HashTbl >::tbl

Definition at line 51 of file dynsetohash.cc.

Referenced by OHashTest< HashTbl >::OHashTest().


The documentation for this struct was generated from the following files: