Scanner C++ API
|
Public Member Functions | |
DeviceHandle (DeviceType type_, i32 id_) | |
DeviceHandle (const DeviceHandle &)=default | |
DeviceHandle & | operator= (const DeviceHandle &)=default |
bool | operator== (const DeviceHandle &other) |
bool | operator!= (const DeviceHandle &other) |
bool | operator< (const DeviceHandle &other) const |
bool | can_copy_to (const DeviceHandle &other) |
bool | is_same_address_space (const DeviceHandle &other) |
Public Attributes | |
DeviceType | type |
i32 | id |