| OpenASIP 2.2
    | 
#include <Vlnv.hh>

| Public Member Functions | |
| Vlnv () | |
| Vlnv (TCEString vendor, TCEString library, TCEString name, TCEString version) | |
| Vlnv (const Vlnv &old) | |
| bool | operator== (const Vlnv &other) | 
| bool | operator!= (const Vlnv &other) | 
| Public Attributes | |
| TCEString | vendor | 
| Vendor name. | |
| TCEString | library | 
| Library name. | |
| TCEString | name | 
| Entity name. | |
| TCEString | version | 
| Entity version. | |
| IPXact::Vlnv::Vlnv | ( | const Vlnv & | old | ) | 
| bool IPXact::Vlnv::operator!= | ( | const Vlnv & | other | ) | 
| bool IPXact::Vlnv::operator== | ( | const Vlnv & | other | ) | 
| TCEString IPXact::Vlnv::library | 
Library name.
Definition at line 58 of file Vlnv.hh.
Referenced by IPXactModel::addBusInterfaceObject(), IPXactModel::extractVlnvFromAttr(), operator!=(), operator==(), IPXactModel::saveState(), IPXactInterface::setBusAbsType(), IPXactInterface::setBusType(), IPXactModel::setVLNV(), and Vlnv().
| TCEString IPXact::Vlnv::name | 
Entity name.
Definition at line 60 of file Vlnv.hh.
Referenced by IPXactModel::addBusInterfaceObject(), IPXactModel::extractVlnvFromAttr(), operator!=(), operator==(), IPXactModel::saveState(), IPXactInterface::setBusAbsType(), IPXactInterface::setBusType(), IPXactModel::setVLNV(), and Vlnv().
| TCEString IPXact::Vlnv::vendor | 
Vendor name.
Definition at line 56 of file Vlnv.hh.
Referenced by IPXactModel::addBusInterfaceObject(), IPXactModel::extractVlnvFromAttr(), operator!=(), operator==(), IPXactModel::saveState(), IPXactInterface::setBusAbsType(), IPXactInterface::setBusType(), IPXactModel::setVLNV(), and Vlnv().
| TCEString IPXact::Vlnv::version | 
Entity version.
Definition at line 62 of file Vlnv.hh.
Referenced by IPXactModel::addBusInterfaceObject(), IPXactModel::extractVlnvFromAttr(), operator!=(), operator==(), IPXactModel::saveState(), IPXactInterface::setBusAbsType(), IPXactInterface::setBusType(), IPXactModel::setVLNV(), and Vlnv().