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

#include <check_mdl.h>

Data Fields

int type
 
union {
   struct mdl_dataset_t *   data
 
   struct mdl_hyptable_t *   hyptable
 
}; 
 
struct mdl_dcontent_tnext
 
union {
   struct mdl_dataset_t *   data
 
   struct mdl_hyptable_t *   hyptable
 
}; 
 

Detailed Description

Definition at line 119 of file check_mdl.h.

Field Documentation

union { ... }
union { ... }
struct mdl_dataset_t* mdl_dcontent_t::data

Definition at line 122 of file check_mdl.h.

struct mdl_hyptable_t* mdl_dcontent_t::hyptable

Definition at line 123 of file check_mdl.h.

struct mdl_dcontent_t * mdl_dcontent_t::next

Definition at line 125 of file check_mdl.h.

int mdl_dcontent_t::type

Definition at line 120 of file check_mdl.h.


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