Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
mdl_lcontent_t Struct Reference

#include <check_mdl.h>

Data Fields

int type
 
union {
   struct mdl_link_t *   link
 
   struct mdl_data_t *   data
 
   struct mdl_table_t *   table
 
}; 
 
struct mdl_lcontent_tnext
 
union {
   struct mdl_link_t *   link
 
   struct mdl_data_t *   data
 
   struct mdl_table_t *   table
 
}; 
 

Detailed Description

Definition at line 105 of file check_mdl.h.

Field Documentation

union { ... }
union { ... }
struct mdl_data_t* mdl_lcontent_t::data

Definition at line 109 of file check_mdl.h.

struct mdl_link_t* mdl_lcontent_t::link

Definition at line 108 of file check_mdl.h.

struct mdl_lcontent_t * mdl_lcontent_t::next

Definition at line 112 of file check_mdl.h.

struct mdl_table_t* mdl_lcontent_t::table

Definition at line 110 of file check_mdl.h.

int mdl_lcontent_t::type

Definition at line 106 of file check_mdl.h.


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