7#ifndef MI_NEURAYLIB_IUUID_H
8#define MI_NEURAYLIB_IUUID_H
22 public base::Interface_declare<0xc89e880b,0x78ff,0x40b7,0x9c,0xcf,0x0b,0x21,0x45,0xfe,0xe7,0x7b,
This interface represents UUIDs.
Definition: iuuid.h:24
virtual base::Uuid get_uuid() const =0
Returns the UUID.
virtual void set_uuid(base::Uuid uuid)=0
Sets the UUID.
Mixin class template for deriving new interface declarations.
Definition: interface_declare.h:43
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
Definition: dice.h:89
A 128 bit representation of a universally unique identifier (UUID or GUID).
Definition: uuid.h:26