Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_DviHashTable Struct Reference

#include <hash.h>

+ Collaboration diagram for _DviHashTable:

Data Fields

DviHashBucket ** buckets
 
int nbucks
 
int nkeys
 
DviHashFunc hash_func
 
DviHashComp hash_comp
 
DviHashFree hash_free
 

Detailed Description

Definition at line 22 of file hash.h.

Field Documentation

DviHashBucket** _DviHashTable::buckets

Definition at line 23 of file hash.h.

DviHashComp _DviHashTable::hash_comp

Definition at line 27 of file hash.h.

DviHashFree _DviHashTable::hash_free

Definition at line 28 of file hash.h.

DviHashFunc _DviHashTable::hash_func

Definition at line 26 of file hash.h.

int _DviHashTable::nbucks

Definition at line 24 of file hash.h.

int _DviHashTable::nkeys

Definition at line 25 of file hash.h.


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