GnuCOBOL  2.0
A free COBOL compiler
cb_key Struct Reference

#include <tree.h>

Collaboration diagram for cb_key:

Data Fields

cb_tree key
 
cb_tree ref
 
cb_tree val
 
int dir
 

Detailed Description

Definition at line 636 of file tree.h.

Field Documentation

int cb_key::dir

Definition at line 640 of file tree.h.

Referenced by cb_build_search_all(), and yyparse().

cb_tree cb_key::key

Definition at line 637 of file tree.h.

Referenced by search_set_keys(), and yyparse().

cb_tree cb_key::ref

Definition at line 638 of file tree.h.

Referenced by cb_build_search_all(), and search_set_keys().

cb_tree cb_key::val

Definition at line 639 of file tree.h.

Referenced by cb_build_search_all(), and search_set_keys().


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