|
Doxygen
|
#include <src/vhdldocgen.h>
Public Member Functions | |
| VhdlConfNode (const DString &a, const DString &b, const DString &config, const DString &cs, bool leaf) | |
Public Attributes | |
| DString | confVhdl |
| DString | arch |
| DString | binding |
| DString | compSpec |
| int | level = 0 |
| bool | isLeaf = false |
| bool | isInlineConf = false |
Definition at line 40 of file vhdldocgen.h.
|
inline |
Definition at line 42 of file vhdldocgen.h.
References arch, binding, compSpec, confVhdl, isInlineConf, isLeaf, and DString::lower().
| DString VhdlConfNode::arch |
Definition at line 55 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| DString VhdlConfNode::binding |
Definition at line 56 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| DString VhdlConfNode::compSpec |
Definition at line 57 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| DString VhdlConfNode::confVhdl |
Definition at line 54 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| bool VhdlConfNode::isInlineConf = false |
Definition at line 60 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| bool VhdlConfNode::isLeaf = false |
Definition at line 59 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| int VhdlConfNode::level = 0 |
Definition at line 58 of file vhdldocgen.h.