The VhdlConfNode
Struct Reference
Declaration
struct VhdlConfNode { ... }
Included Headers
#include <src/vhdldocgen.h>
Public Constructors Index
VhdlConfNode (const QCString &a, const QCString &b, const QCString &config, const QCString &cs, bool leaf) | |
Public Member Attributes Index
QCString | confVhdl |
QCString | arch |
QCString | binding |
QCString | compSpec |
int | level = 0 |
bool | isLeaf = false |
bool | isInlineConf = false |
Definition at line 43 of file vhdldocgen.h.
Public Constructors
VhdlConfNode()
| inline |
Definition at line 45 of file vhdldocgen.h.
45 VhdlConfNode(const QCString &a,const QCString &b,const QCString &config,const QCString &cs,bool leaf)
46 {
47 arch=a; // architecture e.g. for iobuffer
49 binding=b; // binding e.g. use entity work.xxx(bev)
51 confVhdl=config; // configuration foo is bar
52 compSpec=cs;
53 isInlineConf=false; // primary configuration?
54 isLeaf=leaf;
55 };
References arch, binding, compSpec, confVhdl, isInlineConf and isLeaf.
Public Member Attributes
arch
|
binding
|
compSpec
|
confVhdl
|
isInlineConf
|
Definition at line 63 of file vhdldocgen.h.
63 bool isInlineConf = false;
Referenced by VhdlConfNode.
isLeaf
|
level
|
Definition at line 61 of file vhdldocgen.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.