| 
    EtcPal
    HEAD (unstable)
    
   ETC Platform Abstraction Layer (EtcPal) 
   | 
  
  
     
      View other versions:
      
     
   | 
  
 
C++ wrapper and utilities for etcpal/uuid.h.
Go to the source code of this file.
Data Structures | |
| class | Uuid | 
| A wrapper class for the EtcPal UUID type.  More... | |
Enumerations | |
| enum class | UuidVersion {  kV1 = 1 , kV2 = 2 , kV3 = 3 , kV4 = 4 , kV5 = 5 , kUnknown }  | 
| Represents a UUID version as defined in RFC 4122.  More... | |
Functions | |
UUID Relational Operators  | |
| bool | operator== (const EtcPalUuid &c_uuid, const Uuid &uuid) noexcept | 
| bool | operator!= (const EtcPalUuid &c_uuid, const Uuid &uuid) noexcept | 
| bool | operator== (const Uuid &uuid, const EtcPalUuid &c_uuid) noexcept | 
| bool | operator!= (const Uuid &uuid, const EtcPalUuid &c_uuid) noexcept | 
| bool | operator== (const Uuid &a, const Uuid &b) noexcept | 
| bool | operator!= (const Uuid &a, const Uuid &b) noexcept | 
| bool | operator< (const Uuid &a, const Uuid &b) noexcept | 
| bool | operator> (const Uuid &a, const Uuid &b) noexcept | 
| bool | operator<= (const Uuid &a, const Uuid &b) noexcept | 
| bool | operator>= (const Uuid &a, const Uuid &b) noexcept | 
      
  | 
  strong | 
Represents a UUID version as defined in RFC 4122.