My Project
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
 

Detailed Description

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

Field Documentation

◆ f2

func2_t f2

Pointer to function with two arguments

◆ func

func1_t func

Pointer to function with one argument

◆ value

double value

Constant or variable value.


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