|
hwsd
1.3.1
Local and remote ZeroConf service discovery for hardware resources
|
Filters all duplicates during discovery. More...
#include <filter.h>
Inheritance diagram for hwsd::DuplicateFilter:
Collaboration diagram for hwsd::DuplicateFilter:Public Member Functions | |
| virtual bool | operator() (const GPUInfos ¤t, const GPUInfo &candidate) |
| virtual bool | operator() (const NetInfos ¤t, const NetInfo &candidate) |
Public Member Functions inherited from hwsd::Filter | |
| Filter () | |
| Create a new filter. More... | |
| virtual | ~Filter () |
| Destruct this filter. More... | |
| FilterPtr | operator| (FilterPtr rhs) |
| Chain another filter to this one. More... | |
| FilterPtr | operator|= (FilterPtr rhs) |
| Chain another filter to this one. More... | |
|
virtual |
Reimplemented from hwsd::Filter.