|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <iostream>#include <vector>Go to the source code of this file.
Classes | |
| class | MidiByteArray |
Namespaces | |
| MIDI | |
Typedefs | |
| typedef unsigned char | MIDI::byte |
Functions | |
| MidiByteArray & | operator<< (MidiByteArray &mba, const MIDI::byte &b) |
| append the given byte to the end of the array More... | |
| MidiByteArray & | operator<< (MidiByteArray &mba, const std::string &) |
| append the given string to the end of the array More... | |
| MidiByteArray & | operator<< (MidiByteArray &mba, const MidiByteArray &barr) |
| append the given array to the end of this array More... | |
| std::ostream & | operator<< (std::ostream &os, const MidiByteArray &mba) |
| output the bytes as hex to the given stream More... | |
| MidiByteArray& operator<< | ( | MidiByteArray & | mba, |
| const MIDI::byte & | b | ||
| ) |
append the given byte to the end of the array
| MidiByteArray& operator<< | ( | MidiByteArray & | mba, |
| const MidiByteArray & | barr | ||
| ) |
append the given array to the end of this array
| MidiByteArray& operator<< | ( | MidiByteArray & | mba, |
| const std::string & | |||
| ) |
append the given string to the end of the array
| std::ostream& operator<< | ( | std::ostream & | os, |
| const MidiByteArray & | mba | ||
| ) |
output the bytes as hex to the given stream