Inheritance diagram for C_GeneratorConfig:

Public Member Functions | |
| C_GeneratorConfig (int P_argc, char **P_argv) | |
| virtual | ~C_GeneratorConfig () |
| bool | set_data (T_GeneratorCmdLineOption P_opt, char **P_argtab) |
| bool | set_value (T_GeneratorConfigOption P_opt, char *P_value) |
| bool | get_value (T_GeneratorConfigOption P_opt, unsigned long *P_val) |
| bool | get_value (T_GeneratorConfigOption P_opt, unsigned int *P_val) |
| bool | get_value (T_GeneratorConfigOption P_opt, char **P_val) |
| bool | get_value (T_GeneratorConfigOption P_opt, string_t &P_val) |
| bool | is_value_set (T_GeneratorConfigOption P_opt) |
| T_GeneratorConfigOption | get_code (char *P_name) |
| bool | checkConfig () |
| bool | fromXml (C_XmlData *P_data) |
| char * | get_conf_file () |
| char * | get_log_file () |
| char * | get_scen_file () |
| T_pcharPlist | get_dico_file_list () |
| unsigned int | get_log_level () |
| bool | get_bg_mode () |
| bool | get_timestamp_log () |
| bool | get_check_msg () |
| char * | get_remote_cmd () |
| char * | get_remote_dico_path () |
| bool | get_display_protocol_stat () |
| bool | get_display_scenario_stat () |
| bool | get_files_no_timestamp () |
| bool | get_call_timeout_beh_abr () |
| bool | get_execute_check_action () |
| bool | get_retrans_enabled () |
| T_pConfigValueList | get_config_param_list () |
| int | analyze_protocol_stat (char *P_logProtocolStat, T_charPlist *P_protocol_list, bool *P_all_found) |
Friends | |
| iostream_output & | operator<< (iostream_output &, C_GeneratorConfig &) |
Definition at line 122 of file C_GeneratorConfig.hpp.
1.4.6