iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
OscMessageRead (char *buf, int len) | |
OscMessageRead (const OscMessageRead &)=delete | |
OscMessageRead & | operator= (const OscMessageRead &)=delete |
const char * | GetMessage () const |
int | GetNumArgs () const |
const char * | PopWord () |
const void * | GetIndexedArg (int idx, char *typeOut) const |
const int * | PopIntArg (bool peek) |
const float * | PopFloatArg (bool peek) |
const char * | PopStringArg (bool peek) |
void | DebugDump (const char *label, char *dump, int dumplen) |
Definition at line 60 of file IPlugOSC_msg.h.
OscMessageRead::OscMessageRead | ( | char * | buf, |
int | len | ||
) |
Definition at line 38 of file IPlugOSC_msg.cpp.
void OscMessageRead::DebugDump | ( | const char * | label, |
char * | dump, | ||
int | dumplen | ||
) |
Definition at line 223 of file IPlugOSC_msg.cpp.
const void * OscMessageRead::GetIndexedArg | ( | int | idx, |
char * | typeOut | ||
) | const |
Definition at line 138 of file IPlugOSC_msg.cpp.
const char * OscMessageRead::GetMessage | ( | ) | const |
Definition at line 106 of file IPlugOSC_msg.cpp.
int OscMessageRead::GetNumArgs | ( | ) | const |
Definition at line 111 of file IPlugOSC_msg.cpp.
const float * OscMessageRead::PopFloatArg | ( | bool | peek | ) |
Definition at line 187 of file IPlugOSC_msg.cpp.
const int * OscMessageRead::PopIntArg | ( | bool | peek | ) |
Definition at line 170 of file IPlugOSC_msg.cpp.
const char * OscMessageRead::PopStringArg | ( | bool | peek | ) |
Definition at line 205 of file IPlugOSC_msg.cpp.
const char * OscMessageRead::PopWord | ( | ) |
Definition at line 118 of file IPlugOSC_msg.cpp.