My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
mdl_lcontent_t Struct Reference

#include <check_mdl.h>

Collaboration diagram for mdl_lcontent_t:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 104 of file check_mdl.h.

Member Data Documentation

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

Definition at line 108 of file check_mdl.h.

struct mdl_link_t* mdl_lcontent_t::link

Definition at line 107 of file check_mdl.h.

struct mdl_lcontent_t* mdl_lcontent_t::next

Definition at line 111 of file check_mdl.h.

struct mdl_table_t* mdl_lcontent_t::table

Definition at line 109 of file check_mdl.h.

int mdl_lcontent_t::type

Definition at line 105 of file check_mdl.h.


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