25         std::vector<std::unique_ptr<PfRingDevice>> m_PfRingDeviceList;
 
   26         std::vector<PfRingDevice*> m_PfRingDeviceListView;
 
   27         std::string m_PfRingVersion;
 
   53             return m_PfRingDeviceListView;
 
   69             return m_PfRingVersion;
 
Definition: PfRingDevice.h:35
Definition: PfRingDeviceList.h:23
PfRingDevice * getPfRingDeviceByName(const std::string &devName) const
const std::vector< PfRingDevice * > & getPfRingDevicesList() const
Definition: PfRingDeviceList.h:51
std::string getPfRingVersion() const
Definition: PfRingDeviceList.h:67
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:41
The main namespace for the PcapPlusPlus lib.