#include <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] |
Definition at line 31 of file MIDIChunkType.hxx.
MIDI::ChunkType::ChunkType | ( | Byte | bytes[4] | ) | [inline] |
Definition at line 35 of file MIDIChunkType.hxx.
References mBytes.
MIDI::ChunkType::ChunkType | ( | const char * | str | ) | [inline] |
Definition at line 39 of file MIDIChunkType.hxx.
References mBytes.
bool MIDI::ChunkType::operator!= | ( | const char * | str | ) | [inline] |
Definition at line 48 of file MIDIChunkType.hxx.
bool MIDI::ChunkType::operator== | ( | const char * | str | ) | [inline] |
Definition at line 43 of file MIDIChunkType.hxx.
References mBytes.
Definition at line 34 of file MIDIChunkType.hxx.
Referenced by ChunkType(), and operator==().