CUBRID Engine  latest
fh_info Struct Reference

#include <file_hash.h>

Collaboration diagram for fh_info:
Collaboration graph

Public Attributes

union {
   struct {
      OID   key
 
      char   data
 
   }   fh_oidkey
 
   struct {
      int   key
 
      char   data
 
   }   fh_intkey
 
fh_key_data
 

Detailed Description

Definition at line 34 of file file_hash.h.

Member Data Documentation

char fh_info::data

Definition at line 41 of file file_hash.h.

struct { ... } fh_info::fh_intkey
union { ... } fh_info::fh_key_data
struct { ... } fh_info::fh_oidkey
OID fh_info::key

Definition at line 40 of file file_hash.h.

int fh_info::key

Definition at line 45 of file file_hash.h.


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