ATLAS Offline Software
Public Attributes | List of all members
_HashTableIterator Struct Reference

Definition of a HashTableIterator. More...

#include <hash-table.h>

Collaboration diagram for _HashTableIterator:

Public Attributes

HashTablehash_table
 
HashTableEntrynext_entry
 
int next_chain
 

Detailed Description

Definition of a HashTableIterator.

Definition at line 86 of file hash-table.h.

Member Data Documentation

◆ hash_table

HashTable* _HashTableIterator::hash_table

Definition at line 87 of file hash-table.h.

◆ next_chain

int _HashTableIterator::next_chain

Definition at line 89 of file hash-table.h.

◆ next_entry

HashTableEntry* _HashTableIterator::next_entry

Definition at line 88 of file hash-table.h.


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