JUCE
|
A message with a header and optional body. More...
#include <juce_CIMessages.h>
Public Member Functions | |
bool | operator== (const Parsed &other) const |
bool | operator!= (const Parsed &other) const |
Public Attributes | |
Header | header |
Body | body |
A message with a header and optional body.
The body may be set to std::monostate to indicate some kind of failure, such as a malformed incoming message.
bool juce::midi_ci::Message::Parsed::operator== | ( | const Parsed & | other | ) | const |
References x.
Referenced by operator!=().
bool juce::midi_ci::Message::Parsed::operator!= | ( | const Parsed & | other | ) | const |
References operator==().
Header juce::midi_ci::Message::Parsed::header |
Body juce::midi_ci::Message::Parsed::body |