CLAM-Development
1.4.0
|
#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.
|
inline |
Definition at line 35 of file MIDIChunkType.hxx.
References mBytes.
|
inline |
Definition at line 39 of file MIDIChunkType.hxx.
References mBytes.
|
inline |
Definition at line 48 of file MIDIChunkType.hxx.
|
inline |
Definition at line 43 of file MIDIChunkType.hxx.
References mBytes.
Byte MIDI::ChunkType::mBytes[4] |
Definition at line 34 of file MIDIChunkType.hxx.
Referenced by ChunkType(), and operator==().