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
vcd_vardef Struct Reference

#include <check_vcd.h>

Collaboration diagram for vcd_vardef:
Collaboration graph
[legend]

Public Attributes

enum vcd_vartypes type
 
int size
 
char * code
 
char * ident
 
struct vcd_rangerange
 
struct vcd_scopescope
 
struct vcd_vardefnext
 

Detailed Description

Definition at line 85 of file check_vcd.h.

Member Data Documentation

char* vcd_vardef::code

Definition at line 88 of file check_vcd.h.

char* vcd_vardef::ident

Definition at line 89 of file check_vcd.h.

struct vcd_vardef* vcd_vardef::next

Definition at line 92 of file check_vcd.h.

struct vcd_range* vcd_vardef::range

Definition at line 90 of file check_vcd.h.

struct vcd_scope* vcd_vardef::scope

Definition at line 91 of file check_vcd.h.

int vcd_vardef::size

Definition at line 87 of file check_vcd.h.

enum vcd_vartypes vcd_vardef::type

Definition at line 86 of file check_vcd.h.


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