|
RTS API Documentation
1.10.11
|
#include <switch_fct.h>
Collaboration diagram for _fctkern_t:Data Fields | |
| fct_namespace_t | ns |
| fct_clp_t | cl_parser |
| int | cl_argc |
| char const ** | cl_argv |
| fctcl_init_t const * | cl_user_opts |
| int | cl_is_parsed |
| fct_nlist_t | logger_list |
| fct_logger_types_t * | lt_usr |
| fct_logger_types_t * | lt_sys |
| fct_nlist_t | prefix_list |
| fct_nlist_t | ts_list |
| size_t | num_expected_failures |
Definition at line 1858 of file switch_fct.h.
| int _fctkern_t::cl_argc |
Definition at line 1868 of file switch_fct.h.
Referenced by fctkern__cl_parse(), and fctkern__init().
| char const** _fctkern_t::cl_argv |
Definition at line 1869 of file switch_fct.h.
Referenced by fctkern__cl_parse(), and fctkern__init().
| int _fctkern_t::cl_is_parsed |
Definition at line 1874 of file switch_fct.h.
Referenced by fctkern__cl_parse(), and fctkern__init().
| fct_clp_t _fctkern_t::cl_parser |
Definition at line 1865 of file switch_fct.h.
Referenced by fctkern__cl_is(), fctkern__cl_parse(), fctkern__cl_val2(), fctkern__final(), fctkern__init(), and fctkern__write_help().
| fctcl_init_t const* _fctkern_t::cl_user_opts |
Definition at line 1871 of file switch_fct.h.
Referenced by fctkern__cl_parse().
| fct_nlist_t _fctkern_t::logger_list |
Definition at line 1877 of file switch_fct.h.
Referenced by fctkern__add_logger(), fctkern__final(), fctkern__init(), fctkern__log_chk(), fctkern__log_suite_end(), fctkern__log_suite_skip(), fctkern__log_suite_start(), fctkern__log_test_end(), fctkern__log_test_skip(), fctkern__log_test_start(), and fctkern__log_warn().
| fct_logger_types_t* _fctkern_t::lt_sys |
Definition at line 1882 of file switch_fct.h.
Referenced by fctkern__cl_parse_config_logger(), fctkern__init(), and fctkern__write_help().
| fct_logger_types_t* _fctkern_t::lt_usr |
Definition at line 1881 of file switch_fct.h.
Referenced by fctkern__cl_parse_config_logger(), fctkern__init(), and fctkern__write_help().
| fct_namespace_t _fctkern_t::ns |
Definition at line 1862 of file switch_fct.h.
Referenced by fctkern__init().
| size_t _fctkern_t::num_expected_failures |
Definition at line 1893 of file switch_fct.h.
| fct_nlist_t _fctkern_t::prefix_list |
Definition at line 1886 of file switch_fct.h.
Referenced by fctkern__add_prefix_filter(), fctkern__final(), fctkern__init(), and fctkern__pass_filter().
| fct_nlist_t _fctkern_t::ts_list |
Definition at line 1890 of file switch_fct.h.
Referenced by fctkern__add_ts(), fctkern__final(), fctkern__init(), fctkern__tst_cnt(), and fctkern__tst_cnt_passed().
1.8.13