YACASL2
Loading...
Searching...
No Matches
HKEY Struct Reference

ハッシュ共用体のデータ型 More...

#include <hash.h>

Collaboration diagram for HKEY:

Data Fields

UTYPE type
union { 
   char *   s 
   int   i 
val

Detailed Description

ハッシュ共用体のデータ型

Definition at line 15 of file hash.h.

Field Documentation

◆ i

int HKEY::i

int型のデータ

Definition at line 19 of file hash.h.

◆ s

char* HKEY::s

char型のデータ

Definition at line 18 of file hash.h.

◆ type

UTYPE HKEY::type

ハッシュ値の元データのデータ型

Definition at line 16 of file hash.h.

◆ [union]

union { ... } HKEY::val

ハッシュ値の元データ


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