C interop */
| 27 | |
| 28 | /* C interop */ |
| 29 | inline JamesDSPLib* cast(void* raw){ |
| 30 | return static_cast<JamesDSPLib*>(raw); |
| 31 | } |
| 32 | |
| 33 | DspHost::DspHost(void* dspPtr, MessageHandlerFunc&& extraHandler) : _extraFunc(std::move(extraHandler)) |
| 34 | { |
no outgoing calls
no test coverage detected