PAPI 7.1.0.0
Loading...
Searching...
No Matches
hash_table_entry Struct Reference

#include <htable.h>

Collaboration diagram for hash_table_entry:

Data Fields

char * key
 
void * val
 
struct hash_table_entrynext
 

Detailed Description

Definition at line 25 of file cuda/htable.h.

Field Documentation

◆ key

char * hash_table_entry::key

Definition at line 26 of file cuda/htable.h.

◆ next

struct hash_table_entry * hash_table_entry::next

Definition at line 28 of file cuda/htable.h.

◆ val

void * hash_table_entry::val

Definition at line 27 of file cuda/htable.h.


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