¡@

Home 

2014/10/15 ¤U¤È 10:03:30

iphone Programming Glossary: adsr_opaque

Trouble using opaque pointers in Objective C++

http://stackoverflow.com/questions/2463970/trouble-using-opaque-pointers-in-objective-c

the example. Here's the relevant code from my header with the corresponding compiler errors shown as comments struct ADSR_opaque error forward declaration of 'struct ADSR_opaque' @interface LoopyPulser NSObject float _pulseRate UInt32 tickInterval UInt32.. with the corresponding compiler errors shown as comments struct ADSR_opaque error forward declaration of 'struct ADSR_opaque' @interface LoopyPulser NSObject float _pulseRate UInt32 tickInterval UInt32 step InMemoryAudioFile audioFilePlayer ADSR_opaque.. @interface LoopyPulser NSObject float _pulseRate UInt32 tickInterval UInt32 step InMemoryAudioFile audioFilePlayer ADSR_opaque env error expected specifier qualifier list before 'ADSR_opaque' Pattern pattern float loopLengthRatio float volume Is there..