iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OscMessageRead Class Reference

Public Member Functions

 OscMessageRead (char *buf, int len)
 
 OscMessageRead (const OscMessageRead &)=delete
 
OscMessageReadoperator= (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)
 

Detailed Description

Definition at line 60 of file IPlugOSC_msg.h.

Constructor & Destructor Documentation

◆ OscMessageRead()

OscMessageRead::OscMessageRead ( char *  buf,
int  len 
)

Definition at line 38 of file IPlugOSC_msg.cpp.

Member Function Documentation

◆ DebugDump()

void OscMessageRead::DebugDump ( const char *  label,
char *  dump,
int  dumplen 
)

Definition at line 223 of file IPlugOSC_msg.cpp.

◆ GetIndexedArg()

const void * OscMessageRead::GetIndexedArg ( int  idx,
char *  typeOut 
) const

Definition at line 138 of file IPlugOSC_msg.cpp.

◆ GetMessage()

const char * OscMessageRead::GetMessage ( ) const

Definition at line 106 of file IPlugOSC_msg.cpp.

◆ GetNumArgs()

int OscMessageRead::GetNumArgs ( ) const

Definition at line 111 of file IPlugOSC_msg.cpp.

◆ PopFloatArg()

const float * OscMessageRead::PopFloatArg ( bool  peek)

Definition at line 187 of file IPlugOSC_msg.cpp.

◆ PopIntArg()

const int * OscMessageRead::PopIntArg ( bool  peek)

Definition at line 170 of file IPlugOSC_msg.cpp.

◆ PopStringArg()

const char * OscMessageRead::PopStringArg ( bool  peek)

Definition at line 205 of file IPlugOSC_msg.cpp.

◆ PopWord()

const char * OscMessageRead::PopWord ( )

Definition at line 118 of file IPlugOSC_msg.cpp.


The documentation for this class was generated from the following files: