#include <MIDIChunkType.hxx>
Definition at line 31 of file MIDIChunkType.hxx.
Public Member Functions | |
ChunkType (Byte bytes[4]) | |
ChunkType (const char *str) | |
bool | operator== (const char *str) |
bool | operator!= (const char *str) |
Public Attributes | |
Byte | mBytes [4] |
MIDI::ChunkType::ChunkType | ( | Byte | bytes[4] | ) | [inline] |
MIDI::ChunkType::ChunkType | ( | const char * | str | ) | [inline] |
bool MIDI::ChunkType::operator== | ( | const char * | str | ) | [inline] |
bool MIDI::ChunkType::operator!= | ( | const char * | str | ) | [inline] |
Definition at line 48 of file MIDIChunkType.hxx.