Groonga
Loading...
Searching...
No Matches
_grn_obj Struct Reference

#include <groonga.h>

Collaboration diagram for _grn_obj:

Public Attributes

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

Member Data Documentation

◆ [struct]

struct { ... } _grn_obj::b

◆ body

grn_obj* _grn_obj::body

◆ curr

char* _grn_obj::curr

◆ head

char* _grn_obj::head

◆ header

grn_obj_header _grn_obj::header

◆ n_sections

uint32_t _grn_obj::n_sections

◆ sections

grn_section* _grn_obj::sections

◆ tail

char* _grn_obj::tail

◆ [union]

union { ... } _grn_obj::u

◆ [struct]

struct { ... } _grn_obj::v

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