24 std::vector<std::unique_ptr<PfRingDevice>> m_PfRingDeviceList;
25 std::vector<PfRingDevice*> m_PfRingDeviceListView;
26 std::string m_PfRingVersion;
52 return m_PfRingDeviceListView;
68 return m_PfRingVersion;
Definition: PfRingDevice.h:35
Definition: PfRingDeviceList.h:22
PfRingDevice * getPfRingDeviceByName(const std::string &devName) const
const std::vector< PfRingDevice * > & getPfRingDevicesList() const
Definition: PfRingDeviceList.h:50
std::string getPfRingVersion() const
Definition: PfRingDeviceList.h:66
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:40
The main namespace for the PcapPlusPlus lib.