programmer's documentation
Data Fields
data_t Union Reference

Type definition for data of each element contained in the hash table. More...

#include <mei_hash_table.h>

Collaboration diagram for data_t:
Collaboration graph

Data Fields

double value
 
func1_t func
 
func2_t f2
 
interp1d_t i1d
 

Detailed Description

Type definition for data of each element contained in the hash table.

Field Documentation

func2_t f2

Pointer to function with two argument

func1_t func

Pointer to function with one argument

Pointer to function for 1D interpolation

double value

Constant or variable value.


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