Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
RVALUE Struct Reference
Collaboration diagram for RVALUE:
Collaboration graph
[legend]

Data Fields

union {
   struct free_obj   free
   struct RBasic   basic
   struct RObject   object
   struct RClass   klass
   struct RString   string
   struct RArray   array
   struct RHash   hash
   struct RRange   range
   struct RData   data
   struct RProc   proc
as

Detailed Description

Definition at line 104 of file gc.c.

Field Documentation

struct RArray array

Definition at line 111 of file gc.c.

union { ... } as
struct RBasic basic

Definition at line 107 of file gc.c.

struct RData data

Definition at line 114 of file gc.c.

struct free_obj free

Definition at line 106 of file gc.c.

struct RHash hash

Definition at line 112 of file gc.c.

struct RClass klass

Definition at line 109 of file gc.c.

struct RObject object

Definition at line 108 of file gc.c.

struct RProc proc

Definition at line 115 of file gc.c.

struct RRange range

Definition at line 113 of file gc.c.

struct RString string

Definition at line 110 of file gc.c.


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