|
Groonga 3.0.9 Source Code Document
|
#include <groonga.h>

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 |
| struct { ... } b |
| grn_obj_header header |
| grn_section* sections |
| union { ... } u |
| struct { ... } v |
1.8.1.2