|
Doxygen
|
#include <src/vhdldocgen.h>
Public Member Functions | |
| VhdlConfNode (const QCString &a, const QCString &b, const QCString &config, const QCString &cs, bool leaf) | |
Public Attributes | |
| 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.
|
inline |
Definition at line 45 of file vhdldocgen.h.
References arch, binding, compSpec, confVhdl, isInlineConf, and isLeaf.
| QCString VhdlConfNode::arch |
Definition at line 58 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| QCString VhdlConfNode::binding |
Definition at line 59 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| QCString VhdlConfNode::compSpec |
Definition at line 60 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| QCString VhdlConfNode::confVhdl |
Definition at line 57 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| bool VhdlConfNode::isInlineConf = false |
Definition at line 63 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| bool VhdlConfNode::isLeaf = false |
Definition at line 62 of file vhdldocgen.h.
Referenced by VhdlConfNode().
| int VhdlConfNode::level = 0 |
Definition at line 61 of file vhdldocgen.h.