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

#include <string_in.h>

Collaboration diagram for grn_string:
Collaboration graph
[legend]

Data Fields

grn_obj_header header
const char * original
unsigned int original_length_in_bytes
char * normalized
unsigned int normalized_length_in_bytes
unsigned int n_characters
short * checks
unsigned char * ctypes
grn_encoding encoding
int flags

Detailed Description

Definition at line 43 of file string_in.h.

Field Documentation

short* checks

Definition at line 50 of file string_in.h.

unsigned char* ctypes

Definition at line 51 of file string_in.h.

grn_encoding encoding

Definition at line 52 of file string_in.h.

int flags

Definition at line 53 of file string_in.h.

Definition at line 44 of file string_in.h.

unsigned int n_characters

Definition at line 49 of file string_in.h.

char* normalized

Definition at line 47 of file string_in.h.

unsigned int normalized_length_in_bytes

Definition at line 48 of file string_in.h.

const char* original

Definition at line 45 of file string_in.h.

unsigned int original_length_in_bytes

Definition at line 46 of file string_in.h.


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