19 std::vector<std::unique_ptr<PfRingDevice>> m_PfRingDeviceList;
20 std::vector<PfRingDevice*> m_PfRingDeviceListView;
21 std::string m_PfRingVersion;
43 return m_PfRingDeviceListView;
55 return m_PfRingVersion;
Definition: PfRingDevice.h:32
Definition: PfRingDeviceList.h:17
PfRingDevice * getPfRingDeviceByName(const std::string &devName) const
const std::vector< PfRingDevice * > & getPfRingDevicesList() const
Definition: PfRingDeviceList.h:41
std::string getPfRingVersion() const
Definition: PfRingDeviceList.h:53
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:33
The main namespace for the PcapPlusPlus lib.