libcosmos
Linux C++ System Programming Library
|
Enumerate all local network interfaces. More...
#include <InterfaceEnumerator.hxx>
Public Member Functions | |
void | fetch () |
Fetch a new snapshot of InterfaceInfo instances. | |
void | clear () |
Clear a previously fetched result. | |
InterfaceIterator | begin () |
InterfaceIterator | end () |
bool | valid () const |
Protected Attributes | |
InterfaceInfo * | m_list = nullptr |
Enumerate all local network interfaces.
This type allows to retrieve a list of all local network interfaces. The network interface names and interface indexes are available.
To get a new snapshot of the network interface list call fetch(). The begin() and end() iterators allow to iterate over all found entries.
Iterating over an empty enumerator instance is allowed and will yield an empty list.
Definition at line 22 of file InterfaceEnumerator.hxx.
|
inline |
Definition at line 24 of file InterfaceEnumerator.hxx.
|
inline |
Definition at line 34 of file InterfaceEnumerator.hxx.
void cosmos::InterfaceEnumerator::clear | ( | ) |
Clear a previously fetched result.
Definition at line 11 of file InterfaceEnumerator.cxx.
|
inline |
Definition at line 38 of file InterfaceEnumerator.hxx.
void cosmos::InterfaceEnumerator::fetch | ( | ) |
Fetch a new snapshot of InterfaceInfo instances.
Definition at line 18 of file InterfaceEnumerator.cxx.
|
inline |
Definition at line 42 of file InterfaceEnumerator.hxx.
|
protected |
Definition at line 47 of file InterfaceEnumerator.hxx.