Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_grn_obj Struct Reference

#include <groonga.h>

Collaboration diagram for _grn_obj:
Collaboration graph
[legend]

Data Fields

grn_obj_header header
union {
   struct {
      char *   head
      char *   curr
      char *   tail
   }   b
   struct {
      grn_obj *   body
      grn_section *   sections
      int   n_sections
   }   v
u

Detailed Description

Definition at line 370 of file groonga.h.

Field Documentation

struct { ... } b
grn_obj* body

Definition at line 379 of file groonga.h.

char* curr

Definition at line 375 of file groonga.h.

char* head

Definition at line 374 of file groonga.h.

Definition at line 371 of file groonga.h.

int n_sections

Definition at line 381 of file groonga.h.

grn_section* sections

Definition at line 380 of file groonga.h.

char* tail

Definition at line 376 of file groonga.h.

union { ... } u
struct { ... } v

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