HW-SD
1.0.0
|
Filter for network interfaces matching prefixes and/or type. More...
#include <filter.h>
Public Member Functions | |
NetFilter (const lunchbox::Strings &prefixes, const uint32_t type) | |
virtual bool | operator() (const hwsd::NetInfos ¤t, const hwsd::NetInfo &candidate) |
Public Member Functions inherited from hwsd::Filter | |
Filter () | |
Create a new filter. | |
virtual | ~Filter () |
Destruct this filter. | |
FilterPtr | operator| (FilterPtr rhs) |
Chain another filter to this one. | |
FilterPtr | operator|= (FilterPtr rhs) |
Chain another filter to this one. | |
virtual bool | operator() (const GPUInfos ¤t, const GPUInfo &candidate) |
Call all chained operators. |
Filter for network interfaces matching prefixes and/or type.
|
virtual |