hwsd  1.2.1
Local and remote ZeroConf service discovery for hardware resources.
 All Classes Files Functions Variables Enumerations Enumerator Macros
hwsd::MirrorFilter Class Reference

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 &current, 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 &current, const NetInfo &candidate)
 

Detailed Description

Filter overlapping duplicates with different GPU types.

Definition at line 105 of file filter.h.

Member Function Documentation

virtual HWSD_API bool hwsd::MirrorFilter::operator() ( const GPUInfos &  current,
const GPUInfo candidate 
)
virtual
Returns
true if the candidate is unique wrt the position, device, hostname and session.
Version
1.0

Reimplemented from hwsd::Filter.


The documentation for this class was generated from the following file: