|
CUDPP
2.2
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. More... | |
| CUDPPHandle | getHandle () |
| Convert this pointer to an opaque handle. More... | |
| ~CUDPPHashTableInternal () | |
| Destructor for CUDPPHashTableInternal. | |
Internal structure used to store a generic CUDPP hash table.
|
inline |
Constructor for CUDPPHashTableInternal.
| [in] | c | Pointer to configuration structure |
| [in] | t | Hash table pointer |
|
inline |
Convert this pointer to an opaque handle.
1.8.6