|
CUDPP 2.0
CUDA Data-Parallel Primitives Library
|
Internal structure used to store a generic CUDPP hash table. More...
#include <cudpp_hash.h>
Public Member Functions | |
| CUDPPHashTableInternal (const CUDPPHashTableConfig *c, T *t) | |
| Constructor for CUDPPHashTableInternal. | |
| CUDPPHandle | getHandle () |
| Convert this pointer to an opaque handle. | |
| ~CUDPPHashTableInternal () | |
| Destructor for CUDPPHashTableInternal. | |
Internal structure used to store a generic CUDPP hash table.
| CUDPPHashTableInternal< T >::CUDPPHashTableInternal | ( | const CUDPPHashTableConfig * | c, |
| T * | t | ||
| ) | [inline] |
Constructor for CUDPPHashTableInternal.
| [in] | c | Pointer to configuration structure |
| [in] | t | Hash table pointer |
| CUDPPHandle CUDPPHashTableInternal< T >::getHandle | ( | ) | [inline] |
Convert this pointer to an opaque handle.
1.7.4