Qucs-core
0.0.19
|
#include <check_mdl.h>
Data Fields | |
struct mdl_link_t * | parent |
char * | name |
char * | type |
struct mdl_lcontent_t * | content |
struct mdl_link_t * | next |
Definition at line 97 of file check_mdl.h.
struct mdl_lcontent_t* mdl_link_t::content |
Definition at line 101 of file check_mdl.h.
char* mdl_link_t::name |
Definition at line 99 of file check_mdl.h.
struct mdl_link_t* mdl_link_t::next |
Definition at line 102 of file check_mdl.h.
struct mdl_link_t* mdl_link_t::parent |
Definition at line 98 of file check_mdl.h.
char* mdl_link_t::type |
Definition at line 100 of file check_mdl.h.