JULEA
Loading...
Searching...
No Matches
Data Fields
JKVOperation Struct Reference

Data Fields

union { 
 
   struct { 
 
      JKV *   kv 
 
      gpointer *   value 
 
      guint32 *   value_len 
 
      JKVGetFunc   func 
 
      gpointer   data 
 
   }   get 
 
   struct { 
 
      JKV *   kv 
 
      gpointer *   value 
 
      guint32   value_len 
 
      GDestroyNotify   value_destroy 
 
   }   put 
 
};  
 

Field Documentation

◆ [union]

union { ... } JKVOperation

◆ data

gpointer JKVOperation::data

◆ func

JKVGetFunc JKVOperation::func

◆ [struct]

struct { ... } JKVOperation::get

◆ kv

JKV* JKVOperation::kv

◆ [struct]

struct { ... } JKVOperation::put

◆ value

gpointer* JKVOperation::value

◆ value_destroy

GDestroyNotify JKVOperation::value_destroy

◆ value_len [1/2]

guint32* JKVOperation::value_len

◆ value_len [2/2]

guint32 JKVOperation::value_len

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