RDM  HEAD (unstable)
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
uid.h File Reference

C++ wrapper and utilities for rdm/uid.h. More...

Go to the source code of this file.

Data Structures

class  Uid
 A C++ wrapper class for the RDM UID type. More...
 

Functions

UID Relational Operators
constexpr bool operator== (const RdmUid &c_uid, const Uid &uid) noexcept
 
constexpr bool operator!= (const RdmUid &c_uid, const Uid &uid) noexcept
 
constexpr bool operator== (const Uid &uid, const RdmUid &c_uid) noexcept
 
constexpr bool operator!= (const Uid &uid, const RdmUid &c_uid) noexcept
 
constexpr bool operator== (const Uid &a, const Uid &b) noexcept
 
constexpr bool operator!= (const Uid &a, const Uid &b) noexcept
 
constexpr bool operator< (const Uid &a, const Uid &b) noexcept
 
constexpr bool operator> (const Uid &a, const Uid &b) noexcept
 
constexpr bool operator<= (const Uid &a, const Uid &b) noexcept
 
constexpr bool operator>= (const Uid &a, const Uid &b) noexcept
 

Detailed Description

C++ wrapper and utilities for rdm/uid.h.