PcapPlusPlus
Next
|
A base class for device lists, providing common functionality for managing a list of devices. More...
#include <DeviceListBase.h>
Public Member Functions | |
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 base class for device lists, providing common functionality for managing a list of devices.
|
inline |
Check if the device list is empty.
|
inline |
Get the number of devices in the list.