6 #include "DeviceListBase.h"
22 std::vector<PfRingDevice*> m_PfRingDeviceListView;
23 std::string m_PfRingVersion;
45 return m_PfRingDeviceListView;
57 return m_PfRingVersion;
Definition: PfRingDevice.h:35
Definition: PfRingDeviceList.h:18
PfRingDevice * getPfRingDeviceByName(const std::string &devName) const
const std::vector< PfRingDevice * > & getPfRingDevicesList() const
Definition: PfRingDeviceList.h:43
std::string getPfRingVersion() const
Definition: PfRingDeviceList.h:55
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:35
A base class for device lists, providing common functionality for managing a list of devices.
Definition: DeviceListBase.h:10
The main namespace for the PcapPlusPlus lib.