JUCE
Classes | Namespaces | Typedefs
juce_OSCTypes.h File Reference

Classes

class  juce::OSCTypes
 The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...
 
struct  juce::OSCException
 Base class for exceptions that can be thrown by methods in the OSC module. More...
 
struct  juce::OSCFormatError
 Exception type thrown when the OSC module fails to parse something because of a data format not compatible with the OpenSoundControl 1.0 specification. More...
 
struct  juce::OSCInternalError
 Exception type thrown in cases of unexpected errors in the OSC module. More...
 

Namespaces

 juce
 Classes for IIR filter processing.
 

Typedefs

typedef char juce::OSCType
 The type used for OSC type tags. More...
 
typedef Array< OSCType > juce::OSCTypeList
 The type used for OSC type tag strings. More...