7#ifndef __PCI_ITERATOR_H__
8#define __PCI_ITERATOR_H__
16#define NE_BUS_COUNT (256)
17#define NE_DEVICE_COUNT (33)
18#define NE_FUNCTION_COUNT (8)
Iterator & operator=(const Iterator &)=default
Iterator(const Iterator &)=default
~Iterator()
Definition Iterator.cc:25
Array< PCI::Device, NE_BUS_COUNT > fDevices
Definition Iterator.h:37
Ref< PCI::Device > operator[](const Size &sz)
Definition Iterator.cc:27
Reference wrapper class. /// =========================================================== ///.
Definition Ref.h:22
PciDeviceKind
Definition Database.h:14
__SIZE_TYPE__ Size
Definition Config.h:59
__UINT32_TYPE__ UInt32
Definition Config.h:44