GnuCOBOL  2.0
A free COBOL compiler
cb_string Struct Reference

#include <tree.h>

Collaboration diagram for cb_string:

Data Fields

struct cb_tree_common common
 
const unsigned char * data
 
size_t size
 

Detailed Description

Definition at line 527 of file tree.h.

Field Documentation

struct cb_tree_common cb_string::common

Definition at line 528 of file tree.h.

const unsigned char* cb_string::data

Definition at line 529 of file tree.h.

Referenced by cb_build_string().

size_t cb_string::size

Definition at line 530 of file tree.h.

Referenced by cb_build_string().


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