GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
const char * | name |
char * | cname |
cb_tree | list |
char* cb_class_name::cname |
Definition at line 558 of file tree.h.
Referenced by cb_build_class_name(), cb_build_locale_name(), and output_class_name_definition().
struct cb_tree_common cb_class_name::common |
cb_tree cb_class_name::list |
Definition at line 559 of file tree.h.
Referenced by cb_build_class_name(), cb_build_locale_name(), cb_validate_program_environment(), and output_class_name_definition().
const char* cb_class_name::name |
Definition at line 557 of file tree.h.
Referenced by cb_build_class_name(), and cb_build_locale_name().