cvx
Loading...
Searching...
No Matches
hashtable_vtabk Struct Reference

#include <hashtable.h>

Data Fields

int(* comp )(TKey, TKey)
 
TKey(* clone )(TKey)
 
void(* drop )(TKey)
 
size_t(* hash )(TKey)
 
int(* prio )(TKey, TKey)
 

Field Documentation

◆ clone

TKey(* hashtable_vtabk::clone) (TKey)

◆ comp

int(* hashtable_vtabk::comp) (TKey, TKey)

◆ drop

void(* hashtable_vtabk::drop) (TKey)

◆ hash

size_t(* hashtable_vtabk::hash) (TKey)

◆ prio

int(* hashtable_vtabk::prio) (TKey, TKey)

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