GnuCOBOL  2.0
A free COBOL compiler
config_tbl Struct Reference

#include <coblocal.h>

Collaboration diagram for config_tbl:

Data Fields

const char * env_name
 
const char * conf_name
 
const char * default_val
 
struct config_enumenums
 
int env_group
 
int data_type
 
int data_loc
 
int data_len
 
int config_num
 
int set_by
 
unsigned long min_value
 
unsigned long max_value
 

Detailed Description

Definition at line 275 of file coblocal.h.

Field Documentation

const char* config_tbl::conf_name

Definition at line 277 of file coblocal.h.

Referenced by conf_runtime_error_value().

int config_tbl::config_num

Definition at line 284 of file coblocal.h.

Referenced by cb_config_entry().

int config_tbl::data_len

Definition at line 283 of file coblocal.h.

Referenced by get_config_val(), and set_config_val().

int config_tbl::data_loc

Definition at line 282 of file coblocal.h.

Referenced by cb_config_entry(), cob_exit_common(), get_config_val(), and set_config_val().

int config_tbl::data_type
const char* config_tbl::default_val

Definition at line 278 of file coblocal.h.

Referenced by set_config_val_by_name().

struct config_enum* config_tbl::enums

Definition at line 279 of file coblocal.h.

Referenced by get_config_val(), and set_config_val().

int config_tbl::env_group

Definition at line 280 of file coblocal.h.

const char* config_tbl::env_name

Definition at line 276 of file coblocal.h.

Referenced by conf_runtime_error_value().

unsigned long config_tbl::max_value

Definition at line 287 of file coblocal.h.

unsigned long config_tbl::min_value

Definition at line 286 of file coblocal.h.

int config_tbl::set_by

Definition at line 285 of file coblocal.h.

Referenced by cb_config_entry(), cob_rescan_env_vals(), and set_config_val_by_name().


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