The ACN component identifier.
|
| CID () |
| Create a new uninitialized CID.
|
|
| CID (const CID &other) |
| Copy constructor.
|
|
| ~CID () |
| CID destructor.
|
|
bool | IsNil () const |
| Returns true if the CID is uninitialized.
|
|
void | Pack (uint8_t *output) const |
| Pack a CID into the binary representation.
|
|
std::string | ToString () const |
| Return the CID as a human readable string.
|
|
void | Write (ola::io::OutputBufferInterface *output) const |
| Write the CID to an OutputBufferInterface.
|
|
CID & | operator= (const CID &c1) |
| Assignment operator.
|
|
bool | operator== (const CID &c1) const |
| Equality operator.
|
|
bool | operator!= (const CID &c1) const |
| Inequality operator.
|
|
bool | operator< (const CID &c1) const |
| Less than operator.
|
|