Bioplib
Protein Structure C Library
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
_hashTab Struct Reference

#include <hash.h>

Data Fields

struct _hashTabnext
 
char * key
 
char * string
 
BPTR ptrValue
 
double doubleValue
 
int intValue
 
int type
 
char charValue
 

Detailed Description

Definition at line 72 of file hash.h.

Field Documentation

char charValue

Definition at line 81 of file hash.h.

double doubleValue

Definition at line 78 of file hash.h.

int intValue

Definition at line 79 of file hash.h.

char* key

Definition at line 75 of file hash.h.

struct _hashTab* next

Definition at line 74 of file hash.h.

BPTR ptrValue

Definition at line 77 of file hash.h.

char* string

Definition at line 76 of file hash.h.

int type

Definition at line 80 of file hash.h.


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