CUBRID Engine  latest
lf_hash_table_iterator Struct Reference

#include <lock_free.h>

Collaboration diagram for lf_hash_table_iterator:
Collaboration graph

Public Attributes

LF_HASH_TABLEhash_table
 
int bucket_index
 
void * curr
 
LF_TRAN_ENTRYtran_entry
 

Detailed Description

Definition at line 337 of file lock_free.h.

Member Data Documentation

int lf_hash_table_iterator::bucket_index

Definition at line 343 of file lock_free.h.

Referenced by lf_hash_create_iterator(), and lf_hash_iterate().

void* lf_hash_table_iterator::curr

Definition at line 346 of file lock_free.h.

Referenced by lf_hash_create_iterator(), and lf_hash_iterate().

LF_HASH_TABLE* lf_hash_table_iterator::hash_table

Definition at line 340 of file lock_free.h.

Referenced by lf_hash_create_iterator(), and lf_hash_iterate().

LF_TRAN_ENTRY* lf_hash_table_iterator::tran_entry

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