Skip to main content

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

QCStringconfVhdl
QCStringarch
QCStringbinding
QCStringcompSpec
intlevel = 0
boolisLeaf = false
boolisInlineConf = false

Definition at line 43 of file vhdldocgen.h.

Public Constructors

VhdlConfNode()

VhdlConfNode::VhdlConfNode (const QCString & a, const QCString & b, const QCString & config, const QCString & cs, bool leaf)
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
48 arch=arch.lower();
49 binding=b; // binding e.g. use entity work.xxx(bev)
50 binding=binding.lower();
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

QCString VhdlConfNode::arch

Definition at line 58 of file vhdldocgen.h.

Referenced by VhdlConfNode.

binding

QCString VhdlConfNode::binding

Definition at line 59 of file vhdldocgen.h.

Referenced by VhdlConfNode.

compSpec

QCString VhdlConfNode::compSpec

Definition at line 60 of file vhdldocgen.h.

Referenced by VhdlConfNode.

confVhdl

QCString VhdlConfNode::confVhdl

Definition at line 57 of file vhdldocgen.h.

Referenced by VhdlConfNode.

isInlineConf

bool VhdlConfNode::isInlineConf = false

Definition at line 63 of file vhdldocgen.h.

63 bool isInlineConf = false;

Referenced by VhdlConfNode.

isLeaf

bool VhdlConfNode::isLeaf = false

Definition at line 62 of file vhdldocgen.h.

62 bool isLeaf = false;

Referenced by VhdlConfNode.

level

int VhdlConfNode::level = 0

Definition at line 61 of file vhdldocgen.h.

61 int level = 0;

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.