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