|
| const std::vector< PfRingDevice * > & | getPfRingDevicesList () const |
| |
| PfRingDevice * | getPfRingDeviceByName (const std::string &devName) const |
| |
| std::string | getPfRingVersion () const |
| |
|
iterator | begin () |
| | Get an iterator to the beginning of the device list.
|
| |
|
const_iterator | begin () const |
| | Get an iterator to the beginning of the device list.
|
| |
|
const_iterator | cbegin () const |
| | Get a const iterator to the beginning of the device list.
|
| |
|
iterator | end () |
| | Get an iterator to the end of the device list.
|
| |
|
const_iterator | end () const |
| | Get an iterator to the end of the device list.
|
| |
|
const_iterator | cend () const |
| | Get a const iterator to the end of the device list.
|
| |
| bool | empty () const |
| | Check if the device list is empty. More...
|
| |
| size_type | size () const |
| | Get the number of devices in the list. More...
|
| |
A singleton class that holds all available PF_RING devices. Through this class the user can iterate all PF_RING devices or find a specific device by name