|
Qucs-core
0.0.18
|
#include <check_vcd.h>
Data Fields | |
| enum vcd_scopes | type |
| char * | ident |
| struct vcd_vardef * | vardefs |
| struct vcd_scope * | scopes |
| struct vcd_scope * | parent |
| struct vcd_scope * | next |
Definition at line 105 of file check_vcd.h.
| char * vcd_scope::ident |
Definition at line 107 of file check_vcd.h.
| struct vcd_scope * vcd_scope::next |
Definition at line 111 of file check_vcd.h.
| struct vcd_scope * vcd_scope::parent |
Definition at line 110 of file check_vcd.h.
| struct vcd_scope * vcd_scope::scopes |
Definition at line 109 of file check_vcd.h.
| enum vcd_scopes vcd_scope::type |
Definition at line 106 of file check_vcd.h.
| struct vcd_vardef * vcd_scope::vardefs |
Definition at line 108 of file check_vcd.h.
1.8.6