Information sur un device. Plus de détails...
#include <arcane/accelerator/core/DeviceInfo.h>
Fonctions membres publiques | |
DeviceId | deviceId () const |
Informations du i-ème device. | |
String | name () const |
Nom du device. | |
String | uuidAsString () const |
UUID sous forme de chaîne de caractères. Peut-être nul. | |
String | description () const |
Description du device. | |
void | setDeviceId (DeviceId id) |
void | setUUIDAsString (const String &v) |
void | setDescription (const String &v) |
void | setName (const String &v) |
Attributs privés | |
DeviceId | m_device_id |
String | m_name |
String | m_uuid_as_string |
String | m_description |
Information sur un device.
Définition à la ligne 31 du fichier DeviceInfo.h.
|
inline |
Description du device.
Définition à la ligne 45 du fichier DeviceInfo.h.
|
inline |
Informations du i-ème device.
Définition à la ligne 36 du fichier DeviceInfo.h.
|
inline |
Nom du device.
Définition à la ligne 39 du fichier DeviceInfo.h.
Définition à la ligne 51 du fichier DeviceInfo.h.
Définition à la ligne 49 du fichier DeviceInfo.h.
Définition à la ligne 52 du fichier DeviceInfo.h.
Définition à la ligne 50 du fichier DeviceInfo.h.
|
inline |
UUID sous forme de chaîne de caractères. Peut-être nul.
Définition à la ligne 42 du fichier DeviceInfo.h.
|
private |
Définition à la ligne 59 du fichier DeviceInfo.h.
|
private |
Définition à la ligne 56 du fichier DeviceInfo.h.
|
private |
Définition à la ligne 57 du fichier DeviceInfo.h.
|
private |
Définition à la ligne 58 du fichier DeviceInfo.h.